Skip to content

Commit

Permalink
Merge pull request #147 from US-CBP/release/0.0.1-develop.10
Browse files Browse the repository at this point in the history
Increment packages for release 0.0.1-develop.10
  • Loading branch information
dgibson666 authored Jun 10, 2024
2 parents 92b762e + 28fb908 commit 0a13798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9",
"version": "0.0.1-develop.10",
"description": "React components encapsulating the CBP Design System web components.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.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.
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.9",
"version": "0.0.1-develop.10",
"description": "Web components for the CBP Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 0a13798

Please sign in to comment.