From 1472821bbec4b3282eecabea5d48c3a6a381dc97 Mon Sep 17 00:00:00 2001 From: Doug Gibson Date: Tue, 3 Sep 2024 09:05:58 -0400 Subject: [PATCH] Increment packages for release --- packages/react-components/package.json | 2 +- packages/web-components/CHANGELOG.md | 9 +++++++++ packages/web-components/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/react-components/package.json b/packages/react-components/package.json index c8607ac4..3cbd136b 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.12", + "version": "0.0.1-develop.13", "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 03a4054d..1bc85ab1 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -4,6 +4,15 @@ 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.13] 09-03-2024 + +* Added variants to the `cbp-list` component. +* Fixed a JavaScript error in Tabs when one tab is marked selected. +* Updated `cbp-icon` with additional icons and assuring that all icons are rendered as square. This fixes numerous sizing and alignment issues with lists and buttons using icons. +* Added `--cbp-responsive-spacing-gap` token/variable to core.css in `cbp-app`. +* Audited and improved accessibility of patterns built with `cbp-form-field` and optionally `cbp-form-field-wrapper` components. +* Additional bug fixes per design review. + ## [0.0.1-develop.12] 08-07-2024 * First cut of `cbp-form-field-wrapper`, a child component to wrap text inputs, supporting overlays and attached buttons required for numerous input patterns. diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 16378a21..1e2e2b8a 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.12", + "version": "0.0.1-develop.13", "description": "Web components for the CBP Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js",