Skip to content

Commit c18f70f

Browse files
Prepare Release (#2807)
Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <706378+chuckcarpenter@users.noreply.github.com>
1 parent 488c18a commit c18f70f

File tree

6 files changed

+65
-14
lines changed

6 files changed

+65
-14
lines changed

.release-plan.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"solution": {
33
"shepherd-docs": {
44
"impact": "patch",
5-
"oldVersion": "0.0.3",
6-
"newVersion": "0.0.4",
5+
"oldVersion": "0.0.4",
6+
"newVersion": "0.0.5",
77
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
11+
},
812
{
913
"impact": "patch",
1014
"reason": "Has dependency `workspace:*` on shepherd.js"
@@ -14,25 +18,29 @@
1418
},
1519
"react-shepherd": {
1620
"impact": "patch",
17-
"oldVersion": "5.0.1",
18-
"newVersion": "5.0.2",
21+
"oldVersion": "5.0.2",
22+
"newVersion": "5.0.3",
1923
"constraints": [
24+
{
25+
"impact": "patch",
26+
"reason": "Appears in changelog section :bug: Bug Fix"
27+
},
2028
{
2129
"impact": "patch",
2230
"reason": "Appears in changelog section :house: Internal"
31+
},
32+
{
33+
"impact": "patch",
34+
"reason": "Has dependency `workspace:*` on shepherd.js"
2335
}
2436
],
2537
"pkgJSONPath": "./packages/react/package.json"
2638
},
2739
"shepherd.js": {
2840
"impact": "patch",
29-
"oldVersion": "12.0.1",
30-
"newVersion": "12.0.2",
41+
"oldVersion": "12.0.2",
42+
"newVersion": "12.0.3",
3143
"constraints": [
32-
{
33-
"impact": "patch",
34-
"reason": "Appears in changelog section :bug: Bug Fix"
35-
},
3644
{
3745
"impact": "patch",
3846
"reason": "Appears in changelog section :house: Internal"
@@ -41,5 +49,5 @@
4149
"pkgJSONPath": "./shepherd.js/package.json"
4250
}
4351
},
44-
"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"
52+
"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"
4553
}

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## Release (2024-05-24)
4+
5+
shepherd-docs 0.0.5 (patch)
6+
react-shepherd 5.0.3 (patch)
7+
shepherd.js 12.0.3 (patch)
8+
9+
#### :bug: Bug Fix
10+
* `react-shepherd`
11+
* [#2828](https://github.com/shepherd-pro/shepherd/pull/2828) React: 🐛 Fix init to be optional ([@chuckcarpenter](https://github.com/chuckcarpenter))
12+
* [#2809](https://github.com/shepherd-pro/shepherd/pull/2809) React: 👷 Update tsc target to match lowest compatibility ([@chuckcarpenter](https://github.com/chuckcarpenter))
13+
* `landing`
14+
* [#2821](https://github.com/shepherd-pro/shepherd/pull/2821) Landing: 🐛 Fix config for canonicalURL ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
16+
#### :memo: Documentation
17+
* [#2824](https://github.com/shepherd-pro/shepherd/pull/2824) Update README.md for incorrect URL ([@pranshugupta54](https://github.com/pranshugupta54))
18+
19+
#### :house: Internal
20+
* `landing`
21+
* [#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))
22+
* [#2826](https://github.com/shepherd-pro/shepherd/pull/2826) Landing: 🐛 Update Dockerfile to build JS lib before copy ([@chuckcarpenter](https://github.com/chuckcarpenter))
23+
* [#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))
24+
* `shepherd-docs`, `landing`, `react-shepherd`, `shepherd.js`
25+
* [#2825](https://github.com/shepherd-pro/shepherd/pull/2825) Landing: 🚚 Move blog to index page and update URLs ([@chuckcarpenter](https://github.com/chuckcarpenter))
26+
* Other
27+
* [#2822](https://github.com/shepherd-pro/shepherd/pull/2822) App: 🐛 Fix IP address check for webhook ([@chuckcarpenter](https://github.com/chuckcarpenter))
28+
* [#2811](https://github.com/shepherd-pro/shepherd/pull/2811) App: ✨ Remove FF for pricing and edit signup flow ([@chuckcarpenter](https://github.com/chuckcarpenter))
29+
* [#2810](https://github.com/shepherd-pro/shepherd/pull/2810) App: 🗃️ Add created at for users and subscription defaults ([@chuckcarpenter](https://github.com/chuckcarpenter))
30+
* `landing`, `shepherd.js`
31+
* [#2812](https://github.com/shepherd-pro/shepherd/pull/2812) Landing: 👷 Add fly.io deployment ([@chuckcarpenter](https://github.com/chuckcarpenter))
32+
* `shepherd-docs`
33+
* [#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))
34+
* `react-shepherd`
35+
* [#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))
36+
* [#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))
37+
* `shepherd-docs`, `landing`
38+
* [#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))
39+
40+
#### Committers: 2
41+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
42+
- Pranshu Gupta ([@pranshugupta54](https://github.com/pranshugupta54))
43+
344
## Release (2024-05-14)
445

546
shepherd-docs 0.0.4 (patch)

docs-src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shepherd-docs",
33
"type": "module",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-shepherd",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"private": false,
55
"license": "MIT",
66
"repository": {

shepherd.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shepherd.js",
3-
"version": "12.0.2",
3+
"version": "12.0.3",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Warning: unknown package "cypress-tests"
44
Warning: unknown package "cypress-tests"
55
Warning: unknown package "unit-tests"
66
Warning: unknown package "landing"
7+
Warning: unknown package "landing"
8+
Warning: unknown package "landing"

0 commit comments

Comments
 (0)