Skip to content

Commit

Permalink
Merge pull request #447 from bcgov/feature/react-components-v0.1.2
Browse files Browse the repository at this point in the history
React components library v0.1.2
  • Loading branch information
ty2k authored Aug 13, 2024
2 parents 040e2b7 + 9ed96fd commit fd32a00
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 9 additions & 1 deletion packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## 0.1.2

### Added

- ButtonGroup component
- InlineAlert component
- Switch component

## 0.1.1

### Changed

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

# 0.1.0
## 0.1.0

This is a milestone release that contains the following components:

Expand Down
3 changes: 3 additions & 0 deletions packages/react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@ export default function App() {
| Component | React Aria Components docs link |
| ----------------------- | ---------------------------------------------------------- |
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
| ButtonGroup | N/A |
| Footer | N/A |
| Form | https://react-spectrum.adobe.com/react-aria/Form.html |
| Header | N/A |
| InlineAlert | N/A |
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
| Switch | https://react-spectrum.adobe.com/react-aria/Switch.html |
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
| TextArea, TextField | https://react-spectrum.adobe.com/react-aria/TextField.html |
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "@bcgov/design-system-react-components",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
Expand Down

0 comments on commit fd32a00

Please sign in to comment.