This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(rich-select): find options in groups options #384
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chambo-e
reviewed
Jul 11, 2022
Codecov Report
@@ Coverage Diff @@
## main #384 +/- ##
==========================================
+ Coverage 94.04% 94.93% +0.89%
==========================================
Files 21 21
Lines 235 237 +2
Branches 26 27 +1
==========================================
+ Hits 221 225 +4
+ Misses 9 7 -2
Partials 5 5
Continue to review full report at Codecov.
|
fd23234
to
aaa95f0
Compare
4570c34
to
3097a4c
Compare
baptisteArno
approved these changes
Jul 11, 2022
QuiiBz
suggested changes
Jul 11, 2022
QuiiBz
approved these changes
Jul 11, 2022
c520852
to
a1697bc
Compare
scaleway-bot
pushed a commit
that referenced
this pull request
Jul 11, 2022
## [1.20.4](v1.20.3...v1.20.4) (2022-07-11) ### 📦 Chore * **devdeps:** pin dependency @testing-library/react-hooks to 8.0.1 ([#385](#385)) ([17aeb1b](17aeb1b)) * **devdeps:** update actions/setup-node action to v3.4.0 ([#395](#395)) ([a0db091](a0db091)) * **devdeps:** update dependency @semantic-release/github to v8.0.5 ([#387](#387)) ([4f130de](4f130de)) * **devdeps:** update dependency @testing-library/dom to v8.16.0 ([#390](#390)) ([f32bda1](f32bda1)) * **devdeps:** update dependency eslint to v8.19.0 ([#391](#391)) ([cacbcf1](cacbcf1)) * **devdeps:** update jest monorepo to v28.1.2 ([#389](#389)) ([b649bab](b649bab)) * **devdeps:** update node.js to v18.5 ([#393](#393)) ([f168eb7](f168eb7)) * **devdeps:** update pnpm to v7.5.0 ([#394](#394)) ([6b4cf0d](6b4cf0d)) ### 🐛 Bug Fixes * **rich-select:** find options in groups options ([#384](#384)) ([385c08a](385c08a))
🎉 This PR is included in version 1.20.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
close #383