From 9396ee0beb4f0be137065296fee4a3b618ce607d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 May 2023 10:33:25 +0000 Subject: [PATCH] chore(release): 1.5.2-next.1 [skip ci] ## [1.5.2-next.1](https://github.com/fabric-ds/react/compare/v1.5.1...v1.5.2-next.1) (2023-05-08) ### Bug Fixes * reactive slider ([ee33cea](https://github.com/fabric-ds/react/commit/ee33cea471177e09817fab3bf6d331833d9b6dad)) * **workflows:** rebase next branch on top of main after a new release ([c3f4d7b](https://github.com/fabric-ds/react/commit/c3f4d7b8d473c4e825472f337fb86d0c3d8a4b63)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcaaa3..25242f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.5.2-next.1](https://github.com/fabric-ds/react/compare/v1.5.1...v1.5.2-next.1) (2023-05-08) + + +### Bug Fixes + +* reactive slider ([ee33cea](https://github.com/fabric-ds/react/commit/ee33cea471177e09817fab3bf6d331833d9b6dad)) +* **workflows:** rebase next branch on top of main after a new release ([c3f4d7b](https://github.com/fabric-ds/react/commit/c3f4d7b8d473c4e825472f337fb86d0c3d8a4b63)) + ## [1.5.1](https://github.com/fabric-ds/react/compare/v1.5.0...v1.5.1) (2023-03-02) diff --git a/package-lock.json b/package-lock.json index 75595b2..fe1dd81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabric-ds/react", - "version": "1.5.1", + "version": "1.5.2-next.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabric-ds/react", - "version": "1.5.1", + "version": "1.5.2-next.1", "license": "ISC", "dependencies": { "@chbphone55/classnames": "^2.0.0", diff --git a/package.json b/package.json index 82959d0..d7613cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fabric-ds/react", - "version": "1.5.1", + "version": "1.5.2-next.1", "repository": "git@github.com:fabric-ds/react.git", "license": "ISC", "type": "module",