Skip to content

Commit fb73819

Browse files
Prepare Release (#3003)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <[email protected]>
1 parent 1203865 commit fb73819

File tree

2 files changed

+8
-49
lines changed

2 files changed

+8
-49
lines changed

β€Ž.release-plan.jsonβ€Ž

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,11 @@
11
{
22
"solution": {
33
"react-shepherd": {
4-
"impact": "patch",
5-
"oldVersion": "6.1.1",
6-
"newVersion": "6.1.2",
7-
"constraints": [
8-
{
9-
"impact": "patch",
10-
"reason": "Has dependency `workspace:*` on shepherd.js"
11-
},
12-
{
13-
"impact": "patch",
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"
23-
}
24-
],
25-
"pkgJSONPath": "./packages/react/package.json"
4+
"oldVersion": "6.1.2"
265
},
276
"shepherd.js": {
28-
"impact": "major",
29-
"oldVersion": "13.0.3",
30-
"newVersion": "14.0.0",
31-
"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-
},
48-
{
49-
"impact": "patch",
50-
"reason": "Appears in changelog section :house: Internal"
51-
}
52-
],
53-
"pkgJSONPath": "./shepherd.js/package.json"
7+
"oldVersion": "14.0.0"
548
}
559
},
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"
10+
"description": "\n\n\n\n"
5711
}

β€ŽCHANGELOG.mdβ€Ž

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

3+
4+
5+
6+
7+
38
## Release (2024-10-08)
49

510
react-shepherd 6.1.2 (patch)

0 commit comments

Comments
Β (0)