-
-
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 #8928
Merged
Merged
Version Packages #8928
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/master
branch
from
July 10, 2023 15:56
cbd6b1a
to
7c88a09
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 10, 2023 16:24
7c88a09
to
d68e5a2
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 10, 2023 16:43
d68e5a2
to
ed2d700
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 10, 2023 19:34
ed2d700
to
36d7e65
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 10, 2023 19:35
36d7e65
to
ae7c3c2
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 11, 2023 16:03
ae7c3c2
to
53af6ef
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 11, 2023 16:47
53af6ef
to
285b57c
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 11, 2023 20:05
285b57c
to
0bd5fc6
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 11, 2023 21:26
0bd5fc6
to
2a1af99
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 11, 2023 21:37
2a1af99
to
66ad237
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 13, 2023 09:26
66ad237
to
360e385
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 13, 2023 09:51
360e385
to
c173734
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 14, 2023 14:52
c173734
to
bb8913c
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 16, 2023 07:30
bb8913c
to
c0b5bf9
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 17, 2023 07:20
c0b5bf9
to
4d760fa
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 17, 2023 07:31
4d760fa
to
4df2d0d
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 18, 2023 07:44
4df2d0d
to
ab1c1bc
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 18, 2023 10:04
ab1c1bc
to
8f6f4c3
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 18, 2023 10:18
8f6f4c3
to
be41161
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 18, 2023 15:38
be41161
to
1ab0942
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 18, 2023 16:21
1ab0942
to
140ad5a
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 19, 2023 07:40
140ad5a
to
b6602a1
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
July 19, 2023 11:56
b6602a1
to
d5a669c
Compare
dummdidumm
approved these changes
Jul 19, 2023
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 master, this PR will be updated.
Releases
svelte@4.1.0
Minor Changes
Patch Changes
fix: ensure
svelte:component
evaluates props once (#8946)fix: remove
let:variable
slot bindings from select binding dependencies (#8969)fix: handle destructured primitive literals (#8871)
perf: optimize imports that are not mutated or reassigned (#8948)
fix: don't add accessor twice (#8996)