Skip to content

Commit 8aafe4a

Browse files
authored
Merge pull request #302 from US-CBP/release/0.0.1-develop.21
Increment package versions for release
2 parents 7f57eda + 511444d commit 8aafe4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbpds/react-components",
3-
"version": "0.0.1-develop.20",
3+
"version": "0.0.1-develop.21",
44
"description": "React components encapsulating the CBP Design System web components.",
55
"main": "dist/lib/index.js",
66
"module": "dist/lib/index.js",

packages/web-components/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This CHANGELOG.md tracks the updates to the web components package of the CBP de
44

55
The React components are wrappers generated from this package and will share the same changes. Projects using React 19 may use the native web components without React wrappers.
66

7-
## [unpublished] TBD
7+
## [0.0.1-develop.21] 06-05-2025
88

99
* A number of visually breaking changes were introduced in this release. These changes were undertaken with much consideration. However, we felt that the changes streamline using the Button, Link, and Icon components - some of the most-used components in the design system - enough to warrant the changes at this early stage in the design system development.
1010
* Updated the way icons are spaced apart from text within `cbp-button`, `cbp-link`, and `cbp-tag` components, now using a CSS property for the `gap`. Any instances of applying margins to the icon or text (via `sx` or custom CSS) will need to be removed to avoid doubling up the spacing. The following stories were updated and may need to have copied code updated in consuming applications: Cards (action buttons icon in title), Table (sortable headers), Universal Header and the universal header content in all templates and archetype pages.
@@ -27,7 +27,7 @@ The React components are wrappers generated from this package and will share the
2727
* Now works as a multi-select when its dropdown items are passed in via JSON.
2828
* Fixed the issue of setting a value property on multi-selects to populate the initial state.
2929
* Updated the faux button so that the chevron can be rotated when opened.
30-
* Minor bugfixes/updates to `cbp-universal-header`, `cbp-toast`, and `cbp-panel`.
30+
* Minor bugfixes/updates to `cbp-universal-header`, `cbp-tooltip`, `cbp-toast`, and `cbp-panel`.
3131
* Updated web components readme and included it Storybook under "Using the web components."
3232

3333
## [0.0.1-develop.20] 04-18-2025

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbpds/web-components",
3-
"version": "0.0.1-develop.20",
3+
"version": "0.0.1-develop.21",
44
"description": "Web components for the CBP Design System.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)