Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (beta) #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages (beta) #208

wants to merge 1 commit into from

Conversation

unional
Copy link
Collaborator

@unional unional commented Apr 26, 2024

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

stable-store@1.0.0-beta.2

Minor Changes

  • 93304c7: Drop support of MissingInit<>.
    It now allows creating store with type specified but not initial value.
    In that case, the resulting store will add | undefined to the value type.

    This change is made to accommodate the usage of options.

  • 5d3a0e2: getStore() takes an object instead.

Patch Changes

  • 998833b: Update TypeScript to 5.4.5.
    Adjust type to support exactOptionalPropertyTypes.

global-store@1.0.0-beta.23

Patch Changes

  • 998833b: Fix handling when key is unknown in initializeAsyncStore()
  • 998833b: Update TypeScript to 5.4.5.
    Adjust type to support exactOptionalPropertyTypes.

@unional unional force-pushed the changeset-release/main branch 3 times, most recently from daf5e8f to 0d565bc Compare April 27, 2024 06:31
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.81%. Comparing base (ee1b036) to head (3709d00).
Report is 54 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
- Coverage   96.66%   92.81%   -3.86%     
==========================================
  Files          11       10       -1     
  Lines         150      153       +3     
  Branches       33       28       -5     
==========================================
- Hits          145      142       -3     
- Misses          5        8       +3     
- Partials        0        3       +3     
Flag Coverage Δ
global-store 92.81% <ø> (?)
stable-store 92.81% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@unional unional force-pushed the changeset-release/main branch 7 times, most recently from ee35134 to 9541a88 Compare May 3, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant