diff --git a/.release-plan.json b/.release-plan.json index 13344134a..8b5d0bad4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,11 +1,29 @@ { "solution": { "react-shepherd": { - "oldVersion": "6.1.6" + "impact": "patch", + "oldVersion": "6.1.6", + "newVersion": "6.1.7", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on shepherd.js" + } + ], + "pkgJSONPath": "./packages/react/package.json" }, "shepherd.js": { - "oldVersion": "14.3.0" + "impact": "minor", + "oldVersion": "14.3.0", + "newVersion": "14.4.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "\n\n\n\n" + "description": "## Release (2024-12-07)\n\nreact-shepherd 6.1.7 (patch)\nshepherd.js 14.4.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd.js`\n * [#3068](https://github.com/shipshapecode/shepherd/pull/3068) 💄 Add reset for dialog element ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#3066](https://github.com/shipshapecode/shepherd/pull/3066) 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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aec83ce7..392d617fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-12-07) + +react-shepherd 6.1.7 (patch) +shepherd.js 14.4.0 (minor) + +#### :rocket: Enhancement +* `shepherd.js` + * [#3068](https://github.com/shipshapecode/shepherd/pull/3068) 💄 Add reset for dialog element ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### :house: Internal +* [#3066](https://github.com/shipshapecode/shepherd/pull/3066) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + diff --git a/packages/react/package.json b/packages/react/package.json index 01f68baa1..b2e5c96f7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "6.1.6", + "version": "6.1.7", "private": false, "license": "MIT", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index df05e617f..e4db74177 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "14.3.0", + "version": "14.4.0", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour", diff --git a/stderr.log b/stderr.log index cebb95b0c..17d5a34d5 100644 --- a/stderr.log +++ b/stderr.log @@ -30,3 +30,5 @@ Warning: unknown package "shepherd-docs" Warning: unknown package "unit-tests" (node:2278) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) +(node:2343) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(Use `node --trace-deprecation ...` to show where the warning was created)