From a6e31b45439ecfba19aba0b4a6f034cc54761fa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:52:54 -0400 Subject: [PATCH] Prepare Release (#3007) Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com> --- .release-plan.json | 16 ++++++++++------ CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ packages/react/package.json | 2 +- shepherd.js/package.json | 2 +- stderr.log | 5 +++++ 5 files changed, 47 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 338607e66..1cf4a3531 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "react-shepherd": { "impact": "patch", - "oldVersion": "6.1.2", - "newVersion": "6.1.3", + "oldVersion": "6.1.3", + "newVersion": "6.1.4", "constraints": [ { "impact": "patch", @@ -13,10 +13,14 @@ "pkgJSONPath": "./packages/react/package.json" }, "shepherd.js": { - "impact": "patch", - "oldVersion": "14.0.0", - "newVersion": "14.0.1", + "impact": "minor", + "oldVersion": "14.0.1", + "newVersion": "14.1.0", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" @@ -25,5 +29,5 @@ "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "## Release (2024-10-10)\n\nreact-shepherd 6.1.3 (patch)\nshepherd.js 14.0.1 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`, `unit-tests`\n * [#3005](https://github.com/shipshapecode/shepherd/pull/3005) 🐛 Fix issue where passed in custom middleware is overridden ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#3003](https://github.com/shipshapecode/shepherd/pull/3003) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" + "description": "## Release (2024-10-21)\n\nreact-shepherd 6.1.4 (patch)\nshepherd.js 14.1.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `landing`, `shepherd.js`, `unit-tests`\n * [#2995](https://github.com/shipshapecode/shepherd/pull/2995) Implement multiple element highlighting feature ([@YuunsGit](https://github.com/YuunsGit))\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3011](https://github.com/shipshapecode/shepherd/pull/3011) Fix options type for `options.floatingUIOptions` ([@patrikholcak](https://github.com/patrikholcak))\n\n#### :memo: Documentation\n* `landing`\n * [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `landing`\n * [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#3015](https://github.com/shipshapecode/shepherd/pull/3015) State Fix for Pricing ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))\n * [#3013](https://github.com/shipshapecode/shepherd/pull/3013) 🐛 Change check for DOMContentLoaded to astro:page-load ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 5\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Naman-Parlecha ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- Yunus Emre ([@YuunsGit](https://github.com/YuunsGit))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d86153b8..d47c8a782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## Release (2024-10-21) + +react-shepherd 6.1.4 (patch) +shepherd.js 14.1.0 (minor) + +#### :rocket: Enhancement +* `shepherd-docs`, `landing`, `shepherd.js`, `unit-tests` + * [#2995](https://github.com/shipshapecode/shepherd/pull/2995) Implement multiple element highlighting feature ([@YuunsGit](https://github.com/YuunsGit)) + +#### :bug: Bug Fix +* `shepherd.js` + * [#3011](https://github.com/shipshapecode/shepherd/pull/3011) Fix options type for `options.floatingUIOptions` ([@patrikholcak](https://github.com/patrikholcak)) + +#### :memo: Documentation +* `landing` + * [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### :house: Internal +* `landing` + * [#3025](https://github.com/shipshapecode/shepherd/pull/3025) Fix loading on button, add link to root page on logo ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + * [#3015](https://github.com/shipshapecode/shepherd/pull/3015) State Fix for Pricing ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha)) + * [#3013](https://github.com/shipshapecode/shepherd/pull/3013) 🐛 Change check for DOMContentLoaded to astro:page-load ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### Committers: 5 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) +- Naman-Parlecha ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha)) +- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak)) +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +- Yunus Emre ([@YuunsGit](https://github.com/YuunsGit)) + ## Release (2024-10-10) react-shepherd 6.1.3 (patch) diff --git a/packages/react/package.json b/packages/react/package.json index 45203b622..751b7e004 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "6.1.3", + "version": "6.1.4", "private": false, "license": "MIT", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index c8d13a925..638af8eae 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "14.0.1", + "version": "14.1.0", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour", diff --git a/stderr.log b/stderr.log index 68eda271f..430b2a76f 100644 --- a/stderr.log +++ b/stderr.log @@ -15,3 +15,8 @@ Warning: unknown package "shepherd-docs" Warning: unknown package "landing" Warning: unknown package "shepherd-docs" Warning: unknown package "unit-tests" +Warning: unknown package "shepherd-docs" +Warning: unknown package "landing" +Warning: unknown package "unit-tests" +Warning: unknown package "landing" +Warning: unknown package "landing"