diff --git a/CHANGELOG.md b/CHANGELOG.md index ee199479..8237900a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 86e3483f..5a4abfa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabric-ds/react", - "version": "1.4.2-next.4", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabric-ds/react", - "version": "1.4.2-next.4", + "version": "1.4.2", "license": "ISC", "dependencies": { "@chbphone55/classnames": "^2.0.0", diff --git a/package.json b/package.json index a272134d..695ccfac 100644 --- a/package.json +++ b/package.json @@ -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",