Skip to content

Commit 8524aca

Browse files
Prepare Release (#2939)
Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <[email protected]>
1 parent 2182f44 commit 8524aca

File tree

6 files changed

+43
-15
lines changed

6 files changed

+43
-15
lines changed

.release-plan.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,41 @@
11
{
22
"solution": {
33
"@shepherdpro/pro-js": {
4-
"impact": "minor",
5-
"oldVersion": "1.2.2",
6-
"newVersion": "1.3.0",
4+
"impact": "patch",
5+
"oldVersion": "1.3.0",
6+
"newVersion": "1.3.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Has dependency `workspace:*` on shepherd.js"
1111
}
1212
],
1313
"pkgJSONPath": "./packages/pro-js/package.json"
1414
},
1515
"react-shepherd": {
16-
"impact": "minor",
17-
"oldVersion": "6.0.8",
18-
"newVersion": "6.1.0",
16+
"impact": "patch",
17+
"oldVersion": "6.1.0",
18+
"newVersion": "6.1.1",
1919
"constraints": [
2020
{
21-
"impact": "minor",
22-
"reason": "Appears in changelog section :rocket: Enhancement"
21+
"impact": "patch",
22+
"reason": "Has dependency `workspace:*` on shepherd.js"
2323
}
2424
],
2525
"pkgJSONPath": "./packages/react/package.json"
2626
},
2727
"shepherd.js": {
28-
"oldVersion": "13.0.2"
28+
"impact": "patch",
29+
"oldVersion": "13.0.2",
30+
"newVersion": "13.0.3",
31+
"constraints": [
32+
{
33+
"impact": "patch",
34+
"reason": "Appears in changelog section :house: Internal"
35+
}
36+
],
37+
"pkgJSONPath": "./shepherd.js/package.json"
2938
}
3039
},
31-
"description": "## Release (2024-07-25)\n\n@shepherdpro/pro-js 1.3.0 (minor)\nreact-shepherd 6.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@shepherdpro/pro-js`, `react-shepherd`\n * [#2929](https://github.com/shepherd-pro/shepherd/pull/2929) ➖ React: Remove extra pro specific setup ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `shepherd-docs`\n * [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `shepherd-docs`\n * [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#2925](https://github.com/shepherd-pro/shepherd/pull/2925) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
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"
3241
}

CHANGELOG.md

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

3+
## Release (2024-08-05)
4+
5+
@shepherdpro/pro-js 1.3.1 (patch)
6+
react-shepherd 6.1.1 (patch)
7+
shepherd.js 13.0.3 (patch)
8+
9+
#### :house: Internal
10+
* `shepherd-docs`, `landing`
11+
* [#2944](https://github.com/shepherd-pro/shepherd/pull/2944) 🐛 Fix pnpm version in Dockerfiles ([@chuckcarpenter](https://github.com/chuckcarpenter))
12+
* `landing`, `shepherd.js`, `cypress-tests`, `unit-tests`
13+
* [#2938](https://github.com/shepherd-pro/shepherd/pull/2938) ✨ Landing: Add storyblok CMS ([@chuckcarpenter](https://github.com/chuckcarpenter))
14+
15+
#### Committers: 1
16+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
17+
318
## Release (2024-07-25)
419

520
@shepherdpro/pro-js 1.3.0 (minor)

packages/pro-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shepherdpro/pro-js",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": false,
55
"main": "./dist/index.umd.cjs",
66
"module": "./dist/index.js",

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

stderr.log

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

0 commit comments

Comments
 (0)