Skip to content

Commit

Permalink
Merge pull request #165 from US-CBP/release/0.0.1-develop.11
Browse files Browse the repository at this point in the history
Increment packages to 0.0.1-develop.11
  • Loading branch information
dgibson666 authored Jul 19, 2024
2 parents d199222 + 6bbbfe5 commit 04663cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.10",
"version": "0.0.1-develop.11",
"description": "React components encapsulating the CBP Design System web components.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
Expand Down
13 changes: 9 additions & 4 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ 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.

## [unpublished] TBD
## [0.0.1-develop.11] 07-19-2024

* Storybook upgrade and updates.
* First cut of `cbp-form-field`, a wrapper for form controls.
* First cut of `cbp-banner`, implementing the informational variant.
* First cut of `cbp-dialog` (may be renamed to `cbp-modal`).
* Updated `cbp-hide` to emit an event when its state is toggled.
* Fixed `cbp-app` so that its dark mode detection is reactive to changes of the user's preferences.

* Implemented dark mode for tabs, structured list, cards, badges, chips, and tags.
* Additional bug fixes per design review.
* Storybook upgrade and updates.

## [0.0.1-develop.10] 06-10-2024

* Implemented dark mode for buttons, links, typography, accordion, drawer, and panel comprised of additional CSS and a `context` property to trigger a specific design contextually and specify whether it inverts or remains constant.
* Updated stories for footer, universal header, segmented list (footer/action bar), drawer, and template with dark mode-related changes.
* Updated stories for footer, universal header, structured list (footer/action bar), drawer, and template with dark mode-related changes.

## [0.0.1-develop.9] 05-13-2024

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.10",
"version": "0.0.1-develop.11",
"description": "Web components for the CBP Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 04663cb

Please sign in to comment.