Skip to content

Commit

Permalink
Prepare Release (#2899)
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 authored Jun 28, 2024
1 parent 34ed350 commit 164f09d
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 11 deletions.
33 changes: 25 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,49 @@
{
"solution": {
"@shepherdpro/pro-js": {
"impact": "patch",
"oldVersion": "1.0.3",
"newVersion": "1.0.4",
"impact": "minor",
"oldVersion": "1.0.4",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/pro-js/package.json"
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "6.0.3",
"newVersion": "6.0.4",
"oldVersion": "6.0.4",
"newVersion": "6.0.5",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"oldVersion": "13.0.0"
"impact": "patch",
"oldVersion": "13.0.0",
"newVersion": "13.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"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"
"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"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Release (2024-06-28)

@shepherdpro/pro-js 1.1.0 (minor)
react-shepherd 6.0.5 (patch)
shepherd.js 13.0.1 (patch)

#### :rocket: Enhancement
* `@shepherdpro/pro-js`
* [#2895](https://github.com/shepherd-pro/shepherd/pull/2895) ✨ Add reading for isAutoStart value sent from app ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :bug: Bug Fix
* `shepherd.js`
* [#2900](https://github.com/shepherd-pro/shepherd/pull/2900) 🐛 Add small padding to arrow if edge alignment is used ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* [#2898](https://github.com/shepherd-pro/shepherd/pull/2898) 👷 Fix changelog error on merges ([@chuckcarpenter](https://github.com/chuckcarpenter))

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

## Release (2024-06-22)

@shepherdpro/pro-js 1.0.4 (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.4",
"version": "1.1.0",
"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.4",
"version": "6.0.5",
"private": false,
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion shepherd.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shepherd.js",
"version": "13.0.0",
"version": "13.0.1",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit 164f09d

Please sign in to comment.