Skip to content

Commit

Permalink
Merge pull request #239 from US-CBP/release/0.0.1-develop.18
Browse files Browse the repository at this point in the history
Increment package versions for new build
  • Loading branch information
dgibson666 authored Jan 14, 2025
2 parents 225389e + 1aa733b commit c07a0c4
Show file tree
Hide file tree
Showing 3 changed files with 9 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.17",
"version": "0.0.1-develop.18",
"description": "React components encapsulating the CBP Design System web components.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.18] 01-14-2025
* First cut of the `cbp-toggle` component, which acts like a visual treatment for a checkbox.
* First cut of the `cbp-multicol` component, a component-based implementation of multi-column layout used in checklist and radiolist stories.
* Created stories for horizontal checklists and radio lists using `cbp-flex`.
* Decoupled fonts from `cbp-app` for performance testing. They are now included in the package as assets and should be loaded as external resources from the /assets/css files.
* Minor bugfixes/updates to `cbp-dropdown` and `cbp-checkbox`.

## [0.0.1-develop.17] 12-12-2024
* First cut of the `cbp-nav-item` component for including navigation links in the Application Header.
* BREAKING: updated the `cbp-app-header` implementation. The pattern now uses the new `cbp-nav-item` component for the first "Application Name" link. Code should be updated from Storybook for the latest implementation.
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.17",
"version": "0.0.1-develop.18",
"description": "Web components for the CBP Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit c07a0c4

Please sign in to comment.