Skip to content

Commit

Permalink
Prepare Release (#2884)
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 21, 2024
1 parent c98529c commit 7cbab3b
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 5 deletions.
24 changes: 21 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
{
"solution": {
"@shepherdpro/pro-js": {
"oldVersion": "1.0.1"
"impact": "patch",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/pro-js/package.json"
},
"react-shepherd": {
"oldVersion": "6.0.1"
"impact": "patch",
"oldVersion": "6.0.1",
"newVersion": "6.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"oldVersion": "13.0.0"
}
},
"description": "## Release (2024-06-21)\n\n\n\n#### :memo: Documentation\n* `shepherd-docs`, `landing`\n * [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
"description": "## Release (2024-06-21)\n\n@shepherdpro/pro-js 1.0.2 (patch)\nreact-shepherd 6.0.2 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`\n * [#2883](https://github.com/shepherd-pro/shepherd/pull/2883) 🐛 Fix bug where events fail to fire due to naming ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `shepherd-docs`, `landing`\n * [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#2881](https://github.com/shepherd-pro/shepherd/pull/2881) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## Release (2024-06-21)

@shepherdpro/pro-js 1.0.2 (patch)
react-shepherd 6.0.2 (patch)

#### :bug: Bug Fix
* `@shepherdpro/pro-js`
* [#2883](https://github.com/shepherd-pro/shepherd/pull/2883) 🐛 Fix bug where events fail to fire due to naming ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :memo: Documentation
* `shepherd-docs`, `landing`
* [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* [#2881](https://github.com/shepherd-pro/shepherd/pull/2881) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))

#### Committers: 2
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2024-06-21)



#### :memo: Documentation
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.1",
"version": "1.0.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.1",
"version": "6.0.2",
"private": false,
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"

0 comments on commit 7cbab3b

Please sign in to comment.