Skip to content

Commit d225f6b

Browse files
authored
Merge pull request #371 from US-CBP/release/web-components-0.0.1-develop.28
Release/web components 0.0.1 develop.28
2 parents 4cb83c7 + 9c54082 commit d225f6b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbpds/react-components",
3-
"version": "0.0.1-develop.27",
3+
"version": "0.0.1-develop.28",
44
"description": "React components encapsulating the CBP Design System web components.",
55
"main": "dist/lib/index.js",
66
"module": "dist/lib/index.js",

packages/web-components/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This CHANGELOG.md tracks the updates to the web components package of the CBP de
44

55
The React components are wrappers generated from this package and will share the same changes. Projects using React 19 may use the native web components without React wrappers.
66

7-
## [Unpublished] TBD
8-
7+
## [0.0.1-develop.28] 11-19-2025
98

9+
* Initial creation of `cbp-carousel`, `cbp-carousel-item`, and `cbp-dot-indicator` components.
1010
* Updated the `cbp-slider`:
11-
* Added range slider capability
11+
* Added range slider capability.
1212
* Added a `valueChange` event emitter.
1313
* Updated `cbp-dropdown`:
14-
* Added `filterKeypress` custom event that fires on every keypress when filtering a combobox.
14+
* Added `filterKeypress` custom event that is emitted on every keypress when filtering a combobox.
1515
* Added modifier keys and nativeEvent to the `populateCombobox` event.
1616
* Updated `cbp-grid` and `cbp-flex` with vertical spacing (based on `gap` by default) when linearized at their responsive breakpoint.
17-
* Initial creation of `cbp-carousel`, `cbp-carousel-item`, and `cbp-dot-indicator` components.
17+
* Other minor bug fixes.
1818

1919
## [0.0.1-develop.27] 10-24-2025
2020

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbpds/web-components",
3-
"version": "0.0.1-develop.27",
3+
"version": "0.0.1-develop.28",
44
"description": "Web components for the CBP Design System.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)