diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3c3cd234..2c982764 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "27.2.2" + ".": "27.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5db20d..8fc3c337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [27.2.3](https://github.com/Doist/reactist/compare/v27.2.2...v27.2.3) (2025-01-22) + + +### 🧰 Maintenance + +* deploy storybook only when publishing package ([#878](https://github.com/Doist/reactist/issues/878)) ([1668f8c](https://github.com/Doist/reactist/commit/1668f8c1797232998cc94b26d4435c95b6adda80)) +* fix dependabot config syntax ([#879](https://github.com/Doist/reactist/issues/879)) ([89ddb9a](https://github.com/Doist/reactist/commit/89ddb9ae01c4680add19574ebaa8f1e987c00a8d)) + ## [27.2.2](https://github.com/Doist/reactist/compare/v27.2.1...v27.2.2) (2025-01-22) diff --git a/package-lock.json b/package-lock.json index c6ea3ed5..ac0def86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "27.2.2", + "version": "27.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "27.2.2", + "version": "27.2.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a1245dd7..a9f9097b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "henning@doist.com", "url": "http://doist.com" }, - "version": "27.2.2", + "version": "27.2.3", "license": "MIT", "homepage": "https://github.com/Doist/reactist#readme", "repository": {