Skip to content

Commit

Permalink
Merge pull request #193 from US-CBP/release/web-components-0.0.1-deve…
Browse files Browse the repository at this point in the history
…lop.13

Increment packages for release
  • Loading branch information
dgibson666 authored Sep 3, 2024
2 parents f9465c6 + 1472821 commit 72d1b95
Show file tree
Hide file tree
Showing 3 changed files with 11 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.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",
Expand Down
9 changes: 9 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.12",
"version": "0.0.1-develop.13",
"description": "Web components for the CBP Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 72d1b95

Please sign in to comment.