-
-
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
Release: Patch 8.2.3 #28564
Release: Patch 8.2.3 #28564
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
- Removed unused types
playPromise
andrenderingEnded
fromUnwrappedImportStoryRef
in/code/core/src/preview-api/modules/store/csf/portable-stories.ts
- Added
deferredNextVersion
property with value8.2.3
in/code/package.json
- Updated version to
8.2.3
in/docs/versions/latest.json
3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
cfd393b
to
3d721e1
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 394e21e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Portable stories: Remove unused types (cherry picked from commit 5075c13)
…ing-create CPC: Add `theming/create` aliases in docs preset (cherry picked from commit 5cb6c6e)
…migration Docs: Add 8.2 implicit dependency migration (cherry picked from commit c730cb7)
…ependency Docs: Clarify eslint guidance (cherry picked from commit ec7aa6e)
…rt-core-events CPC: Fix incorrect re-export in `core-events` (cherry picked from commit bd0969f)
Bug: Fix invalid docs links in Configure.mdx template page (cherry picked from commit 0c85715)
Docs: Fix typo in generated button story (cherry picked from commit 80aa413)
CPC: Fix vite builder had wrong conditions (cherry picked from commit a0a031e)
…or-webpack Webpack: Fix sourceMap generation in csf-tools (cherry picked from commit 239ce53)
3d721e1
to
ee05364
Compare
This is an automated pull request that bumps the version from
8.2.2
to8.2.3
.Once this pull request is merged, it will trigger a new release of version
8.2.3
.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:theming/create
aliases in docs preset #28570core-events
#28573If 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.
Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.
When everything above is done:
Generated changelog
8.2.3
theming/create
aliases in docs preset - #28570, thanks @ndelangen!core-events
- #28573, thanks @ndelangen!