-
Notifications
You must be signed in to change notification settings - Fork 1
ci(changesets): version packages #650
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
Merged
Merged
Conversation
This file contains hidden or 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 GitHub.
|
e703756 to
9a041c2
Compare
9a041c2 to
341ac6b
Compare
5a69221 to
dc2a919
Compare
dc2a919 to
e06e5ef
Compare
e06e5ef to
ee1552e
Compare
ee1552e to
a8b56fb
Compare
81d7a2e to
679c95a
Compare
679c95a to
e08c23b
Compare
e08c23b to
8e961c9
Compare
9f59c50 to
5154e31
Compare
5154e31 to
8ce62cd
Compare
8ce62cd to
5c21815
Compare
5c21815 to
13937bd
Compare
13937bd to
4c5b2db
Compare
4c5b2db to
262cb99
Compare
262cb99 to
e73b959
Compare
e73b959 to
6c9f030
Compare
jaikamat
approved these changes
Jan 21, 2026
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 main, this PR will be updated.
Releases
@commercetools/nimbus@2.2.0
Minor Changes
#732
f9d25d6Thanks @valoriecarli! - Update minor
versions of tooling dependencies
#630
dcf5f6fThanks @ByronDWall! - Update Combobox to new
context-based architecture and add missing features.
#713
fc7515aThanks @valoriecarli! - Introduced
SearchInputField component with supplemental guideline and engineering
documentation.
#841
0fe5368Thanks @valoriecarli! - Components now use
useLocalizedStringFormatterwith pre-compiled message dictionaries insteadof runtime
react-intlparsing.Patch Changes
#842
421ed44Thanks @ByronDWall! - Ensure
FormField.Label's required asterisk is always aligned to the top right#612
f92fb51Thanks @misama-ct! - Update
DateRangePickerField types
#690
5ce31d4Thanks @ByronDWall! - Update
colors.bgsemantic css value to use
colors.neutral.1andcolors.fgto usecolors.neutral.12instead of setting them asblackandwhite#648
3dca992Thanks @ByronDWall! - Fix cross-chunk
circular dependencies by importing directly from implementation files
Previously, components importing from other components' barrel exports
(index.ts) created circular chunk dependencies during the build process. This
has been fixed by updating all cross-component imports to import directly from
implementation files (e.g.,
button.tsx,button.types.ts) instead of barrelexports.
Changes:
patterns directories
docs/component-guidelines.md and docs/file-type-guidelines/main-component.md
intentional compound component barrel export patterns
between build configuration and import requirements
This change prevents potential circular dependency warnings, ensures
predictable module initialization order, and maintains optimal code splitting
behavior.
#683
2807ffeThanks @jaikamat! - Create NumberInputField
#664
7fb5136Thanks @misama-ct! - removed unnecessary
tabIndex property from Card
#655
bf19ab6Thanks @misama-ct! - fix an issue with card
backgrounds in dark-mode
#693
23a7c3fThanks @jaikamat! - Change internal layout
strategy of Alert component
#649
edc52bdThanks @valoriecarli! - Update docs image
for TagGroup in use.
Updated dependencies
[
f92fb51,f9d25d6,04a8510]:@commercetools/nimbus-docs-build@1.1.0
Minor Changes
04a8510Thanks @valoriecarli! - Update minor/patch
versions of util dependencies
Patch Changes
f92fb51Thanks @misama-ct! - Update
DateRangePickerField types
@commercetools/nimbus-icons@2.2.0
Minor Changes
04a8510Thanks @valoriecarli! - Update minor/patch
versions of util dependencies
Patch Changes
f92fb51Thanks @misama-ct! - Update
DateRangePickerField types
@commercetools/nimbus-tokens@2.2.0
Minor Changes
f9d25d6Thanks @valoriecarli! - Update minor
versions of tooling dependencies