diff --git a/.release-plan.json b/.release-plan.json index e16c8623b..4e5f2861e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,27 +1,47 @@ { "solution": { "react-shepherd": { - "impact": "patch", - "oldVersion": "6.1.8", - "newVersion": "6.1.9", + "impact": "major", + "oldVersion": "6.1.9", + "newVersion": "7.0.0", "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Has dependency `workspace:*` on shepherd.js" + }, + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/react/package.json" }, "shepherd.js": { - "impact": "patch", - "oldVersion": "14.5.0", - "newVersion": "14.5.1", + "impact": "major", + "oldVersion": "14.5.1", + "newVersion": "15.0.0", "tagName": "latest", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :memo: Documentation" }, { "impact": "patch", @@ -31,5 +51,5 @@ "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "## Release (2025-07-23)\n\n* react-shepherd 6.1.9 (patch)\n* shepherd.js 14.5.1 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3230](https://github.com/shipshapecode/shepherd/pull/3230) Add attachTo elements to the keyboard focus flow ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `shepherd.js`\n * [#3229](https://github.com/shipshapecode/shepherd/pull/3229) Add dummy app back for development ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" + "description": "## Release (2026-01-29)\n\n* react-shepherd 7.0.0 (major)\n* shepherd.js 15.0.0 (major)\n\n#### :boom: Breaking Change\n* `shepherd.js`\n * [#3342](https://github.com/shipshapecode/shepherd/pull/3342) Drop support for node 18, move tests ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `react-shepherd`, `shepherd.js`\n * [#3144](https://github.com/shipshapecode/shepherd/pull/3144) Update to Svelte 5, convert to ESM only ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :rocket: Enhancement\n* `react-shepherd`\n * [#3339](https://github.com/shipshapecode/shepherd/pull/3339) Support React 18+ in peerDeps ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :memo: Documentation\n* `react-shepherd`, `shepherd.js`\n * [#3341](https://github.com/shipshapecode/shepherd/pull/3341) More license updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#3340](https://github.com/shipshapecode/shepherd/pull/3340) Update LICENSE.md ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `shepherd.js`\n * [#3323](https://github.com/shipshapecode/shepherd/pull/3323) Redirect to root when starting demo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `react-shepherd`\n * [#3315](https://github.com/shipshapecode/shepherd/pull/3315) Update README example path ([@Poylar](https://github.com/Poylar))\n\n#### :house: Internal\n* Other\n * [#3343](https://github.com/shipshapecode/shepherd/pull/3343) Update landing to tailwind 4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `react-shepherd`, `shepherd.js`\n * [#3324](https://github.com/shipshapecode/shepherd/pull/3324) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- [@Poylar](https://github.com/Poylar)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c17353f..3e5dad1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## Release (2026-01-29) + +* react-shepherd 7.0.0 (major) +* shepherd.js 15.0.0 (major) + +#### :boom: Breaking Change +* `shepherd.js` + * [#3342](https://github.com/shipshapecode/shepherd/pull/3342) Drop support for node 18, move tests ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +* `react-shepherd`, `shepherd.js` + * [#3144](https://github.com/shipshapecode/shepherd/pull/3144) Update to Svelte 5, convert to ESM only ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### :rocket: Enhancement +* `react-shepherd` + * [#3339](https://github.com/shipshapecode/shepherd/pull/3339) Support React 18+ in peerDeps ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### :memo: Documentation +* `react-shepherd`, `shepherd.js` + * [#3341](https://github.com/shipshapecode/shepherd/pull/3341) More license updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +* Other + * [#3340](https://github.com/shipshapecode/shepherd/pull/3340) Update LICENSE.md ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +* `shepherd.js` + * [#3323](https://github.com/shipshapecode/shepherd/pull/3323) Redirect to root when starting demo ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +* `react-shepherd` + * [#3315](https://github.com/shipshapecode/shepherd/pull/3315) Update README example path ([@Poylar](https://github.com/Poylar)) + +#### :house: Internal +* Other + * [#3343](https://github.com/shipshapecode/shepherd/pull/3343) Update landing to tailwind 4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +* `react-shepherd`, `shepherd.js` + * [#3324](https://github.com/shipshapecode/shepherd/pull/3324) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + * [#3302](https://github.com/shipshapecode/shepherd/pull/3302) Remove scarf, bump vitest ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### Committers: 2 +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +- [@Poylar](https://github.com/Poylar) + ## Release (2025-07-23) * react-shepherd 6.1.9 (patch) diff --git a/packages/react/package.json b/packages/react/package.json index eff6306a1..7eb260aa0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "6.1.9", + "version": "7.0.0", "private": false, "license": "MIT", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index df1889595..60ab4b6d2 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "14.5.1", + "version": "15.0.0", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour",