Skip to content

Commit

Permalink
Merge pull request #219 from US-CBP/release/0.0.1-develop.16
Browse files Browse the repository at this point in the history
Increment package versions and update changelog for release 16.
  • Loading branch information
dgibson666 authored Oct 28, 2024
2 parents 4821878 + 75abecc commit 24487f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbpds/react-components",
"version": "0.0.1-develop.15",
"version": "0.0.1-develop.16",
"description": "React components encapsulating the CBP Design System web components.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This CHANGELOG.md tracks the updates to the web components package of the CBP de

The React components are wrappers generated from this package and will share the same changes.

## [0.0.1-develop.16] 10-28-2024
* First cut of `cbp-checkbox`.
* First cut of `cbp-radio`.
* First cut of `cbp-toast`.
* Updated `cbp-form-field` with the ability to handle input groups (e.g., checklist, radio list, compound inputs) with more than a single input.
* Updated Structured list with selectable functionality.
* Fixed the issue with slotted Accordion title being hidden.
* Upgraded to Stencil 4.22.0 (from 4.15).
* Upgraded to Storybook 8.3.5.

## [0.0.1-develop.15] 10-07-2024

* First cut of `cbp-pagination`.
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cbpds/web-components",
"version": "0.0.1-develop.15",
"version": "0.0.1-develop.16",
"description": "Web components for the CBP Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 24487f5

Please sign in to comment.