Skip to content

Commit 729f6a5

Browse files
authored
Merge pull request #233 from US-CBP/release/0.0.1-develop.17
Incremented package versions for release
2 parents ec576d9 + aeecfe1 commit 729f6a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.16",
3+
"version": "0.0.1-develop.17",
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: 1 addition & 1 deletion
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.
66

7-
## [unpublished] TBD
7+
## [0.0.1-develop.17] 12-12-2024
88
* First cut of the `cbp-nav-item` component for including navigation links in the Application Header.
99
* BREAKING: updated the `cbp-app-header` implementation. The pattern now uses the new `cbp-nav-item` component for the first "Application Name" link. Code should be updated from Storybook for the latest implementation.
1010
* First cut of the `cbp-table` component.

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.16",
3+
"version": "0.0.1-develop.17",
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)