From 75abecc37fc6dbe6e14756cc5d7d9d523893e17c Mon Sep 17 00:00:00 2001 From: Doug Gibson Date: Mon, 28 Oct 2024 13:59:47 -0400 Subject: [PATCH] Increment package versions and update changelog for release 16. --- packages/react-components/package.json | 2 +- packages/web-components/CHANGELOG.md | 10 ++++++++++ packages/web-components/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 845f16f1..af7f040f 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -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", diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index 5b0f4dd7..abd78c02 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -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`. diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 8acb3ca1..8658732f 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -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",