Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2022-10-12)

### Bug Fixes

* add missing optional props to forms ([b6415d2](b6415d2))
* remove unused d3-scale dependency ([#159](#159)) ([23d59ff](23d59ff))
* remove unused react-spring dependency ([ba44d90](ba44d90))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent 2b8fce5 commit 856278b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.2](https://github.com/fabric-ds/react/compare/v1.4.1...v1.4.2) (2022-10-12)


### Bug Fixes

* add missing optional props to forms ([b6415d2](https://github.com/fabric-ds/react/commit/b6415d22bffcb98dd58ba9445749fccab674cc4f))
* remove unused d3-scale dependency ([#159](https://github.com/fabric-ds/react/issues/159)) ([23d59ff](https://github.com/fabric-ds/react/commit/23d59ffef078ca9d292c4bec942a4d9ce5b2e3a4))
* remove unused react-spring dependency ([ba44d90](https://github.com/fabric-ds/react/commit/ba44d909d78e29fa660c8d4b08c67c1b4224abdc))

## [1.4.2-next.4](https://github.com/fabric-ds/react/compare/v1.4.2-next.3...v1.4.2-next.4) (2022-10-12)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-ds/react",
"version": "1.4.2-next.4",
"version": "1.4.2",
"repository": "git@github.com:fabric-ds/react.git",
"license": "ISC",
"type": "module",
Expand Down

0 comments on commit 856278b

Please sign in to comment.