Skip to content

Commit c7f0960

Browse files
authored
Merge pull request #495 from bcgov/feature/react-components-v0.4.0
React components v0.4.0
2 parents e31ab31 + 24660a8 commit c7f0960

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

packages/react-components/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
This is a milestone release that contains the following new components:
6+
7+
- AlertDialog
8+
- Dialog
9+
- Modal
10+
11+
This release uses:
12+
13+
- `react-aria-components` v1.3.3
14+
- `@bcgov/design-tokens`v3.1.1
15+
16+
No component changes since v0.3.0.
17+
318
## 0.3.1
419

520
### Added

packages/react-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "@bcgov/design-system-react-components",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"type": "module",
55
"scripts": {
66
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",

0 commit comments

Comments
 (0)