Skip to content

Commit 4675ac0

Browse files
Prepare Release (#2843)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
1 parent 425104b commit 4675ac0

File tree

5 files changed

+40
-27
lines changed

5 files changed

+40
-27
lines changed

.release-plan.json

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,33 @@
11
{
22
"solution": {
3-
"shepherd-docs": {
4-
"impact": "patch",
5-
"oldVersion": "0.0.5",
6-
"newVersion": "0.0.6",
7-
"constraints": [
8-
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Has dependency `workspace:*` on shepherd.js"
15-
}
16-
],
17-
"pkgJSONPath": "./docs-src/package.json"
18-
},
193
"react-shepherd": {
204
"impact": "patch",
21-
"oldVersion": "5.0.3",
22-
"newVersion": "5.0.4",
5+
"oldVersion": "5.0.4",
6+
"newVersion": "5.0.5",
237
"constraints": [
248
{
259
"impact": "patch",
2610
"reason": "Has dependency `workspace:*` on shepherd.js"
27-
},
28-
{
29-
"impact": "patch",
30-
"reason": "Appears in changelog section :house: Internal"
3111
}
3212
],
3313
"pkgJSONPath": "./packages/react/package.json"
3414
},
3515
"shepherd.js": {
3616
"impact": "patch",
37-
"oldVersion": "12.0.3",
38-
"newVersion": "12.0.4",
17+
"oldVersion": "12.0.4",
18+
"newVersion": "12.0.5",
3919
"constraints": [
4020
{
4121
"impact": "patch",
4222
"reason": "Appears in changelog section :bug: Bug Fix"
23+
},
24+
{
25+
"impact": "patch",
26+
"reason": "Appears in changelog section :house: Internal"
4327
}
4428
],
4529
"pkgJSONPath": "./shepherd.js/package.json"
4630
}
4731
},
48-
"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"
32+
"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"
4933
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## Release (2024-05-29)
4+
5+
react-shepherd 5.0.5 (patch)
6+
shepherd.js 12.0.5 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `shepherd-docs`, `shepherd.js`, `cypress-tests`
10+
* [#2839](https://github.com/shepherd-pro/shepherd/pull/2839) Export CSS and just create one file ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
11+
12+
#### :house: Internal
13+
* `shepherd-docs`, `landing`
14+
* [#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))
15+
* `shepherd.js`
16+
* [#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))
17+
* [#2835](https://github.com/shepherd-pro/shepherd/pull/2835) Landing: ➕ Update node version for deployment action ([@chuckcarpenter](https://github.com/chuckcarpenter))
18+
* `cypress-tests`
19+
* [#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))
20+
* Other
21+
* [#2836](https://github.com/shepherd-pro/shepherd/pull/2836) App: ⬆ Upgrade RW version to v7.6 ([@chuckcarpenter](https://github.com/chuckcarpenter))
22+
23+
#### Committers: 2
24+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
25+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
26+
327
## Release (2024-05-24)
428

529
shepherd-docs 0.0.6 (patch)

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-shepherd",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"private": false,
55
"license": "MIT",
66
"repository": {

shepherd.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shepherd.js",
3-
"version": "12.0.4",
3+
"version": "12.0.5",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ Warning: unknown package "landing"
99
Warning: unknown package "landing"
1010
Warning: unknown package "cypress-tests"
1111
Warning: unknown package "unit-tests"
12+
Warning: unknown package "shepherd-docs"
13+
Warning: unknown package "cypress-tests"
14+
Warning: unknown package "shepherd-docs"
15+
Warning: unknown package "landing"
16+
Warning: unknown package "cypress-tests"

0 commit comments

Comments
 (0)