Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored and github-actions[bot] committed Sep 18, 2024
1 parent 45db0fc commit 55c0c61
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 11 deletions.
32 changes: 24 additions & 8 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.3.0",
"newVersion": "1.3.1",
"oldVersion": "1.3.1",
"newVersion": "1.3.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -14,21 +14,37 @@
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "6.1.0",
"newVersion": "6.1.1",
"oldVersion": "6.1.1",
"newVersion": "6.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"impact": "patch",
"oldVersion": "13.0.2",
"newVersion": "13.0.3",
"impact": "major",
"oldVersion": "13.0.3",
"newVersion": "14.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -37,5 +53,5 @@
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"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"
"description": "## Release (2024-09-18)\n\n@shepherdpro/pro-js 1.3.2 (patch)\nreact-shepherd 6.1.2 (patch)\nshepherd.js 14.0.0 (major)\n\n#### :boom: Breaking Change\n* `shepherd.js`\n * [#2976](https://github.com/shipshapecode/shepherd/pull/2976) Update license to AGPL-3.0 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#2969](https://github.com/shipshapecode/shepherd/pull/2969) 📄 Update license for commercial use cases ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `landing`, `react-shepherd`, `shepherd.js`\n * [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`\n * [#2972](https://github.com/shipshapecode/shepherd/pull/2972) ✨ Add updated pricing page and commerical benefits ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#2960](https://github.com/shipshapecode/shepherd/pull/2960) 📝 Remove docker info on README ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `landing`\n * [#2975](https://github.com/shipshapecode/shepherd/pull/2975) 🐛 Landing: Remove import string from frontmatter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2968](https://github.com/shipshapecode/shepherd/pull/2968) Landing: 🔥 Remove and upgrade dependencies ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `react-shepherd`, `shepherd.js`\n * [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2966](https://github.com/shipshapecode/shepherd/pull/2966) ⬆ Update Astro to v14.15 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## Release (2024-09-18)

@shepherdpro/pro-js 1.3.2 (patch)
react-shepherd 6.1.2 (patch)
shepherd.js 14.0.0 (major)

#### :boom: Breaking Change
* `shepherd.js`
* [#2976](https://github.com/shipshapecode/shepherd/pull/2976) Update license to AGPL-3.0 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
* Other
* [#2969](https://github.com/shipshapecode/shepherd/pull/2969) 📄 Update license for commercial use cases ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :memo: Documentation
* `landing`, `react-shepherd`, `shepherd.js`
* [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `landing`
* [#2972](https://github.com/shipshapecode/shepherd/pull/2972) ✨ Add updated pricing page and commerical benefits ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `shepherd-docs`
* [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))
* Other
* [#2960](https://github.com/shipshapecode/shepherd/pull/2960) 📝 Remove docker info on README ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* `landing`
* [#2975](https://github.com/shipshapecode/shepherd/pull/2975) 🐛 Landing: Remove import string from frontmatter ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2968](https://github.com/shipshapecode/shepherd/pull/2968) Landing: 🔥 Remove and upgrade dependencies ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `landing`, `react-shepherd`, `shepherd.js`
* [#2973](https://github.com/shipshapecode/shepherd/pull/2973) 📝 Update documentation for correct url ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `shepherd-docs`
* [#2967](https://github.com/shipshapecode/shepherd/pull/2967) 📝 Add docs for analytics and react usage ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2966](https://github.com/shipshapecode/shepherd/pull/2966) ⬆ Update Astro to v14.15 ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### Committers: 2
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## Release (2024-08-05)

@shepherdpro/pro-js 1.3.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.3.1",
"version": "1.3.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.1.1",
"version": "6.1.2",
"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.3",
"version": "14.0.0",
"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 @@ -6,3 +6,7 @@ Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "cypress-tests"
Warning: unknown package "unit-tests"
Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"

0 comments on commit 55c0c61

Please sign in to comment.