Skip to content

Commit 45da116

Browse files
Prepare Release (#2921)
Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <[email protected]>
1 parent ac0c6e1 commit 45da116

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed

.release-plan.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"solution": {
33
"@shepherdpro/pro-js": {
4-
"impact": "minor",
5-
"oldVersion": "1.1.0",
6-
"newVersion": "1.2.0",
4+
"impact": "patch",
5+
"oldVersion": "1.2.0",
6+
"newVersion": "1.2.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./packages/pro-js/package.json"
1414
},
1515
"react-shepherd": {
1616
"impact": "patch",
17-
"oldVersion": "6.0.5",
18-
"newVersion": "6.0.6",
17+
"oldVersion": "6.0.6",
18+
"newVersion": "6.0.7",
1919
"constraints": [
2020
{
2121
"impact": "patch",
2222
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
2323
},
2424
{
2525
"impact": "patch",
26-
"reason": "Appears in changelog section :house: Internal"
26+
"reason": "Appears in changelog section :bug: Bug Fix"
2727
}
2828
],
2929
"pkgJSONPath": "./packages/react/package.json"
@@ -32,5 +32,5 @@
3232
"oldVersion": "13.0.1"
3333
}
3434
},
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"
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"
3636
}

CHANGELOG.md

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

3+
## Release (2024-07-22)
4+
5+
@shepherdpro/pro-js 1.2.1 (patch)
6+
react-shepherd 6.0.7 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `@shepherdpro/pro-js`, `react-shepherd`
10+
* [#2920](https://github.com/shepherd-pro/shepherd/pull/2920) 👷 Fix package for correct release plan build ordering ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### Committers: 1
13+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
14+
315
## Release (2024-07-18)
416

517
@shepherdpro/pro-js 1.2.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.2.0",
3+
"version": "1.2.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.0.6",
3+
"version": "6.0.7",
44
"private": false,
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)