diff --git a/.release-plan.json b/.release-plan.json index b9f37a68d..a10a90711 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,9 +2,13 @@ "solution": { "shepherd-docs": { "impact": "patch", - "oldVersion": "0.0.3", - "newVersion": "0.0.4", + "oldVersion": "0.0.4", + "newVersion": "0.0.5", "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + }, { "impact": "patch", "reason": "Has dependency `workspace:*` on shepherd.js" @@ -14,25 +18,29 @@ }, "react-shepherd": { "impact": "patch", - "oldVersion": "5.0.1", - "newVersion": "5.0.2", + "oldVersion": "5.0.2", + "newVersion": "5.0.3", "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on shepherd.js" } ], "pkgJSONPath": "./packages/react/package.json" }, "shepherd.js": { "impact": "patch", - "oldVersion": "12.0.1", - "newVersion": "12.0.2", + "oldVersion": "12.0.2", + "newVersion": "12.0.3", "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -41,5 +49,5 @@ "pkgJSONPath": "./shepherd.js/package.json" } }, - "description": "## Release (2024-05-14)\n\nshepherd-docs 0.0.4 (patch)\nreact-shepherd 5.0.2 (patch)\nshepherd.js 12.0.2 (patch)\n\n#### :bug: Bug Fix\n* `landing`, `shepherd.js`\n * [#2805](https://github.com/shepherd-pro/shepherd/pull/2805) 🐛 Fixes import issues reported in 2785 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2794](https://github.com/shepherd-pro/shepherd/pull/2794) 🐛 Add missing required type attribute for button ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2793](https://github.com/shepherd-pro/shepherd/pull/2793) 🐛 Add fix for modal reshow from 2436 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* Other\n * [#2784](https://github.com/shepherd-pro/shepherd/pull/2784) Bump release-it from 17.2.0 to 17.2.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2790](https://github.com/shepherd-pro/shepherd/pull/2790) App: ✨ Add webhook for subscription management ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2788](https://github.com/shepherd-pro/shepherd/pull/2788) App: 🗃️ Add migration to give all users a subscription ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2782](https://github.com/shepherd-pro/shepherd/pull/2782) Bump rollup from 4.14.3 to 4.17.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `react-shepherd`\n * [#2778](https://github.com/shepherd-pro/shepherd/pull/2778) Bump vite from 5.2.10 to 5.2.11 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n" + "description": "## Release (2024-05-24)\n\nshepherd-docs 0.0.5 (patch)\nreact-shepherd 5.0.3 (patch)\nshepherd.js 12.0.3 (patch)\n\n#### :bug: Bug Fix\n* `react-shepherd`\n * [#2828](https://github.com/shepherd-pro/shepherd/pull/2828) React: 🐛 Fix init to be optional ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2809](https://github.com/shepherd-pro/shepherd/pull/2809) React: 👷 Update tsc target to match lowest compatibility ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`\n * [#2821](https://github.com/shepherd-pro/shepherd/pull/2821) Landing: 🐛 Fix config for canonicalURL ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* [#2824](https://github.com/shepherd-pro/shepherd/pull/2824) Update README.md for incorrect URL ([@pranshugupta54](https://github.com/pranshugupta54))\n\n#### :house: Internal\n* `landing`\n * [#2827](https://github.com/shepherd-pro/shepherd/pull/2827) Landing: 🐛 Update action to build js lib before docker copys it ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2826](https://github.com/shepherd-pro/shepherd/pull/2826) Landing: 🐛 Update Dockerfile to build JS lib before copy ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2804](https://github.com/shepherd-pro/shepherd/pull/2804) Bump @tailwindcss/typography from 0.5.12 to 0.5.13 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd-docs`, `landing`, `react-shepherd`, `shepherd.js`\n * [#2825](https://github.com/shepherd-pro/shepherd/pull/2825) Landing: 🚚 Move blog to index page and update URLs ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#2822](https://github.com/shepherd-pro/shepherd/pull/2822) App: 🐛 Fix IP address check for webhook ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2811](https://github.com/shepherd-pro/shepherd/pull/2811) App: ✨ Remove FF for pricing and edit signup flow ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2810](https://github.com/shepherd-pro/shepherd/pull/2810) App: 🗃️ Add created at for users and subscription defaults ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `shepherd.js`\n * [#2812](https://github.com/shepherd-pro/shepherd/pull/2812) Landing: 👷 Add fly.io deployment ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2808](https://github.com/shepherd-pro/shepherd/pull/2808) Bump @astrojs/starlight from 0.21.5 to 0.22.4 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `react-shepherd`\n * [#2798](https://github.com/shepherd-pro/shepherd/pull/2798) Bump @testing-library/react from 15.0.6 to 15.0.7 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2797](https://github.com/shepherd-pro/shepherd/pull/2797) Bump @types/react from 18.3.1 to 18.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd-docs`, `landing`\n * [#2806](https://github.com/shepherd-pro/shepherd/pull/2806) Bump astro from 4.6.3 to 4.8.4 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Pranshu Gupta ([@pranshugupta54](https://github.com/pranshugupta54))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 412ef4039..8ea9bdb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # Changelog +## Release (2024-05-24) + +shepherd-docs 0.0.5 (patch) +react-shepherd 5.0.3 (patch) +shepherd.js 12.0.3 (patch) + +#### :bug: Bug Fix +* `react-shepherd` + * [#2828](https://github.com/shepherd-pro/shepherd/pull/2828) React: 🐛 Fix init to be optional ([@chuckcarpenter](https://github.com/chuckcarpenter)) + * [#2809](https://github.com/shepherd-pro/shepherd/pull/2809) React: 👷 Update tsc target to match lowest compatibility ([@chuckcarpenter](https://github.com/chuckcarpenter)) +* `landing` + * [#2821](https://github.com/shepherd-pro/shepherd/pull/2821) Landing: 🐛 Fix config for canonicalURL ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### :memo: Documentation +* [#2824](https://github.com/shepherd-pro/shepherd/pull/2824) Update README.md for incorrect URL ([@pranshugupta54](https://github.com/pranshugupta54)) + +#### :house: Internal +* `landing` + * [#2827](https://github.com/shepherd-pro/shepherd/pull/2827) Landing: 🐛 Update action to build js lib before docker copys it ([@chuckcarpenter](https://github.com/chuckcarpenter)) + * [#2826](https://github.com/shepherd-pro/shepherd/pull/2826) Landing: 🐛 Update Dockerfile to build JS lib before copy ([@chuckcarpenter](https://github.com/chuckcarpenter)) + * [#2804](https://github.com/shepherd-pro/shepherd/pull/2804) Bump @tailwindcss/typography from 0.5.12 to 0.5.13 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* `shepherd-docs`, `landing`, `react-shepherd`, `shepherd.js` + * [#2825](https://github.com/shepherd-pro/shepherd/pull/2825) Landing: 🚚 Move blog to index page and update URLs ([@chuckcarpenter](https://github.com/chuckcarpenter)) +* Other + * [#2822](https://github.com/shepherd-pro/shepherd/pull/2822) App: 🐛 Fix IP address check for webhook ([@chuckcarpenter](https://github.com/chuckcarpenter)) + * [#2811](https://github.com/shepherd-pro/shepherd/pull/2811) App: ✨ Remove FF for pricing and edit signup flow ([@chuckcarpenter](https://github.com/chuckcarpenter)) + * [#2810](https://github.com/shepherd-pro/shepherd/pull/2810) App: 🗃️ Add created at for users and subscription defaults ([@chuckcarpenter](https://github.com/chuckcarpenter)) +* `landing`, `shepherd.js` + * [#2812](https://github.com/shepherd-pro/shepherd/pull/2812) Landing: 👷 Add fly.io deployment ([@chuckcarpenter](https://github.com/chuckcarpenter)) +* `shepherd-docs` + * [#2808](https://github.com/shepherd-pro/shepherd/pull/2808) Bump @astrojs/starlight from 0.21.5 to 0.22.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* `react-shepherd` + * [#2798](https://github.com/shepherd-pro/shepherd/pull/2798) Bump @testing-library/react from 15.0.6 to 15.0.7 ([@dependabot[bot]](https://github.com/apps/dependabot)) + * [#2797](https://github.com/shepherd-pro/shepherd/pull/2797) Bump @types/react from 18.3.1 to 18.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* `shepherd-docs`, `landing` + * [#2806](https://github.com/shepherd-pro/shepherd/pull/2806) Bump astro from 4.6.3 to 4.8.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 2 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) +- Pranshu Gupta ([@pranshugupta54](https://github.com/pranshugupta54)) + ## Release (2024-05-14) shepherd-docs 0.0.4 (patch) diff --git a/docs-src/package.json b/docs-src/package.json index 1c7ced27a..fadc49ffd 100644 --- a/docs-src/package.json +++ b/docs-src/package.json @@ -1,7 +1,7 @@ { "name": "shepherd-docs", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/packages/react/package.json b/packages/react/package.json index e0ae0cc64..3bed21dfb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "5.0.2", + "version": "5.0.3", "private": false, "license": "MIT", "repository": { diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 2fce46a9f..4f60724f1 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "12.0.2", + "version": "12.0.3", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour", diff --git a/stderr.log b/stderr.log index 336febc01..1a1281c9e 100644 --- a/stderr.log +++ b/stderr.log @@ -4,3 +4,5 @@ Warning: unknown package "cypress-tests" Warning: unknown package "cypress-tests" Warning: unknown package "unit-tests" Warning: unknown package "landing" +Warning: unknown package "landing" +Warning: unknown package "landing"