From 683a5733ec47cd1ae9cdc052bc8561dcd0f6eb28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:58:37 +0000 Subject: [PATCH 1/2] chore(main): release 29.1.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c3c26aed..b036f2e9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "29.0.0" + ".": "29.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab24f0af..37ac01a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [29.1.0](https://github.com/Doist/reactist/compare/v29.0.0...v29.1.0) (2025-11-13) + + +### 🚀 Features + +* Add `children` prop to `` component to pass extra content ([#985](https://github.com/Doist/reactist/issues/985)) ([bed2ebc](https://github.com/Doist/reactist/commit/bed2ebc881730fbde52444842e00162f4ba2d993)) +* Add `children` prop to `` component to pass extra content ([#985](https://github.com/Doist/reactist/issues/985)) ([bed2ebc](https://github.com/Doist/reactist/commit/bed2ebc881730fbde52444842e00162f4ba2d993)) + ## [29.0.0](https://github.com/Doist/reactist/compare/v28.7.4...v29.0.0) (2025-11-04) diff --git a/package-lock.json b/package-lock.json index 61e87c5c..f566cdc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "29.0.0", + "version": "29.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "29.0.0", + "version": "29.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fcd3464f..0400b48b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@doist/reactist", "description": "Open source React components by Doist", - "version": "29.0.0", + "version": "29.1.0", "repository": "https://github.com/Doist/reactist", "homepage": "https://github.com/Doist/reactist#readme", "bugs": { From 127ce4fc32a74f6cd5d8c7e904748dda132df0ea Mon Sep 17 00:00:00 2001 From: Francesca Guiducci Date: Thu, 13 Nov 2025 17:18:57 +0100 Subject: [PATCH 2/2] Apply suggestion from @engfragui --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ac01a3..b815b5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### 🚀 Features -* Add `children` prop to `` component to pass extra content ([#985](https://github.com/Doist/reactist/issues/985)) ([bed2ebc](https://github.com/Doist/reactist/commit/bed2ebc881730fbde52444842e00162f4ba2d993)) * Add `children` prop to `` component to pass extra content ([#985](https://github.com/Doist/reactist/issues/985)) ([bed2ebc](https://github.com/Doist/reactist/commit/bed2ebc881730fbde52444842e00162f4ba2d993)) ## [29.0.0](https://github.com/Doist/reactist/compare/v28.7.4...v29.0.0) (2025-11-04)