Skip to content

Commit 34dca0f

Browse files
authored
Merge pull request #477 from bcgov/feature/react-components-v0.2.0
React components v0.2.0
2 parents 7483e83 + 6c3bd58 commit 34dca0f

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.2.0
4+
5+
This is a milestone release that contains the following new components:
6+
7+
- ButtonGroup
8+
- InlineAlert
9+
- Switch
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 from v0.1.4.
17+
318
## 0.1.4
419

520
### Changed

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.1.4",
3+
"version": "0.2.0",
44
"type": "module",
55
"scripts": {
66
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",

0 commit comments

Comments
 (0)