Skip to content

Commit

Permalink
Merge pull request #129 from US-CBP/release/0.0.1-develop.6
Browse files Browse the repository at this point in the history
Incremented release version of web components and react packages
  • Loading branch information
dgibson666 authored Mar 20, 2024
2 parents 5ac3047 + 3956eaa commit 0e305e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.5",
"version": "0.0.1-develop.6",
"description": "React components encapsulating the CBP Design System web components.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
Expand Down
5 changes: 3 additions & 2 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ 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.

## [Unreleased]
## [0.0.1-develop.6] 03-20-2024

* Set the Stencil config setting `enableImportInjection: true` to support projects using Vite as a bundler and allow lazy loading of components.
* Breaking: Deprecated/removed `cbp-visuallyhidden` since its functionality was included in cbp-hide.
* First cut of cbp-hide, a component that allows content to be programatically hidden (or visually hidden) based on property or media query.
* Updated designs of `cbp-badge`, `cbp-chip`, and `cbp-tag` to use the correct design tokens.
* Updated the cbp-chip component by adding `name` and `value` properties and updating the custom event.
* Updated Template and Universal Header stories to use `cbp-hide`.
* Updated Template and Universal Header stories to use `cbp-hide` for responsiveness.
* Updated the Template to wrap the Universal Header and Application Header in an HTML5 `header` landmark tag.

## [0.0.1-develop.5] 02-29-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.5",
"version": "0.0.1-develop.6",
"description": "Web components for the CBP Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ const Template = () => {
<tbody>
${outputTableRow(contents)}
</tbody>
</table>`
</table>
<br /><br />`
});

return `
Expand Down

0 comments on commit 0e305e2

Please sign in to comment.