Skip to content

Commit

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

Co-authored-by: chuckcarpenter <706378+chuckcarpenter@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and chuckcarpenter committed Jul 24, 2024
1 parent 5323314 commit a0f8bca
Show file tree
Hide file tree
Showing 6 changed files with 7,577 additions and 9,556 deletions.
33 changes: 25 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,52 @@
"solution": {
"@shepherdpro/pro-js": {
"impact": "patch",
"oldVersion": "1.2.0",
"newVersion": "1.2.1",
"oldVersion": "1.2.1",
"newVersion": "1.2.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/pro-js/package.json"
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "6.0.6",
"newVersion": "6.0.7",
"oldVersion": "6.0.7",
"newVersion": "6.0.8",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"oldVersion": "13.0.1"
"impact": "patch",
"oldVersion": "13.0.1",
"newVersion": "13.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"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"
"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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2024-07-24)

@shepherdpro/pro-js 1.2.2 (patch)
react-shepherd 6.0.8 (patch)
shepherd.js 13.0.2 (patch)

#### :house: Internal
* `@shepherdpro/pro-js`, `react-shepherd`, `shepherd.js`
* [#2922](https://github.com/shepherd-pro/shepherd/pull/2922) 👷 Add publish config and scarf paackage ([@chuckcarpenter](https://github.com/chuckcarpenter))

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

## Release (2024-07-22)

@shepherdpro/pro-js 1.2.1 (patch)
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.1",
"version": "1.2.2",
"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.7",
"version": "6.0.8",
"private": false,
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit a0f8bca

Please sign in to comment.