Skip to content

Commit 00ea5f7

Browse files
Prepare Release (#2950)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <[email protected]>
1 parent 55139a3 commit 00ea5f7

File tree

5 files changed

+94
-19
lines changed

5 files changed

+94
-19
lines changed

.release-plan.json

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,50 @@
11
{
22
"solution": {
3-
"@shepherdpro/pro-js": {
3+
"react-shepherd": {
44
"impact": "patch",
5-
"oldVersion": "1.3.0",
6-
"newVersion": "1.3.1",
5+
"oldVersion": "6.1.1",
6+
"newVersion": "6.1.2",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Has dependency `workspace:*` on shepherd.js"
11-
}
12-
],
13-
"pkgJSONPath": "./packages/pro-js/package.json"
14-
},
15-
"react-shepherd": {
16-
"impact": "patch",
17-
"oldVersion": "6.1.0",
18-
"newVersion": "6.1.1",
19-
"constraints": [
11+
},
2012
{
2113
"impact": "patch",
22-
"reason": "Has dependency `workspace:*` on shepherd.js"
14+
"reason": "Appears in changelog section :bug: Bug Fix"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :memo: Documentation"
19+
},
20+
{
21+
"impact": "patch",
22+
"reason": "Appears in changelog section :house: Internal"
2323
}
2424
],
2525
"pkgJSONPath": "./packages/react/package.json"
2626
},
2727
"shepherd.js": {
28-
"impact": "patch",
29-
"oldVersion": "13.0.2",
30-
"newVersion": "13.0.3",
28+
"impact": "major",
29+
"oldVersion": "13.0.3",
30+
"newVersion": "14.0.0",
3131
"constraints": [
32+
{
33+
"impact": "major",
34+
"reason": "Appears in changelog section :boom: Breaking Change"
35+
},
36+
{
37+
"impact": "minor",
38+
"reason": "Appears in changelog section :rocket: Enhancement"
39+
},
40+
{
41+
"impact": "patch",
42+
"reason": "Appears in changelog section :bug: Bug Fix"
43+
},
44+
{
45+
"impact": "patch",
46+
"reason": "Appears in changelog section :memo: Documentation"
47+
},
3248
{
3349
"impact": "patch",
3450
"reason": "Appears in changelog section :house: Internal"
@@ -37,5 +53,5 @@
3753
"pkgJSONPath": "./shepherd.js/package.json"
3854
}
3955
},
40-
"description": "## Release (2024-08-05)\n\n@shepherdpro/pro-js 1.3.1 (patch)\nreact-shepherd 6.1.1 (patch)\nshepherd.js 13.0.3 (patch)\n\n#### :house: Internal\n* `shepherd-docs`, `landing`\n * [#2944](https://github.com/shepherd-pro/shepherd/pull/2944) 🐛 Fix pnpm version in Dockerfiles ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#2938](https://github.com/shepherd-pro/shepherd/pull/2938) ✨ Landing: Add storyblok CMS ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
56+
"description": "## Release (2024-10-08)\n\nreact-shepherd 6.1.2 (patch)\nshepherd.js 14.0.0 (major)\n\n#### :boom: Breaking Change\n* `shepherd.js`\n * [#2976](https://github.com/shipshapecode/shepherd/pull/2976) Update license to AGPL-3.0 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#2969](https://github.com/shipshapecode/shepherd/pull/2969) 📄 Update license for commercial use cases ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :rocket: Enhancement\n* `landing`, `shepherd.js`, `cypress-tests`\n * [#2982](https://github.com/shipshapecode/shepherd/pull/2982) ✨ Update shepherd element to use html dialog ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :bug: Bug Fix\n* `landing`, `react-shepherd`\n * [#2988](https://github.com/shipshapecode/shepherd/pull/2988) 🐛 Landing: Fix checkout issue with correct PAT ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2979](https://github.com/shipshapecode/shepherd/pull/2979) Fix handler type for Evented.off() ([@joeldomke](https://github.com/joeldomke))\n* `shepherd-docs`, `landing`, `shepherd.js`\n * [#2980](https://github.com/shipshapecode/shepherd/pull/2980) 🐛 Fix event timing issue and add button for demo start ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `landing`\n * [#2974](https://github.com/shipshapecode/shepherd/pull/2974) Update some various styles ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2972](https://github.com/shipshapecode/shepherd/pull/2972) ✨ Add updated pricing page and commerical benefits ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `react-shepherd`, `shepherd.js`\n * [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#2960](https://github.com/shipshapecode/shepherd/pull/2960) 📝 Remove docker info on README ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* Other\n * [#2981](https://github.com/shipshapecode/shepherd/pull/2981) 🔥 Pro: Remove deprecated pro package ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`\n * [#2975](https://github.com/shipshapecode/shepherd/pull/2975) 🐛 Landing: Remove import string from frontmatter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2968](https://github.com/shipshapecode/shepherd/pull/2968) Landing: 🔥 Remove and upgrade dependencies ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `react-shepherd`, `shepherd.js`\n * [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2966](https://github.com/shipshapecode/shepherd/pull/2966) ⬆ Update Astro to v14.15 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 3\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Joel Domke ([@joeldomke](https://github.com/joeldomke))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
4157
}

CHANGELOG.md

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

3+
## Release (2024-10-08)
4+
5+
react-shepherd 6.1.2 (patch)
6+
shepherd.js 14.0.0 (major)
7+
8+
#### :boom: Breaking Change
9+
* `shepherd.js`
10+
* [#2976](https://github.com/shipshapecode/shepherd/pull/2976) Update license to AGPL-3.0 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
* Other
12+
* [#2969](https://github.com/shipshapecode/shepherd/pull/2969) 📄 Update license for commercial use cases ([@chuckcarpenter](https://github.com/chuckcarpenter))
13+
14+
#### :rocket: Enhancement
15+
* `landing`, `shepherd.js`, `cypress-tests`
16+
* [#2982](https://github.com/shipshapecode/shepherd/pull/2982) ✨ Update shepherd element to use html dialog ([@chuckcarpenter](https://github.com/chuckcarpenter))
17+
18+
#### :bug: Bug Fix
19+
* `landing`, `react-shepherd`
20+
* [#2988](https://github.com/shipshapecode/shepherd/pull/2988) 🐛 Landing: Fix checkout issue with correct PAT ([@chuckcarpenter](https://github.com/chuckcarpenter))
21+
* `shepherd.js`
22+
* [#2979](https://github.com/shipshapecode/shepherd/pull/2979) Fix handler type for Evented.off() ([@joeldomke](https://github.com/joeldomke))
23+
* `shepherd-docs`, `landing`, `shepherd.js`
24+
* [#2980](https://github.com/shipshapecode/shepherd/pull/2980) 🐛 Fix event timing issue and add button for demo start ([@chuckcarpenter](https://github.com/chuckcarpenter))
25+
26+
#### :memo: Documentation
27+
* `landing`
28+
* [#2974](https://github.com/shipshapecode/shepherd/pull/2974) Update some various styles ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
29+
* [#2972](https://github.com/shipshapecode/shepherd/pull/2972) ✨ Add updated pricing page and commerical benefits ([@chuckcarpenter](https://github.com/chuckcarpenter))
30+
* `landing`, `react-shepherd`, `shepherd.js`
31+
* [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))
32+
* `shepherd-docs`
33+
* [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))
34+
* Other
35+
* [#2960](https://github.com/shipshapecode/shepherd/pull/2960) 📝 Remove docker info on README ([@chuckcarpenter](https://github.com/chuckcarpenter))
36+
37+
#### :house: Internal
38+
* Other
39+
* [#2981](https://github.com/shipshapecode/shepherd/pull/2981) 🔥 Pro: Remove deprecated pro package ([@chuckcarpenter](https://github.com/chuckcarpenter))
40+
* `landing`
41+
* [#2975](https://github.com/shipshapecode/shepherd/pull/2975) 🐛 Landing: Remove import string from frontmatter ([@chuckcarpenter](https://github.com/chuckcarpenter))
42+
* [#2968](https://github.com/shipshapecode/shepherd/pull/2968) Landing: 🔥 Remove and upgrade dependencies ([@chuckcarpenter](https://github.com/chuckcarpenter))
43+
* `landing`, `react-shepherd`, `shepherd.js`
44+
* [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))
45+
* `shepherd-docs`
46+
* [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))
47+
* [#2966](https://github.com/shipshapecode/shepherd/pull/2966) ⬆ Update Astro to v14.15 ([@chuckcarpenter](https://github.com/chuckcarpenter))
48+
49+
#### Committers: 3
50+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
51+
- Joel Domke ([@joeldomke](https://github.com/joeldomke))
52+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
53+
354
## Release (2024-08-05)
455

556
@shepherdpro/pro-js 1.3.1 (patch)

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": "6.1.1",
3+
"version": "6.1.2",
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": "13.0.3",
3+
"version": "14.0.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ Warning: unknown package "shepherd-docs"
66
Warning: unknown package "landing"
77
Warning: unknown package "cypress-tests"
88
Warning: unknown package "unit-tests"
9+
Warning: unknown package "landing"
10+
Warning: unknown package "cypress-tests"
11+
Warning: unknown package "landing"
12+
Warning: unknown package "shepherd-docs"
13+
Warning: unknown package "landing"
14+
Warning: unknown package "shepherd-docs"
15+
Warning: unknown package "landing"
16+
Warning: unknown package "shepherd-docs"

0 commit comments

Comments
 (0)