Skip to content

Commit f3843e1

Browse files
Prepare Release (#2907)
Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <[email protected]>
1 parent 0f2c73d commit f3843e1

File tree

5 files changed

+29
-22
lines changed

5 files changed

+29
-22
lines changed

.release-plan.json

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,35 @@
22
"solution": {
33
"@shepherdpro/pro-js": {
44
"impact": "minor",
5-
"oldVersion": "1.0.4",
6-
"newVersion": "1.1.0",
5+
"oldVersion": "1.1.0",
6+
"newVersion": "1.2.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Has dependency `workspace:*` on shepherd.js"
1511
}
1612
],
1713
"pkgJSONPath": "./packages/pro-js/package.json"
1814
},
1915
"react-shepherd": {
2016
"impact": "patch",
21-
"oldVersion": "6.0.4",
22-
"newVersion": "6.0.5",
17+
"oldVersion": "6.0.5",
18+
"newVersion": "6.0.6",
2319
"constraints": [
2420
{
2521
"impact": "patch",
2622
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
2723
},
2824
{
2925
"impact": "patch",
30-
"reason": "Has dependency `workspace:*` on shepherd.js"
26+
"reason": "Appears in changelog section :house: Internal"
3127
}
3228
],
3329
"pkgJSONPath": "./packages/react/package.json"
3430
},
3531
"shepherd.js": {
36-
"impact": "patch",
37-
"oldVersion": "13.0.0",
38-
"newVersion": "13.0.1",
39-
"constraints": [
40-
{
41-
"impact": "patch",
42-
"reason": "Appears in changelog section :bug: Bug Fix"
43-
}
44-
],
45-
"pkgJSONPath": "./shepherd.js/package.json"
32+
"oldVersion": "13.0.1"
4633
}
4734
},
48-
"description": "## Release (2024-06-28)\n\n@shepherdpro/pro-js 1.1.0 (minor)\nreact-shepherd 6.0.5 (patch)\nshepherd.js 13.0.1 (patch)\n\n#### :rocket: Enhancement\n* `@shepherdpro/pro-js`\n * [#2895](https://github.com/shepherd-pro/shepherd/pull/2895) ✨ Add reading for isAutoStart value sent from app ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#2900](https://github.com/shepherd-pro/shepherd/pull/2900) 🐛 Add small padding to arrow if edge alignment is used ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#2898](https://github.com/shepherd-pro/shepherd/pull/2898) 👷 Fix changelog error on merges ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
35+
"description": "## Release (2024-07-18)\n\n@shepherdpro/pro-js 1.2.0 (minor)\nreact-shepherd 6.0.6 (patch)\n\n#### :rocket: Enhancement\n* `@shepherdpro/pro-js`\n * [#2911](https://github.com/shepherd-pro/shepherd/pull/2911) ✨ Pro: Add functions to pro for taking config from API ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `shepherd-docs`, `landing`\n * [#2912](https://github.com/shepherd-pro/shepherd/pull/2912) ⬆ Update of Astro to v4.12 and related deps upgrades ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `react-shepherd`\n * [#2882](https://github.com/shepherd-pro/shepherd/pull/2882) ➖ Remove release-it package and configs ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
4936
}

CHANGELOG.md

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

3+
## Release (2024-07-18)
4+
5+
@shepherdpro/pro-js 1.2.0 (minor)
6+
react-shepherd 6.0.6 (patch)
7+
8+
#### :rocket: Enhancement
9+
* `@shepherdpro/pro-js`
10+
* [#2911](https://github.com/shepherd-pro/shepherd/pull/2911) ✨ Pro: Add functions to pro for taking config from API ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :house: Internal
13+
* `shepherd-docs`, `landing`
14+
* [#2912](https://github.com/shepherd-pro/shepherd/pull/2912) ⬆ Update of Astro to v4.12 and related deps upgrades ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
* `react-shepherd`
16+
* [#2882](https://github.com/shepherd-pro/shepherd/pull/2882) ➖ Remove release-it package and configs ([@chuckcarpenter](https://github.com/chuckcarpenter))
17+
18+
#### Committers: 1
19+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
20+
321
## Release (2024-06-28)
422

523
@shepherdpro/pro-js 1.1.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.1.0",
3+
"version": "1.2.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.5",
3+
"version": "6.0.6",
44
"private": false,
55
"license": "MIT",
66
"repository": {

stderr.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Warning: unknown package "shepherd-docs"
2+
Warning: unknown package "landing"

0 commit comments

Comments
 (0)