-
-
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) #8772
Merged
Merged
Version Packages (next) #8772
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
June 20, 2023 21:05
560c9d3
to
9cc9f4f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 20, 2023 21:32
9cc9f4f
to
0d0817c
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 07:33
0d0817c
to
5d423a0
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
June 21, 2023 07:50
5db899f
to
a500eb7
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 08:08
a500eb7
to
334a29f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 09:35
334a29f
to
03ee700
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 15:17
03ee700
to
056022c
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 15:21
056022c
to
aabd16f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 18:50
aabd16f
to
dadc6c4
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 22:00
dadc6c4
to
ea026a1
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 21, 2023 22:13
ea026a1
to
14a5dfd
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 01:10
14a5dfd
to
fc6d153
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 01:18
fc6d153
to
151ec99
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 03:13
151ec99
to
e6c3a0e
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 07:58
e6c3a0e
to
7e3f83d
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 08:11
7e3f83d
to
35c53dc
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 08:42
35c53dc
to
36b2890
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 08:49
36b2890
to
4c67fd8
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
June 22, 2023 10:00
4c67fd8
to
9a6b8fd
Compare
/ecosystem-ci run |
📝 Ran ecosystem CI: Open
The vps failure is probably just a snapshot that needs updating due to changes in compiler output. I can't do it though because I can't run these tests on windows |
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.
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.Releases
[email protected]
Patch Changes
feat: smaller minified output for destructor chunks (#8763)
breaking: use
CustomEvent
constructor instead of deprecatedcreateEvent
method (#8775)fix: account for preprocessor source maps when calculating meta info (#8778)
chore: deindent cjs output for compiler (#8785)
feat: add version info to
window
. You can opt out by settingdiscloseVersion
tofalse
in the compiler options (#8761)