diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffe007..f4388e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0-next.2](https://github.com/fabric-ds/react/compare/v1.5.0-next.1...v1.5.0-next.2) (2022-11-09) + + +### Bug Fixes + +* **Card:** fix toggle-in-card navigation ([#165](https://github.com/fabric-ds/react/issues/165)) ([fd03fc6](https://github.com/fabric-ds/react/commit/fd03fc6956142923103cc2a5e2c771fd42637335)) + # [1.5.0-next.1](https://github.com/fabric-ds/react/compare/v1.4.3-next.1...v1.5.0-next.1) (2022-11-03) diff --git a/package-lock.json b/package-lock.json index 9db5d81..0c5e245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabric-ds/react", - "version": "1.5.0-next.1", + "version": "1.5.0-next.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabric-ds/react", - "version": "1.5.0-next.1", + "version": "1.5.0-next.2", "license": "ISC", "dependencies": { "@chbphone55/classnames": "^2.0.0", diff --git a/package.json b/package.json index 27c8835..544be71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fabric-ds/react", - "version": "1.5.0-next.1", + "version": "1.5.0-next.2", "repository": "git@github.com:fabric-ds/react.git", "license": "ISC", "type": "module",