Skip to content

Commit

Permalink
Prepare Release (#2939)
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 Aug 5, 2024
1 parent 2182f44 commit 8524aca
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 15 deletions.
33 changes: 21 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
{
"solution": {
"@shepherdpro/pro-js": {
"impact": "minor",
"oldVersion": "1.2.2",
"newVersion": "1.3.0",
"impact": "patch",
"oldVersion": "1.3.0",
"newVersion": "1.3.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/pro-js/package.json"
},
"react-shepherd": {
"impact": "minor",
"oldVersion": "6.0.8",
"newVersion": "6.1.0",
"impact": "patch",
"oldVersion": "6.1.0",
"newVersion": "6.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"oldVersion": "13.0.2"
"impact": "patch",
"oldVersion": "13.0.2",
"newVersion": "13.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "## Release (2024-07-25)\n\n@shepherdpro/pro-js 1.3.0 (minor)\nreact-shepherd 6.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@shepherdpro/pro-js`, `react-shepherd`\n * [#2929](https://github.com/shepherd-pro/shepherd/pull/2929) ➖ React: Remove extra pro specific setup ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `shepherd-docs`\n * [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `shepherd-docs`\n * [#2928](https://github.com/shepherd-pro/shepherd/pull/2928) 📝 Docs updates for pro beta setup/usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#2925](https://github.com/shepherd-pro/shepherd/pull/2925) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
"description": "## Release (2024-08-05)\n\n@shepherdpro/pro-js 1.3.1 (patch)\nreact-shepherd 6.1.1 (patch)\nshepherd.js 13.0.3 (patch)\n\n#### :house: Internal\n* `shepherd-docs`, `landing`\n * [#2944](https://github.com/shepherd-pro/shepherd/pull/2944) 🐛 Fix pnpm version in Dockerfiles ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#2938](https://github.com/shepherd-pro/shepherd/pull/2938) ✨ Landing: Add storyblok CMS ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-08-05)

@shepherdpro/pro-js 1.3.1 (patch)
react-shepherd 6.1.1 (patch)
shepherd.js 13.0.3 (patch)

#### :house: Internal
* `shepherd-docs`, `landing`
* [#2944](https://github.com/shepherd-pro/shepherd/pull/2944) 🐛 Fix pnpm version in Dockerfiles ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `landing`, `shepherd.js`, `cypress-tests`, `unit-tests`
* [#2938](https://github.com/shepherd-pro/shepherd/pull/2938) ✨ Landing: Add storyblok CMS ([@chuckcarpenter](https://github.com/chuckcarpenter))

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

## Release (2024-07-25)

@shepherdpro/pro-js 1.3.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.3.0",
"version": "1.3.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.1.0",
"version": "6.1.1",
"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.2",
"version": "13.0.3",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
4 changes: 4 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"
Warning: unknown package "shepherd-docs"
Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "cypress-tests"
Warning: unknown package "unit-tests"

0 comments on commit 8524aca

Please sign in to comment.