Skip to content

Commit a0f8bca

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

File tree

6 files changed

+7577
-9556
lines changed

6 files changed

+7577
-9556
lines changed

.release-plan.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,52 @@
22
"solution": {
33
"@shepherdpro/pro-js": {
44
"impact": "patch",
5-
"oldVersion": "1.2.0",
6-
"newVersion": "1.2.1",
5+
"oldVersion": "1.2.1",
6+
"newVersion": "1.2.2",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"reason": "Appears in changelog section :house: Internal"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Has dependency `workspace:*` on shepherd.js"
1115
}
1216
],
1317
"pkgJSONPath": "./packages/pro-js/package.json"
1418
},
1519
"react-shepherd": {
1620
"impact": "patch",
17-
"oldVersion": "6.0.6",
18-
"newVersion": "6.0.7",
21+
"oldVersion": "6.0.7",
22+
"newVersion": "6.0.8",
1923
"constraints": [
2024
{
2125
"impact": "patch",
2226
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
2327
},
2428
{
2529
"impact": "patch",
26-
"reason": "Appears in changelog section :bug: Bug Fix"
30+
"reason": "Appears in changelog section :house: Internal"
31+
},
32+
{
33+
"impact": "patch",
34+
"reason": "Has dependency `workspace:*` on shepherd.js"
2735
}
2836
],
2937
"pkgJSONPath": "./packages/react/package.json"
3038
},
3139
"shepherd.js": {
32-
"oldVersion": "13.0.1"
40+
"impact": "patch",
41+
"oldVersion": "13.0.1",
42+
"newVersion": "13.0.2",
43+
"constraints": [
44+
{
45+
"impact": "patch",
46+
"reason": "Appears in changelog section :house: Internal"
47+
}
48+
],
49+
"pkgJSONPath": "./shepherd.js/package.json"
3350
}
3451
},
35-
"description": "## Release (2024-07-22)\n\n@shepherdpro/pro-js 1.2.1 (patch)\nreact-shepherd 6.0.7 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`, `react-shepherd`\n * [#2920](https://github.com/shepherd-pro/shepherd/pull/2920) 👷 Fix package for correct release plan build ordering ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
52+
"description": "## Release (2024-07-24)\n\n@shepherdpro/pro-js 1.2.2 (patch)\nreact-shepherd 6.0.8 (patch)\nshepherd.js 13.0.2 (patch)\n\n#### :house: Internal\n* `@shepherdpro/pro-js`, `react-shepherd`, `shepherd.js`\n * [#2922](https://github.com/shepherd-pro/shepherd/pull/2922) 👷 Add publish config and scarf paackage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
3653
}

CHANGELOG.md

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

3+
## Release (2024-07-24)
4+
5+
@shepherdpro/pro-js 1.2.2 (patch)
6+
react-shepherd 6.0.8 (patch)
7+
shepherd.js 13.0.2 (patch)
8+
9+
#### :house: Internal
10+
* `@shepherdpro/pro-js`, `react-shepherd`, `shepherd.js`
11+
* [#2922](https://github.com/shepherd-pro/shepherd/pull/2922) 👷 Add publish config and scarf paackage ([@chuckcarpenter](https://github.com/chuckcarpenter))
12+
13+
#### Committers: 1
14+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
316
## Release (2024-07-22)
417

518
@shepherdpro/pro-js 1.2.1 (patch)

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

0 commit comments

Comments
 (0)