Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2022-09-21)

### Bug Fixes

* **alert:** type 'role' prop as optional ([#148](#148)) ([895e69c](895e69c))
* **expandable:** set button type to 'button' to prevent default submit behaviour ([#147](#147)) ([cadeafe](cadeafe))
* remove additional hidden label ([545e7f8](545e7f8))
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent e39a668 commit 1d135eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.1](https://github.com/fabric-ds/react/compare/v1.4.0...v1.4.1) (2022-09-21)


### Bug Fixes

* **alert:** type 'role' prop as optional ([#148](https://github.com/fabric-ds/react/issues/148)) ([895e69c](https://github.com/fabric-ds/react/commit/895e69c5c58ef4a9c5377a43ef117579bcb8fc14))
* **expandable:** set button type to 'button' to prevent default submit behaviour ([#147](https://github.com/fabric-ds/react/issues/147)) ([cadeafe](https://github.com/fabric-ds/react/commit/cadeafe7ad6b9c39da3ab358c818e171aa51140b))
* remove additional hidden label ([545e7f8](https://github.com/fabric-ds/react/commit/545e7f83116ec8be201a20f1173bf4ea4c40a9dc))

## [1.4.1-next.1](https://github.com/fabric-ds/react/compare/v1.4.0...v1.4.1-next.1) (2022-09-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-ds/react",
"version": "1.4.1-next.1",
"version": "1.4.1",
"repository": "git@github.com:fabric-ds/react.git",
"license": "ISC",
"type": "module",
Expand Down

0 comments on commit 1d135eb

Please sign in to comment.