Skip to content

Commit ca14da5

Browse files
Prepare Release (#2927)
Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <[email protected]>
1 parent 04ff0ff commit ca14da5

File tree

6 files changed

+7475
-9387
lines changed

6 files changed

+7475
-9387
lines changed

.release-plan.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
11
{
22
"solution": {
33
"@shepherdpro/pro-js": {
4-
"oldVersion": "1.2.2"
4+
"impact": "minor",
5+
"oldVersion": "1.2.2",
6+
"newVersion": "1.3.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
}
12+
],
13+
"pkgJSONPath": "./packages/pro-js/package.json"
514
},
615
"react-shepherd": {
7-
"oldVersion": "6.0.8"
16+
"impact": "minor",
17+
"oldVersion": "6.0.8",
18+
"newVersion": "6.1.0",
19+
"constraints": [
20+
{
21+
"impact": "minor",
22+
"reason": "Appears in changelog section :rocket: Enhancement"
23+
}
24+
],
25+
"pkgJSONPath": "./packages/react/package.json"
826
},
927
"shepherd.js": {
1028
"oldVersion": "13.0.2"
1129
}
1230
},
13-
"description": "## Release (2024-07-24)\n\n\n\n#### :house: Internal\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: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
1432
}

CHANGELOG.md

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

3+
## Release (2024-07-25)
4+
5+
@shepherdpro/pro-js 1.3.0 (minor)
6+
react-shepherd 6.1.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `@shepherdpro/pro-js`, `react-shepherd`
10+
* [#2929](https://github.com/shepherd-pro/shepherd/pull/2929) ➖ React: Remove extra pro specific setup ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :memo: Documentation
13+
* `shepherd-docs`
14+
* [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
16+
#### :house: Internal
17+
* `shepherd-docs`
18+
* [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))
19+
* Other
20+
* [#2925](https://github.com/shepherd-pro/shepherd/pull/2925) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
21+
* [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
23+
#### Committers: 3
24+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
25+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
26+
- [@github-actions[bot]](https://github.com/apps/github-actions)
27+
328
## Release (2024-07-24)
429

530

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.2.2",
3+
"version": "1.3.0",
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.0.8",
3+
"version": "6.1.0",
44
"private": false,
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)