Skip to content

Commit

Permalink
Prepare Release (#2791)
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 committed May 15, 2024
1 parent 5dc80bc commit 0192e12
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 14 deletions.
18 changes: 7 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"shepherd-docs": {
"impact": "patch",
"oldVersion": "0.0.2",
"newVersion": "0.0.3",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -14,13 +14,9 @@
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "5.0.0",
"newVersion": "5.0.1",
"oldVersion": "5.0.1",
"newVersion": "5.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -30,8 +26,8 @@
},
"shepherd.js": {
"impact": "patch",
"oldVersion": "12.0.0",
"newVersion": "12.0.1",
"oldVersion": "12.0.1",
"newVersion": "12.0.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -45,5 +41,5 @@
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "## Release (2024-05-10)\n\nshepherd-docs 0.0.3 (patch)\nreact-shepherd 5.0.1 (patch)\nshepherd.js 12.0.1 (patch)\n\n#### :bug: Bug Fix\n* `react-shepherd`, `shepherd.js`\n * [#2789](https://github.com/shepherd-pro/shepherd/pull/2789) Add prepack scripts ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `react-shepherd`\n * [#2781](https://github.com/shepherd-pro/shepherd/pull/2781) Bump vite-plugin-dts from 3.9.0 to 3.9.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#2783](https://github.com/shepherd-pro/shepherd/pull/2783) Bump @babel/core from 7.24.4 to 7.24.5 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* Other\n * [#2786](https://github.com/shepherd-pro/shepherd/pull/2786) App: 🚑️ Fix to disable post for checkout url ([@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"
"description": "## Release (2024-05-14)\n\nshepherd-docs 0.0.4 (patch)\nreact-shepherd 5.0.2 (patch)\nshepherd.js 12.0.2 (patch)\n\n#### :bug: Bug Fix\n* `landing`, `shepherd.js`\n * [#2805](https://github.com/shepherd-pro/shepherd/pull/2805) 🐛 Fixes import issues reported in 2785 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2794](https://github.com/shepherd-pro/shepherd/pull/2794) 🐛 Add missing required type attribute for button ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2793](https://github.com/shepherd-pro/shepherd/pull/2793) 🐛 Add fix for modal reshow from 2436 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* Other\n * [#2784](https://github.com/shepherd-pro/shepherd/pull/2784) Bump release-it from 17.2.0 to 17.2.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2790](https://github.com/shepherd-pro/shepherd/pull/2790) App: ✨ Add webhook for subscription management ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2788](https://github.com/shepherd-pro/shepherd/pull/2788) App: 🗃️ Add migration to give all users a subscription ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2782](https://github.com/shepherd-pro/shepherd/pull/2782) Bump rollup from 4.14.3 to 4.17.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `react-shepherd`\n * [#2778](https://github.com/shepherd-pro/shepherd/pull/2778) Bump vite from 5.2.10 to 5.2.11 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## Release (2024-05-14)

shepherd-docs 0.0.4 (patch)
react-shepherd 5.0.2 (patch)
shepherd.js 12.0.2 (patch)

#### :bug: Bug Fix
* `landing`, `shepherd.js`
* [#2805](https://github.com/shepherd-pro/shepherd/pull/2805) 🐛 Fixes import issues reported in 2785 ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `shepherd.js`
* [#2794](https://github.com/shepherd-pro/shepherd/pull/2794) 🐛 Add missing required type attribute for button ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2793](https://github.com/shepherd-pro/shepherd/pull/2793) 🐛 Add fix for modal reshow from 2436 ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* Other
* [#2784](https://github.com/shepherd-pro/shepherd/pull/2784) Bump release-it from 17.2.0 to 17.2.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#2790](https://github.com/shepherd-pro/shepherd/pull/2790) App: ✨ Add webhook for subscription management ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2788](https://github.com/shepherd-pro/shepherd/pull/2788) App: 🗃️ Add migration to give all users a subscription ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `shepherd.js`
* [#2782](https://github.com/shepherd-pro/shepherd/pull/2782) Bump rollup from 4.14.3 to 4.17.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `react-shepherd`
* [#2778](https://github.com/shepherd-pro/shepherd/pull/2778) Bump vite from 5.2.10 to 5.2.11 ([@dependabot[bot]](https://github.com/apps/dependabot))

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

## Release (2024-05-10)

shepherd-docs 0.0.3 (patch)
Expand Down
2 changes: 1 addition & 1 deletion docs-src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shepherd-docs",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
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": "5.0.1",
"version": "5.0.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": "12.0.1",
"version": "12.0.2",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Warning: unknown package "unit-tests"
Warning: unknown package "cypress-tests"
Warning: unknown package "cypress-tests"
Warning: unknown package "unit-tests"
Warning: unknown package "landing"

0 comments on commit 0192e12

Please sign in to comment.