Skip to content

Commit

Permalink
Prepare Release (#2843)
Browse files Browse the repository at this point in the history
Prepare Release using 'release-plan'

Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and RobbieTheWagner committed May 29, 2024
1 parent 425104b commit 4675ac0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 27 deletions.
34 changes: 9 additions & 25 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,33 @@
{
"solution": {
"shepherd-docs": {
"impact": "patch",
"oldVersion": "0.0.5",
"newVersion": "0.0.6",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./docs-src/package.json"
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "5.0.3",
"newVersion": "5.0.4",
"oldVersion": "5.0.4",
"newVersion": "5.0.5",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"impact": "patch",
"oldVersion": "12.0.3",
"newVersion": "12.0.4",
"oldVersion": "12.0.4",
"newVersion": "12.0.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "## Release (2024-05-24)\n\nshepherd-docs 0.0.6 (patch)\nreact-shepherd 5.0.4 (patch)\nshepherd.js 12.0.4 (patch)\n\n#### :bug: Bug Fix\n* `shepherd-docs`, `landing`, `shepherd.js`, `cypress-tests`\n * [#2820](https://github.com/shepherd-pro/shepherd/pull/2820) Fix TS issues, more correctly ship CJS and ESM ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `unit-tests`\n * [#2814](https://github.com/shepherd-pro/shepherd/pull/2814) Bump eslint-plugin-jest from 28.4.0 to 28.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `react-shepherd`\n * [#2819](https://github.com/shepherd-pro/shepherd/pull/2819) Bump happy-dom from 14.7.1 to 14.11.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
"description": "## Release (2024-05-29)\n\nreact-shepherd 5.0.5 (patch)\nshepherd.js 12.0.5 (patch)\n\n#### :bug: Bug Fix\n* `shepherd-docs`, `shepherd.js`, `cypress-tests`\n * [#2839](https://github.com/shepherd-pro/shepherd/pull/2839) Export CSS and just create one file ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `shepherd-docs`, `landing`\n * [#2840](https://github.com/shepherd-pro/shepherd/pull/2840) Bump @astrojs/check from 0.5.10 to 0.7.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd.js`\n * [#2818](https://github.com/shepherd-pro/shepherd/pull/2818) Bump eslint-plugin-svelte from 2.38.0 to 2.39.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2835](https://github.com/shepherd-pro/shepherd/pull/2835) Landing: ➕ Update node version for deployment action ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `cypress-tests`\n * [#2841](https://github.com/shepherd-pro/shepherd/pull/2841) Bump chai from 4.4.1 to 5.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* Other\n * [#2836](https://github.com/shepherd-pro/shepherd/pull/2836) App: ⬆ Upgrade RW version to v7.6 ([@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"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## Release (2024-05-29)

react-shepherd 5.0.5 (patch)
shepherd.js 12.0.5 (patch)

#### :bug: Bug Fix
* `shepherd-docs`, `shepherd.js`, `cypress-tests`
* [#2839](https://github.com/shepherd-pro/shepherd/pull/2839) Export CSS and just create one file ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* `shepherd-docs`, `landing`
* [#2840](https://github.com/shepherd-pro/shepherd/pull/2840) Bump @astrojs/check from 0.5.10 to 0.7.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `shepherd.js`
* [#2818](https://github.com/shepherd-pro/shepherd/pull/2818) Bump eslint-plugin-svelte from 2.38.0 to 2.39.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#2835](https://github.com/shepherd-pro/shepherd/pull/2835) Landing: ➕ Update node version for deployment action ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `cypress-tests`
* [#2841](https://github.com/shepherd-pro/shepherd/pull/2841) Bump chai from 4.4.1 to 5.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* Other
* [#2836](https://github.com/shepherd-pro/shepherd/pull/2836) App: ⬆ Upgrade RW version to v7.6 ([@chuckcarpenter](https://github.com/chuckcarpenter))

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

## Release (2024-05-24)

shepherd-docs 0.0.6 (patch)
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.4",
"version": "5.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": "12.0.4",
"version": "12.0.5",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
5 changes: 5 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Warning: unknown package "landing"
Warning: unknown package "landing"
Warning: unknown package "cypress-tests"
Warning: unknown package "unit-tests"
Warning: unknown package "shepherd-docs"
Warning: unknown package "cypress-tests"
Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "cypress-tests"

0 comments on commit 4675ac0

Please sign in to comment.