Skip to content

Commit 0d3bb2f

Browse files
authored
update version number and changelog (#789)
1 parent 05a3ecf commit 0d3bb2f

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

packages/react-components/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
This is a patch release that fixes bugs in three components.
6+
7+
### Changed
8+
9+
- NumberField: `minValue` is no longer hardcoded
10+
- Radio: correct styling is now applied when a Radio is both selected and disabled
11+
- TimeField: `isRequired` prop now properly applies data attributes
12+
313
## 0.8.0
414

515
This is a milestone release that adds two new components, and includes various enhancements and bugfixes to existing components.

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.8.0",
3+
"version": "0.8.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/bcgov/design-system.git",

0 commit comments

Comments
 (0)