Skip to content

Commit

Permalink
Merge pull request #407 from bcgov/feature/react-components-v0.0.8
Browse files Browse the repository at this point in the history
React components v0.0.8
  • Loading branch information
ty2k authored Jul 18, 2024
2 parents 6a43848 + 6c7b437 commit bad397d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.0.8

### Changed

- Updated Button component focus state.
- Updated Tag component focus and select states.
- Fixed Select component long option text overflow bug.

### Added

- Added TextField component.

## 0.0.7

### Changed
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.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
Expand Down

0 comments on commit bad397d

Please sign in to comment.