-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 (next) #9431
Merged
Merged
Version Packages (next) #9431
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2023 20:14
6e5b4b4
to
9cf568c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2023 01:40
9cf568c
to
af62f90
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
November 14, 2023 12:38
151b6d7
to
9eff384
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2023 19:09
9eff384
to
e88aa13
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2023 21:27
e88aa13
to
17078e2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2023 21:56
17078e2
to
1104ebd
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2023 23:10
1104ebd
to
ce4dae0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 14, 2023 23:22
ce4dae0
to
072b0e0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 15, 2023 00:50
072b0e0
to
4799391
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
November 15, 2023 13:43
dfbe265
to
bf82a27
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 15, 2023 16:29
bf82a27
to
342b422
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 15, 2023 17:52
342b422
to
7a4298d
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 15, 2023 19:36
7a4298d
to
00d7ad5
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
November 15, 2023 20:20
0aa0132
to
8e6f957
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 15, 2023 20:55
8e6f957
to
82d9ef2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 15, 2023 21:22
82d9ef2
to
9f97383
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 15, 2023 21:22
9f97383
to
2757da5
Compare
Rich-Harris
approved these changes
Nov 15, 2023
hj |
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.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
[email protected]
Patch Changes
chore: use internal
get_descriptors
helper (#9389)chore: improve bundle code size (#9476)
fix: coerce attribute value to string before comparison (#9475)
fix: handle private fields in
class
in.svelte.js
files (#9394)chore: make operations lazy (#9468)
fix: allow svelte:self in snippets (#9439)
fix: check that snippet is not rendered as a component (#9423)
patch: ensure keyed each block fallback to indexed each block (#9441)
fix: allow member access on directives (#9462)
fix: handle dynamic selects with falsy select values (#9471)
fix: ensure dynamic attributes containing call expressions update (#9443)
fix: corrects a beforeUpdate/afterUpdate bug (#9448)
fix: add missing files binding (#9415)
fix: only escape attribute values for elements, not components (#9456)
fix: handle event attribute spreading with event delegation (#9433)
fix: support class exports (#9465)
fix: treat
slot
the same as other props (#9457)