diff --git a/.release-plan.json b/.release-plan.json index f217dfc21..b27210e55 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,49 +1,33 @@ { "solution": { - "shepherd-docs": { - "impact": "patch", - "oldVersion": "0.0.5", - "newVersion": "0.0.6", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./docs-src/package.json" - }, "react-shepherd": { "impact": "patch", - "oldVersion": "5.0.3", - "newVersion": "5.0.4", + "oldVersion": "5.0.4", + "newVersion": "5.0.5", "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": "patch", - "oldVersion": "12.0.3", - "newVersion": "12.0.4", + "oldVersion": "12.0.4", + "newVersion": "12.0.5", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "## Release (2024-05-24)\n\nshepherd-docs 0.0.6 (patch)\nreact-shepherd 5.0.4 (patch)\nshepherd.js 12.0.4 (patch)\n\n#### :bug: Bug Fix\n* `shepherd-docs`, `landing`, `shepherd.js`, `cypress-tests`\n * [#2820](https://github.com/shepherd-pro/shepherd/pull/2820) Fix TS issues, more correctly ship CJS and ESM ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `unit-tests`\n * [#2814](https://github.com/shepherd-pro/shepherd/pull/2814) Bump eslint-plugin-jest from 28.4.0 to 28.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `react-shepherd`\n * [#2819](https://github.com/shepherd-pro/shepherd/pull/2819) Bump happy-dom from 14.7.1 to 14.11.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" + "description": "## Release (2024-05-29)\n\nreact-shepherd 5.0.5 (patch)\nshepherd.js 12.0.5 (patch)\n\n#### :bug: Bug Fix\n* `shepherd-docs`, `shepherd.js`, `cypress-tests`\n * [#2839](https://github.com/shepherd-pro/shepherd/pull/2839) Export CSS and just create one file ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `shepherd-docs`, `landing`\n * [#2840](https://github.com/shepherd-pro/shepherd/pull/2840) Bump @astrojs/check from 0.5.10 to 0.7.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd.js`\n * [#2818](https://github.com/shepherd-pro/shepherd/pull/2818) Bump eslint-plugin-svelte from 2.38.0 to 2.39.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2835](https://github.com/shepherd-pro/shepherd/pull/2835) Landing: ➕ Update node version for deployment action ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `cypress-tests`\n * [#2841](https://github.com/shepherd-pro/shepherd/pull/2841) Bump chai from 4.4.1 to 5.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* Other\n * [#2836](https://github.com/shepherd-pro/shepherd/pull/2836) App: ⬆ Upgrade RW version to v7.6 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bba2c4a57..8c116d953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## Release (2024-05-29) + +react-shepherd 5.0.5 (patch) +shepherd.js 12.0.5 (patch) + +#### :bug: Bug Fix +* `shepherd-docs`, `shepherd.js`, `cypress-tests` + * [#2839](https://github.com/shepherd-pro/shepherd/pull/2839) Export CSS and just create one file ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### :house: Internal +* `shepherd-docs`, `landing` + * [#2840](https://github.com/shepherd-pro/shepherd/pull/2840) Bump @astrojs/check from 0.5.10 to 0.7.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* `shepherd.js` + * [#2818](https://github.com/shepherd-pro/shepherd/pull/2818) Bump eslint-plugin-svelte from 2.38.0 to 2.39.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + * [#2835](https://github.com/shepherd-pro/shepherd/pull/2835) Landing: ➕ Update node version for deployment action ([@chuckcarpenter](https://github.com/chuckcarpenter)) +* `cypress-tests` + * [#2841](https://github.com/shepherd-pro/shepherd/pull/2841) Bump chai from 4.4.1 to 5.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* Other + * [#2836](https://github.com/shepherd-pro/shepherd/pull/2836) App: ⬆ Upgrade RW version to v7.6 ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### Committers: 2 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + ## Release (2024-05-24) shepherd-docs 0.0.6 (patch) diff --git a/packages/react/package.json b/packages/react/package.json index de760b3b8..d5e87c467 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "5.0.4", + "version": "5.0.5", "private": false, "license": "MIT", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index b33fa39e8..5c822f9d3 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "12.0.4", + "version": "12.0.5", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour", diff --git a/stderr.log b/stderr.log index 2a553a5e2..b4c18dd32 100644 --- a/stderr.log +++ b/stderr.log @@ -9,3 +9,8 @@ Warning: unknown package "landing" Warning: unknown package "landing" Warning: unknown package "cypress-tests" Warning: unknown package "unit-tests" +Warning: unknown package "shepherd-docs" +Warning: unknown package "cypress-tests" +Warning: unknown package "shepherd-docs" +Warning: unknown package "landing" +Warning: unknown package "cypress-tests"