Skip to content

Commit

Permalink
Prepare Release (#2888)
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 Jun 22, 2024
1 parent a0322f6 commit f6dc040
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@shepherdpro/pro-js": {
"impact": "patch",
"oldVersion": "1.0.2",
"newVersion": "1.0.3",
"oldVersion": "1.0.3",
"newVersion": "1.0.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -14,16 +14,12 @@
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "6.0.2",
"newVersion": "6.0.3",
"oldVersion": "6.0.3",
"newVersion": "6.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/react/package.json"
Expand All @@ -32,5 +28,5 @@
"oldVersion": "13.0.0"
}
},
"description": "## Release (2024-06-21)\n\n@shepherdpro/pro-js 1.0.3 (patch)\nreact-shepherd 6.0.3 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`, `react-shepherd`\n * [#2885](https://github.com/shepherd-pro/shepherd/pull/2885) 🐛 Fix missing tour active check ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
"description": "## Release (2024-06-22)\n\n@shepherdpro/pro-js 1.0.4 (patch)\nreact-shepherd 6.0.4 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`\n * [#2887](https://github.com/shepherd-pro/shepherd/pull/2887) 🐛 Fix issue with object merge to push events to pro app ([@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-06-22)

@shepherdpro/pro-js 1.0.4 (patch)
react-shepherd 6.0.4 (patch)

#### :bug: Bug Fix
* `@shepherdpro/pro-js`
* [#2887](https://github.com/shepherd-pro/shepherd/pull/2887) 🐛 Fix issue with object merge to push events to pro app ([@chuckcarpenter](https://github.com/chuckcarpenter))

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

## Release (2024-06-21)

@shepherdpro/pro-js 1.0.3 (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.0.3",
"version": "1.0.4",
"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.3",
"version": "6.0.4",
"private": false,
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f6dc040

Please sign in to comment.