Skip to content

Commit 9ed96fd

Browse files
committed
v0.1.2
1 parent 040e2b7 commit 9ed96fd

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

packages/react-components/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
### Added
6+
7+
- ButtonGroup component
8+
- InlineAlert component
9+
- Switch component
10+
311
## 0.1.1
412

513
### Changed
614

715
- Use `react-aria-components` v1.3.1.
816

9-
# 0.1.0
17+
## 0.1.0
1018

1119
This is a milestone release that contains the following components:
1220

packages/react-components/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,13 @@ export default function App() {
7171
| Component | React Aria Components docs link |
7272
| ----------------------- | ---------------------------------------------------------- |
7373
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
74+
| ButtonGroup | N/A |
7475
| Footer | N/A |
7576
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
7677
| Header | N/A |
78+
| InlineAlert | N/A |
7779
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
80+
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.html |
7881
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
7982
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
8083
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |

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

0 commit comments

Comments
 (0)