Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #230 +/- ##
=======================================
Coverage 85.71% 85.71%
=======================================
Files 7 7
Lines 301 301
Branches 65 65
=======================================
Hits 258 258
Misses 27 27
Partials 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
14e6381 to
c97f46d
Compare
47661b6 to
a3258c4
Compare
0ca5fde to
f29c25a
Compare
3348068 to
5c3d1db
Compare
b9414fe to
f29f9d8
Compare
6f03c70 to
ee7b91a
Compare
ee7b91a to
30515ad
Compare
Contributor
|
🎉 This is included in version v1.3.1 🎉 The release is available on: Cheers! 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
intl-watcher@1.3.1
Patch Changes
Update dependency type-fest to v5.4.4 (#226) by @renovate
Update dependency dedent to v1.7.2 (#242) by @renovate
Update dependency type-fest to v5.5.0 (#258) by @renovate
Fix module resolution for consumers using CJS loaders (e.g. tsx) by adding an
exportsfield with correct relative./prefixes for all entry points. (#262) by @ChristianIvicevic