Skip to content

Commit 7d71561

Browse files
Prepare Release (#3066)
Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <[email protected]>
1 parent 9889c76 commit 7d71561

File tree

3 files changed

+10
-29
lines changed

3 files changed

+10
-29
lines changed

.release-plan.json

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,11 @@
11
{
22
"solution": {
33
"react-shepherd": {
4-
"impact": "patch",
5-
"oldVersion": "6.1.5",
6-
"newVersion": "6.1.6",
7-
"constraints": [
8-
{
9-
"impact": "patch",
10-
"reason": "Has dependency `workspace:*` on shepherd.js"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
15-
}
16-
],
17-
"pkgJSONPath": "./packages/react/package.json"
4+
"oldVersion": "6.1.6"
185
},
196
"shepherd.js": {
20-
"impact": "minor",
21-
"oldVersion": "14.2.0",
22-
"newVersion": "14.3.0",
23-
"constraints": [
24-
{
25-
"impact": "minor",
26-
"reason": "Appears in changelog section :rocket: Enhancement"
27-
},
28-
{
29-
"impact": "patch",
30-
"reason": "Appears in changelog section :house: Internal"
31-
}
32-
],
33-
"pkgJSONPath": "./shepherd.js/package.json"
7+
"oldVersion": "14.3.0"
348
}
359
},
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"
10+
"description": "\n\n\n\n"
3711
}

CHANGELOG.md

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

3+
4+
5+
6+
7+
38
## Release (2024-11-19)
49

510
react-shepherd 6.1.6 (patch)

stderr.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ Warning: unknown package "unit-tests"
2828
(Use `node --trace-deprecation ...` to show where the warning was created)
2929
Warning: unknown package "shepherd-docs"
3030
Warning: unknown package "unit-tests"
31+
(node:2278) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
32+
(Use `node --trace-deprecation ...` to show where the warning was created)

0 commit comments

Comments
 (0)