diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4ae6f803..c3c26aed 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "28.7.4" + ".": "29.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6f0894..ab24f0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [29.0.0](https://github.com/Doist/reactist/compare/v28.7.4...v29.0.0) (2025-11-04) + + +### ⚠ BREAKING CHANGES + +* Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981)) + +### 🚀 Features + +* Update Ariakit to 0.4.19 ([#981](https://github.com/Doist/reactist/issues/981)) ([0a521a9](https://github.com/Doist/reactist/commit/0a521a90a5fa3740992defcd68465278d54992a1)) + + +### 🧰 Maintenance + +* Bump eslint-related dependencies and fix errors ([#982](https://github.com/Doist/reactist/issues/982)) ([67d7d0d](https://github.com/Doist/reactist/commit/67d7d0d604309b550bd51263064ffe2f2883f4df)) +* Update TypeScript to 5.9 ([#980](https://github.com/Doist/reactist/issues/980)) ([389931a](https://github.com/Doist/reactist/commit/389931ad3080241b5fbb5c456be776ce26ea3da7)) + ## [28.7.4](https://github.com/Doist/reactist/compare/v28.7.3...v28.7.4) (2025-10-31) ### 🧰 Maintenance diff --git a/package-lock.json b/package-lock.json index bf3f6cd2..61e87c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "28.7.4", + "version": "29.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "28.7.4", + "version": "29.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 57b4d305..fcd3464f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@doist/reactist", "description": "Open source React components by Doist", - "version": "28.7.4", + "version": "29.0.0", "repository": "https://github.com/Doist/reactist", "homepage": "https://github.com/Doist/reactist#readme", "bugs": {