Skip to content

Commit 46a9da9

Browse files
Prepare Release (#3063)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <[email protected]>
1 parent d0bd88c commit 46a9da9

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

.release-plan.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,36 @@
22
"solution": {
33
"react-shepherd": {
44
"impact": "patch",
5-
"oldVersion": "6.1.4",
6-
"newVersion": "6.1.5",
5+
"oldVersion": "6.1.5",
6+
"newVersion": "6.1.6",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Has dependency `workspace:*` on shepherd.js"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./packages/react/package.json"
1418
},
1519
"shepherd.js": {
1620
"impact": "minor",
17-
"oldVersion": "14.1.0",
18-
"newVersion": "14.2.0",
21+
"oldVersion": "14.2.0",
22+
"newVersion": "14.3.0",
1923
"constraints": [
2024
{
2125
"impact": "minor",
2226
"reason": "Appears in changelog section :rocket: Enhancement"
27+
},
28+
{
29+
"impact": "patch",
30+
"reason": "Appears in changelog section :house: Internal"
2331
}
2432
],
2533
"pkgJSONPath": "./shepherd.js/package.json"
2634
}
2735
},
28-
"description": "## Release (2024-11-19)\n\nreact-shepherd 6.1.5 (patch)\nshepherd.js 14.2.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `shepherd.js`, `unit-tests`\n * [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))\n\n#### Committers: 1\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n"
36+
"description": "## Release (2024-11-19)\n\nreact-shepherd 6.1.6 (patch)\nshepherd.js 14.3.0 (minor)\n\n#### :rocket: Enhancement\n* `shepherd-docs`, `shepherd.js`, `unit-tests`\n * [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))\n\n#### :house: Internal\n* `react-shepherd`, `shepherd.js`\n * [#3035](https://github.com/shipshapecode/shepherd/pull/3035) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
2937
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## Release (2024-11-19)
44

5+
react-shepherd 6.1.6 (patch)
6+
shepherd.js 14.3.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `shepherd-docs`, `shepherd.js`, `unit-tests`
10+
* [#3009](https://github.com/shipshapecode/shepherd/pull/3009) Add 'auto' as placement option ([@patrikholcak](https://github.com/patrikholcak))
11+
12+
#### :house: Internal
13+
* `react-shepherd`, `shepherd.js`
14+
* [#3035](https://github.com/shipshapecode/shepherd/pull/3035) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
15+
16+
#### Committers: 2
17+
- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))
18+
- [@github-actions[bot]](https://github.com/apps/github-actions)
19+
20+
## Release (2024-11-19)
21+
522
react-shepherd 6.1.5 (patch)
623
shepherd.js 14.2.0 (minor)
724

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": "6.1.5",
3+
"version": "6.1.6",
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": "14.2.0",
3+
"version": "14.3.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ Warning: unknown package "landing"
2424
(Use `node --trace-deprecation ...` to show where the warning was created)
2525
Warning: unknown package "shepherd-docs"
2626
Warning: unknown package "unit-tests"
27+
(node:2337) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
28+
(Use `node --trace-deprecation ...` to show where the warning was created)
29+
Warning: unknown package "shepherd-docs"
30+
Warning: unknown package "unit-tests"

0 commit comments

Comments
 (0)