-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Bump version on next
: prerelease from 7.1.0-alpha.29 to 7.1.0-alpha.30
#22989
Merged
JReinhold
merged 207 commits into
next-release
from
version-prerelease-from-7.1.0-alpha.29
Jun 9, 2023
Merged
Bump version on next
: prerelease from 7.1.0-alpha.29 to 7.1.0-alpha.30
#22989
JReinhold
merged 207 commits into
next-release
from
version-prerelease-from-7.1.0-alpha.29
Jun 9, 2023
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
* Changed extraction order of attributes from manifest.
…ements-manifest-update
…ements-manifest-update
Fixes #15223 Custom preview-api hooks assumed that all decorators were always rendered however if a custom decorator conditionally rendered it's children, then not all decorators would get rendered, especially jsxDecorator. This would result in the error "Rendered more hooks than during the previous render." This removes the assumption that all decorators render every time and relies on each decorator to register itself during MOUNT phase which is handled when each decorator goes through `hookify`
…repeat the addon-id
Build: Remove `playwright` and `playwright-core`, but keep the resolutions
Maintenance: Remove `shelljs` use
Release: Rework versioning command
github-actions
bot
force-pushed
the
version-prerelease-from-7.1.0-alpha.29
branch
from
June 9, 2023 10:55
245dce4
to
85eb06b
Compare
|
github-actions
bot
force-pushed
the
version-prerelease-from-7.1.0-alpha.29
branch
from
June 9, 2023 11:48
85eb06b
to
988c31d
Compare
Process: Remove `CODEOWNERS`
CI: Improve danger workflow
Release: Don't pick patches when prereleasing
github-actions
bot
force-pushed
the
version-prerelease-from-7.1.0-alpha.29
branch
from
June 9, 2023 12:11
988c31d
to
107e0de
Compare
github-actions
bot
force-pushed
the
version-prerelease-from-7.1.0-alpha.29
branch
from
June 9, 2023 12:26
107e0de
to
df5ea9b
Compare
…-19167-18858-custom-elements-manifest-update Web-components: Fix custom-elements order of property application
github-actions
bot
force-pushed
the
version-prerelease-from-7.1.0-alpha.29
branch
from
June 9, 2023 12:30
df5ea9b
to
a7649cb
Compare
Release: Don't reference prototype repository
github-actions
bot
force-pushed
the
version-prerelease-from-7.1.0-alpha.29
branch
from
June 9, 2023 12:34
a7649cb
to
c85e1de
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 is an automated pull request that bumps the version from
7.1.0-alpha.29
to7.1.0-alpha.30
.Once this pull request is merged, it will trigger a new release of version
7.1.0-alpha.30
.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next
, that will be part of this release:CODEOWNERS
#23002shelljs
use #22995playwright
andplaywright-core
, but keep the resolutions #22998builder-manager
adding multiple dashes to relative path #22974preview-api
APIs #22975manager-api
APIs #22968rimraf
, replaceisomorphic-unfetch
fornode-fetch
#22969of={...}
DocBlock error in story index #22782overlayscrollbars
component #22963<LinkWithVersion>
#22966--open
/--no-open
flag todev
command #22964useSWC
documentation as alternative to Babel #22861better-opn
,x-default-browser
#22955wait-on
#22953webpack-dev-server
#22952overlayscrollbars
#22948If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
When everything above is done:
Generated changelog
7.1.0-alpha.30
shelljs
use - #22995, thanks @ ndelangen!builder-manager
adding multiple dashes to relative path - #22974, thanks @ MarioCadenas!preview-api
APIs - #22975, thanks @ ndelangen!manager-api
APIs - #22968, thanks @ ndelangen!of={...}
DocBlock error in story index - #22782, thanks @ shilman!overlayscrollbars
component - #22963, thanks @ ndelangen!--open
/--no-open
flag todev
command - #22964, thanks @ yannbf!