-
Notifications
You must be signed in to change notification settings - Fork 179
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
chore: version packages for release (rc) #1830
Merged
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e0d8b99
to
03180fb
Compare
03180fb
to
c8484bb
Compare
c8484bb
to
3b01ef2
Compare
3b01ef2
to
2601346
Compare
2601346
to
3ad13a4
Compare
3ad13a4
to
e2d2c44
Compare
e2d2c44
to
b80228e
Compare
b80228e
to
7a991cb
Compare
9b5e0d9
to
dd47169
Compare
dd47169
to
a0dc47e
Compare
remidej
previously approved these changes
Feb 3, 2025
remidej
approved these changes
Feb 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 main, this PR will be updated.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@strapi/[email protected]
Major Changes
fd5e74b
Thanks @HichamELBSI! - Bump ViteJSMinor Changes
3d7125f
Thanks @mukulpadwal! - Added XS size variant to IconButton component for smaller button options.Patch Changes
#1846
a511ac5
Thanks @remidej! - feat: add menu separator component#1833
ba28ea1
Thanks @ShatilKhan! - cleaner search bar#1845
ef9cd18
Thanks @remidej! - feat: add onCloseAutoFocus to Menu.Content#1840
cbf07ea
Thanks @dzakki! - sync view source to the correct path#1821
0693ce9
Thanks @PlanckConst! - fix: Checkbox Item Not CenteredAdded justify-content: center and align-items: center to Checkbox Indicator component
Original:
const CheckboxIndicator = styled(Checkbox.Indicator)
width: 100%; height: 100%; cursor: pointer;
;Updated:
const CheckboxIndicator = styled(Checkbox.Indicator)`
width: 100%;
height: 100%;
cursor: pointer;
`;
Refactored inline styling and added it to checkbox indicator stype component
Original:
Updated:
#1844
1b5a2d0
Thanks @jorrit! - Fix inflated package size because direct dependencies not listed in package.json#1834
bf538d1
Thanks @mazzucchelli! - Prevent tooltip from rendering when the label property is not passedUpdated dependencies [
1b5a2d0
,fd5e74b
]:@strapi/[email protected]
Major Changes
fd5e74b
Thanks @HichamELBSI! - Bump ViteJSMinor Changes
240c73e
Thanks @vikasvarma369! - added new check circle empty icon@strapi/[email protected]
Major Changes
fd5e74b
Thanks @HichamELBSI! - Bump ViteJSPatch Changes
1b5a2d0
Thanks @jorrit! - Fix inflated package size because direct dependencies not listed in package.json