From 8bb0d6d07c43d767e5c8e9e24cc5e7bc49f68d47 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Nov 2022 12:58:24 +0000 Subject: [PATCH] chore(release): 1.5.0-next.2 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffe0071..f4388e1b 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 9db5d819..0c5e2459 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 27c88354..544be711 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",