-
-
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) #13141
Merged
Merged
Version Packages (next) #13141
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
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 5, 2024 17:08
45332f3
to
17a27a3
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2024 10:17
17a27a3
to
59396f7
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2024 19:29
59396f7
to
d96b9c1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2024 22:10
d96b9c1
to
5e737ea
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2024 18:41
5e737ea
to
cf5b92f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 10, 2024 13:03
f237d0c
to
e547092
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2024 14:36
e547092
to
7a135be
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2024 15:05
7a135be
to
29c768e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 10, 2024 18:33
29c768e
to
4c1d21c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2024 08:35
4c1d21c
to
4990cee
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2024 20:08
4990cee
to
72425be
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2024 21:29
72425be
to
0a78d30
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2024 07:53
0a78d30
to
57f6f43
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 12, 2024 08:24
d1e56b7
to
daf9bbf
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2024 08:28
daf9bbf
to
a2ec6d7
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2024 08:35
a2ec6d7
to
fac2bd0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2024 09:04
fac2bd0
to
364dac8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2024 09:06
364dac8
to
301bb4b
Compare
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
fix: visit expression for
svelte:component
references (#13151)fix: ensure signal graph is consistent before triggering $inspect signals (#13153)
feat: better types for the
autocomplete
attribute (#13201)fix: widen ownership upon property access if necessary (#13175)
fix: don't show
state_referenced_locally
warning on types (#13177)fix: ensure locally mutated bindable props persist with spreading props (#13190)
fix: try catch
strict_equals
to avoid error accessingSTATE_SYMBOL
(#13216)fix: ensure types are easier to follow for TypeScript (#13140)
fix: ensure $inspect effects are fine-grain (#13199)
fix: ensure unowned derived signals correctly re-connect to graph (#13184)
fix: ensure inner script tags are properly removed (#13152)
chore: improve ssr parent validation (#13158)
fix: prevent nullish snippet for rendering empty content (#13083)
fix: allow more characters in the unicode range as component identifiers (#13198)
fix: allow for nesting selector in pseudoclasses (#13209)
fix: ensure StyleDirective and ClassDirective are marked as dynamic (#13205)