-
-
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 #9121
Merged
Merged
Version Packages #9121
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
August 20, 2023 13:18
2cf8b0a
to
f6eed71
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 21, 2023 09:04
f6eed71
to
1115494
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 22, 2023 18:57
1115494
to
6479f2f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
August 22, 2023 19:23
60a2e09
to
63491bb
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 22, 2023 22:01
63491bb
to
732524a
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 23, 2023 09:11
732524a
to
44fce7a
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 24, 2023 07:02
44fce7a
to
b313cb4
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 24, 2023 14:18
b313cb4
to
24c3d16
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 25, 2023 16:04
24c3d16
to
72b021a
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 26, 2023 11:57
72b021a
to
065c02e
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 28, 2023 14:33
065c02e
to
24cfd09
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 28, 2023 16:54
24cfd09
to
85d5cb3
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2023 01:48
85d5cb3
to
5b20e6a
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
August 31, 2023 15:37
426c09c
to
9de1ea0
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 15, 2023 18:13
23997e4
to
3fa0d34
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 15, 2023 23:26
3fa0d34
to
27b9798
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 15, 2023 23:35
27b9798
to
f05f210
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 16, 2023 14:31
f05f210
to
0c807fa
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 16, 2023 18:45
0c807fa
to
3b29910
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 18, 2023 06:49
3b29910
to
7076cbf
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 19, 2023 15:09
7076cbf
to
20801fb
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
3 times, most recently
from
September 20, 2023 07:51
eb8c917
to
4fbff1f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 20, 2023 08:00
4fbff1f
to
5ee065f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
September 20, 2023 08:03
2c3a4aa
to
aa63d8c
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
September 20, 2023 08:05
aa63d8c
to
53338b0
Compare
dummdidumm
approved these changes
Sep 20, 2023
kelvinsjk
pushed a commit
to kelvinsjk/svelte
that referenced
this pull request
Oct 19, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.2.1
Patch Changes
fix: update style directive when style attribute is present and is updated via an object prop (#9187)
fix: css sourcemap generation with unicode filenames (#9120)
fix: do not add module declared variables as dependencies (#9122)
fix: handle
svelte:element
with dynamic this and spread attributes (#9112)fix: silence false positive reactive component warning (#9094)
fix: head duplication when binding is present (#9124)
fix: take custom attribute name into account when reflecting property (#9140)
fix: add
indeterminate
to the list of HTMLAttributes (#9180)fix: recognize option value on spread attribute (#9125)