Skip to content

Commit 7cbab3b

Browse files
Prepare Release (#2884)
Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <706378+chuckcarpenter@users.noreply.github.com>
1 parent c98529c commit 7cbab3b

File tree

5 files changed

+45
-5
lines changed

5 files changed

+45
-5
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.0.1"
4+
"impact": "patch",
5+
"oldVersion": "1.0.1",
6+
"newVersion": "1.0.2",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
}
12+
],
13+
"pkgJSONPath": "./packages/pro-js/package.json"
514
},
615
"react-shepherd": {
7-
"oldVersion": "6.0.1"
16+
"impact": "patch",
17+
"oldVersion": "6.0.1",
18+
"newVersion": "6.0.2",
19+
"constraints": [
20+
{
21+
"impact": "patch",
22+
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
23+
}
24+
],
25+
"pkgJSONPath": "./packages/react/package.json"
826
},
927
"shepherd.js": {
1028
"oldVersion": "13.0.0"
1129
}
1230
},
13-
"description": "## Release (2024-06-21)\n\n\n\n#### :memo: Documentation\n* `shepherd-docs`, `landing`\n * [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
31+
"description": "## Release (2024-06-21)\n\n@shepherdpro/pro-js 1.0.2 (patch)\nreact-shepherd 6.0.2 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`\n * [#2883](https://github.com/shepherd-pro/shepherd/pull/2883) 🐛 Fix bug where events fail to fire due to naming ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `shepherd-docs`, `landing`\n * [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#2881](https://github.com/shepherd-pro/shepherd/pull/2881) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
1432
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## Release (2024-06-21)
44

5+
@shepherdpro/pro-js 1.0.2 (patch)
6+
react-shepherd 6.0.2 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `@shepherdpro/pro-js`
10+
* [#2883](https://github.com/shepherd-pro/shepherd/pull/2883) 🐛 Fix bug where events fail to fire due to naming ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :memo: Documentation
13+
* `shepherd-docs`, `landing`
14+
* [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
16+
#### :house: Internal
17+
* [#2881](https://github.com/shepherd-pro/shepherd/pull/2881) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
18+
19+
#### Committers: 2
20+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
21+
- [@github-actions[bot]](https://github.com/apps/github-actions)
22+
23+
## Release (2024-06-21)
24+
525

626

727
#### :memo: Documentation

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.0.1",
3+
"version": "1.0.2",
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.1",
3+
"version": "6.0.2",
44
"private": false,
55
"license": "MIT",
66
"repository": {

stderr.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ Warning: unknown package "shepherd-docs"
2525
Warning: unknown package "landing"
2626
Warning: unknown package "shepherd-docs"
2727
Warning: unknown package "landing"
28+
Warning: unknown package "shepherd-docs"
29+
Warning: unknown package "landing"

0 commit comments

Comments
 (0)