diff --git a/.release-plan.json b/.release-plan.json index 338607e66..478beeaf9 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", @@ -14,8 +14,8 @@ }, "shepherd.js": { "impact": "patch", - "oldVersion": "14.0.0", - "newVersion": "14.0.1", + "oldVersion": "14.0.1", + "newVersion": "14.0.2", "constraints": [ { "impact": "patch", @@ -25,5 +25,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-16)\n\nreact-shepherd 6.1.4 (patch)\nshepherd.js 14.0.2 (patch)\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#### :house: Internal\n* `landing`\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: 3\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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d86153b8..3147daa5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Release (2024-10-16) + +react-shepherd 6.1.4 (patch) +shepherd.js 14.0.2 (patch) + +#### :bug: Bug Fix +* `shepherd.js` + * [#3011](https://github.com/shipshapecode/shepherd/pull/3011) Fix options type for `options.floatingUIOptions` ([@patrikholcak](https://github.com/patrikholcak)) + +#### :house: Internal +* `landing` + * [#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: 3 +- 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)) + ## 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 c521f0407..fa5ecb6cb 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "14.0.1", + "version": "14.0.2", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour", diff --git a/stderr.log b/stderr.log index 68eda271f..205e2484e 100644 --- a/stderr.log +++ b/stderr.log @@ -15,3 +15,4 @@ Warning: unknown package "shepherd-docs" Warning: unknown package "landing" Warning: unknown package "shepherd-docs" Warning: unknown package "unit-tests" +Warning: unknown package "landing"