diff --git a/.release-plan.json b/.release-plan.json index 80ee1d1a0..47a4edec5 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,28 +2,36 @@ "solution": { "react-shepherd": { "impact": "patch", - "oldVersion": "6.1.4", - "newVersion": "6.1.5", + "oldVersion": "6.1.5", + "newVersion": "6.1.6", "constraints": [ { "impact": "patch", "reason": "Has dependency `workspace:*` on shepherd.js" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/react/package.json" }, "shepherd.js": { "impact": "minor", - "oldVersion": "14.1.0", - "newVersion": "14.2.0", + "oldVersion": "14.2.0", + "newVersion": "14.3.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "## Release (2024-11-19)\n\nreact-shepherd 6.1.5 (patch)\nshepherd.js 14.2.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `shepherd.js`, `unit-tests`\n * [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))\n\n#### Committers: 1\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n" + "description": "## Release (2024-11-19)\n\nreact-shepherd 6.1.6 (patch)\nshepherd.js 14.3.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `shepherd.js`, `unit-tests`\n * [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))\n\n#### :house: Internal\n* `react-shepherd`, `shepherd.js`\n * [#3035](https://github.com/shipshapecode/shepherd/pull/3035) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c6c2329..d5fad9eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## Release (2024-11-19) +react-shepherd 6.1.6 (patch) +shepherd.js 14.3.0 (minor) + +#### :rocket: Enhancement +* `shepherd-docs`, `shepherd.js`, `unit-tests` + * [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak)) + +#### :house: Internal +* `react-shepherd`, `shepherd.js` + * [#3035](https://github.com/shipshapecode/shepherd/pull/3035) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 +- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2024-11-19) + react-shepherd 6.1.5 (patch) shepherd.js 14.2.0 (minor) diff --git a/packages/react/package.json b/packages/react/package.json index 95870996c..01f68baa1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "6.1.5", + "version": "6.1.6", "private": false, "license": "MIT", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 953fc23f7..df05e617f 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "14.2.0", + "version": "14.3.0", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour", diff --git a/stderr.log b/stderr.log index 2d487c34d..fa46da922 100644 --- a/stderr.log +++ b/stderr.log @@ -24,3 +24,7 @@ Warning: unknown package "landing" (Use `node --trace-deprecation ...` to show where the warning was created) Warning: unknown package "shepherd-docs" Warning: unknown package "unit-tests" +(node:2337) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(Use `node --trace-deprecation ...` to show where the warning was created) +Warning: unknown package "shepherd-docs" +Warning: unknown package "unit-tests"