Skip to content

Commit

Permalink
Prepare Release (#2921)
Browse files Browse the repository at this point in the history
Prepare Release using 'release-plan'

Co-authored-by: chuckcarpenter <[email protected]>
  • Loading branch information
github-actions[bot] and chuckcarpenter authored Jul 22, 2024
1 parent ac0c6e1 commit 45da116
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"solution": {
"@shepherdpro/pro-js": {
"impact": "minor",
"oldVersion": "1.1.0",
"newVersion": "1.2.0",
"impact": "patch",
"oldVersion": "1.2.0",
"newVersion": "1.2.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/pro-js/package.json"
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "6.0.5",
"newVersion": "6.0.6",
"oldVersion": "6.0.6",
"newVersion": "6.0.7",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/react/package.json"
Expand All @@ -32,5 +32,5 @@
"oldVersion": "13.0.1"
}
},
"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"
"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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Release (2024-07-22)

@shepherdpro/pro-js 1.2.1 (patch)
react-shepherd 6.0.7 (patch)

#### :bug: Bug Fix
* `@shepherdpro/pro-js`, `react-shepherd`
* [#2920](https://github.com/shepherd-pro/shepherd/pull/2920) 👷 Fix package for correct release plan build ordering ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### Committers: 1
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))

## Release (2024-07-18)

@shepherdpro/pro-js 1.2.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion packages/pro-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shepherdpro/pro-js",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-shepherd",
"version": "6.0.6",
"version": "6.0.7",
"private": false,
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 45da116

Please sign in to comment.