Skip to content

Commit e47b8b8

Browse files
Prepare Release (#2660)
Prepare Release using 'release-plan' Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
1 parent dbdc023 commit e47b8b8

File tree

6 files changed

+142
-3
lines changed

6 files changed

+142
-3
lines changed

.release-plan.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"solution": {
3+
"shepherd-docs": {
4+
"impact": "patch",
5+
"oldVersion": "0.0.1",
6+
"newVersion": "0.0.2",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :memo: Documentation"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Has dependency `workspace:*` on shepherd.js"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
19+
}
20+
],
21+
"pkgJSONPath": "./docs-src/package.json"
22+
},
23+
"react-shepherd": {
24+
"impact": "major",
25+
"oldVersion": "5.0.0-alpha.6",
26+
"newVersion": "5.0.0",
27+
"constraints": [
28+
{
29+
"impact": "major",
30+
"reason": "Appears in changelog section :boom: Breaking Change"
31+
},
32+
{
33+
"impact": "patch",
34+
"reason": "Appears in changelog section :house: Internal"
35+
}
36+
],
37+
"pkgJSONPath": "./packages/react/package.json"
38+
},
39+
"shepherd.js": {
40+
"impact": "patch",
41+
"oldVersion": "12.0.0-alpha.13",
42+
"newVersion": "12.0.0",
43+
"constraints": [
44+
{
45+
"impact": "patch",
46+
"reason": "Appears in changelog section :memo: Documentation"
47+
},
48+
{
49+
"impact": "patch",
50+
"reason": "Appears in changelog section :house: Internal"
51+
}
52+
],
53+
"pkgJSONPath": "./shepherd.js/package.json"
54+
}
55+
},
56+
"description": "## Release (2024-05-06)\n\nshepherd-docs 0.0.2 (patch)\nreact-shepherd 5.0.0 (major)\nshepherd.js 12.0.0 (patch)\n\n#### :boom: Breaking Change\n* `react-shepherd`\n * [#2707](https://github.com/shepherd-pro/shepherd/pull/2707) React: ✨ Adding improved provider for v5 release ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `shepherd-docs`\n * [#2768](https://github.com/shepherd-pro/shepherd/pull/2768) Docs: 📝 Add page for pro analytics ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`, `shepherd.js`\n * [#2717](https://github.com/shepherd-pro/shepherd/pull/2717) Docs: 📝 Move docs generator to Starlight and typedoc ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2735](https://github.com/shepherd-pro/shepherd/pull/2735) 🚚 Move copy of main README to lib ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* `react-shepherd`\n * [#2755](https://github.com/shepherd-pro/shepherd/pull/2755) Bump vite-plugin-dts from 3.8.3 to 3.9.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2772](https://github.com/shepherd-pro/shepherd/pull/2772) Bump @testing-library/react from 15.0.4 to 15.0.6 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2774](https://github.com/shepherd-pro/shepherd/pull/2774) Bump @vitest/ui from 1.5.0 to 1.6.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2759](https://github.com/shepherd-pro/shepherd/pull/2759) Bump @types/react from 18.2.79 to 18.3.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2753](https://github.com/shepherd-pro/shepherd/pull/2753) Bump @testing-library/react from 14.2.2 to 15.0.4 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2754](https://github.com/shepherd-pro/shepherd/pull/2754) Bump vitest from 1.4.0 to 1.5.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2742](https://github.com/shepherd-pro/shepherd/pull/2742) Bump vite from 5.2.8 to 5.2.10 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2750](https://github.com/shepherd-pro/shepherd/pull/2750) Bump @vitest/ui from 1.4.0 to 1.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2718](https://github.com/shepherd-pro/shepherd/pull/2718) Bump vite-plugin-dts from 3.7.3 to 3.8.3 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2704](https://github.com/shepherd-pro/shepherd/pull/2704) Bump happy-dom from 14.3.9 to 14.7.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2726](https://github.com/shepherd-pro/shepherd/pull/2726) Bump @types/react from 18.2.70 to 18.2.79 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* Other\n * [#2776](https://github.com/shepherd-pro/shepherd/pull/2776) App: ✨ Add initial Chargebee integration, under feature flag ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2751](https://github.com/shepherd-pro/shepherd/pull/2751) App: ⬆ Upgrade redwood to 7.4.3 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2741](https://github.com/shepherd-pro/shepherd/pull/2741) App: 💄 Fix benefits layout on mobile ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2740](https://github.com/shepherd-pro/shepherd/pull/2740) App: 💄 Add mobile menu and styling for landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2739](https://github.com/shepherd-pro/shepherd/pull/2739) App: 🐛 Update footer links to not use component link ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2738](https://github.com/shepherd-pro/shepherd/pull/2738) App: 📝 Update analytics text on landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2737](https://github.com/shepherd-pro/shepherd/pull/2737) App: 💄 Update main landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2732](https://github.com/shepherd-pro/shepherd/pull/2732) Update README.md ([@malthauser](https://github.com/malthauser))\n * [#2733](https://github.com/shepherd-pro/shepherd/pull/2733) App: 🐛 Add href to reset email link ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2730](https://github.com/shepherd-pro/shepherd/pull/2730) App: ✨ Add email for forgot password flow ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2731](https://github.com/shepherd-pro/shepherd/pull/2731) App: 🐛 Fix position of second step to allow click on smaller screens ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2728](https://github.com/shepherd-pro/shepherd/pull/2728) App: ✨ Add user properties to tour setup ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2714](https://github.com/shepherd-pro/shepherd/pull/2714) Bump jose from 4.15.4 to 4.15.5 in /app ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2727](https://github.com/shepherd-pro/shepherd/pull/2727) App: 🐛 Update before show of tour to wait for element to render ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2724](https://github.com/shepherd-pro/shepherd/pull/2724) App: 🐛 Fix some TS errors from emails fix and prerender landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2723](https://github.com/shepherd-pro/shepherd/pull/2723) App: ⬆ Update Redwood to v7.4.1 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2716](https://github.com/shepherd-pro/shepherd/pull/2716) App: ✨ Add description field to demo request form ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2713](https://github.com/shepherd-pro/shepherd/pull/2713) App: ⬆ Update Redwood to v7.3.2 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2706](https://github.com/shepherd-pro/shepherd/pull/2706) 🚚 Move platform application files to main repo ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`, `landing`\n * [#2775](https://github.com/shepherd-pro/shepherd/pull/2775) Docs: ➕ Add posthog for analytics to both docs and landing ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2763](https://github.com/shepherd-pro/shepherd/pull/2763) Bump sharp from 0.32.6 to 0.33.3 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd.js`\n * [#2764](https://github.com/shepherd-pro/shepherd/pull/2764) Bump cssnano from 6.1.2 to 7.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2722](https://github.com/shepherd-pro/shepherd/pull/2722) Bump rollup from 4.13.2 to 4.14.3 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `unit-tests`\n * [#2770](https://github.com/shepherd-pro/shepherd/pull/2770) Bump eslint-plugin-jest from 28.2.0 to 28.4.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2703](https://github.com/shepherd-pro/shepherd/pull/2703) Bump eslint-plugin-jest from 27.9.0 to 28.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2725](https://github.com/shepherd-pro/shepherd/pull/2725) App: ✨ Add intro tour to admin portal ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`, `unit-tests`\n * [#2765](https://github.com/shepherd-pro/shepherd/pull/2765) Revert CI changes ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* `landing`\n * [#2736](https://github.com/shepherd-pro/shepherd/pull/2736) Blog: 🐛 Add sharp for pnpm based md image processing ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2734](https://github.com/shepherd-pro/shepherd/pull/2734) Blog: 📝 Add alpha launch blog post ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2687](https://github.com/shepherd-pro/shepherd/pull/2687) Bump @astrojs/check from 0.5.9 to 0.5.10 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2698](https://github.com/shepherd-pro/shepherd/pull/2698) Bump @astrojs/sitemap from 3.1.1 to 3.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2719](https://github.com/shepherd-pro/shepherd/pull/2719) Bump astro from 4.5.12 to 4.6.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2715](https://github.com/shepherd-pro/shepherd/pull/2715) Landing: 💬 Add codepen as OSS user ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `react-shepherd`, `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#2721](https://github.com/shepherd-pro/shepherd/pull/2721) Bump typescript from 5.4.2 to 5.4.5 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 3\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Matt Althauser ([@malthauser](https://github.com/malthauser))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
57+
}

CHANGELOG.md

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

3+
## Release (2024-05-06)
4+
5+
shepherd-docs 0.0.2 (patch)
6+
react-shepherd 5.0.0 (major)
7+
shepherd.js 12.0.0 (patch)
8+
9+
#### :boom: Breaking Change
10+
* `react-shepherd`
11+
* [#2707](https://github.com/shepherd-pro/shepherd/pull/2707) React: ✨ Adding improved provider for v5 release ([@chuckcarpenter](https://github.com/chuckcarpenter))
12+
13+
#### :memo: Documentation
14+
* `shepherd-docs`
15+
* [#2768](https://github.com/shepherd-pro/shepherd/pull/2768) Docs: 📝 Add page for pro analytics ([@chuckcarpenter](https://github.com/chuckcarpenter))
16+
* `shepherd-docs`, `shepherd.js`
17+
* [#2717](https://github.com/shepherd-pro/shepherd/pull/2717) Docs: 📝 Move docs generator to Starlight and typedoc ([@chuckcarpenter](https://github.com/chuckcarpenter))
18+
* `shepherd.js`
19+
* [#2735](https://github.com/shepherd-pro/shepherd/pull/2735) 🚚 Move copy of main README to lib ([@chuckcarpenter](https://github.com/chuckcarpenter))
20+
21+
#### :house: Internal
22+
* `react-shepherd`
23+
* [#2755](https://github.com/shepherd-pro/shepherd/pull/2755) Bump vite-plugin-dts from 3.8.3 to 3.9.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
24+
* [#2772](https://github.com/shepherd-pro/shepherd/pull/2772) Bump @testing-library/react from 15.0.4 to 15.0.6 ([@dependabot[bot]](https://github.com/apps/dependabot))
25+
* [#2774](https://github.com/shepherd-pro/shepherd/pull/2774) Bump @vitest/ui from 1.5.0 to 1.6.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
26+
* [#2759](https://github.com/shepherd-pro/shepherd/pull/2759) Bump @types/react from 18.2.79 to 18.3.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
27+
* [#2753](https://github.com/shepherd-pro/shepherd/pull/2753) Bump @testing-library/react from 14.2.2 to 15.0.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
28+
* [#2754](https://github.com/shepherd-pro/shepherd/pull/2754) Bump vitest from 1.4.0 to 1.5.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
29+
* [#2742](https://github.com/shepherd-pro/shepherd/pull/2742) Bump vite from 5.2.8 to 5.2.10 ([@dependabot[bot]](https://github.com/apps/dependabot))
30+
* [#2750](https://github.com/shepherd-pro/shepherd/pull/2750) Bump @vitest/ui from 1.4.0 to 1.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
31+
* [#2718](https://github.com/shepherd-pro/shepherd/pull/2718) Bump vite-plugin-dts from 3.7.3 to 3.8.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
32+
* [#2704](https://github.com/shepherd-pro/shepherd/pull/2704) Bump happy-dom from 14.3.9 to 14.7.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
33+
* [#2726](https://github.com/shepherd-pro/shepherd/pull/2726) Bump @types/react from 18.2.70 to 18.2.79 ([@dependabot[bot]](https://github.com/apps/dependabot))
34+
* Other
35+
* [#2776](https://github.com/shepherd-pro/shepherd/pull/2776) App: ✨ Add initial Chargebee integration, under feature flag ([@chuckcarpenter](https://github.com/chuckcarpenter))
36+
* [#2751](https://github.com/shepherd-pro/shepherd/pull/2751) App: ⬆ Upgrade redwood to 7.4.3 ([@chuckcarpenter](https://github.com/chuckcarpenter))
37+
* [#2741](https://github.com/shepherd-pro/shepherd/pull/2741) App: 💄 Fix benefits layout on mobile ([@chuckcarpenter](https://github.com/chuckcarpenter))
38+
* [#2740](https://github.com/shepherd-pro/shepherd/pull/2740) App: 💄 Add mobile menu and styling for landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))
39+
* [#2739](https://github.com/shepherd-pro/shepherd/pull/2739) App: 🐛 Update footer links to not use component link ([@chuckcarpenter](https://github.com/chuckcarpenter))
40+
* [#2738](https://github.com/shepherd-pro/shepherd/pull/2738) App: 📝 Update analytics text on landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))
41+
* [#2737](https://github.com/shepherd-pro/shepherd/pull/2737) App: 💄 Update main landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))
42+
* [#2732](https://github.com/shepherd-pro/shepherd/pull/2732) Update README.md ([@malthauser](https://github.com/malthauser))
43+
* [#2733](https://github.com/shepherd-pro/shepherd/pull/2733) App: 🐛 Add href to reset email link ([@chuckcarpenter](https://github.com/chuckcarpenter))
44+
* [#2730](https://github.com/shepherd-pro/shepherd/pull/2730) App: ✨ Add email for forgot password flow ([@chuckcarpenter](https://github.com/chuckcarpenter))
45+
* [#2731](https://github.com/shepherd-pro/shepherd/pull/2731) App: 🐛 Fix position of second step to allow click on smaller screens ([@chuckcarpenter](https://github.com/chuckcarpenter))
46+
* [#2728](https://github.com/shepherd-pro/shepherd/pull/2728) App: ✨ Add user properties to tour setup ([@chuckcarpenter](https://github.com/chuckcarpenter))
47+
* [#2714](https://github.com/shepherd-pro/shepherd/pull/2714) Bump jose from 4.15.4 to 4.15.5 in /app ([@dependabot[bot]](https://github.com/apps/dependabot))
48+
* [#2727](https://github.com/shepherd-pro/shepherd/pull/2727) App: 🐛 Update before show of tour to wait for element to render ([@chuckcarpenter](https://github.com/chuckcarpenter))
49+
* [#2724](https://github.com/shepherd-pro/shepherd/pull/2724) App: 🐛 Fix some TS errors from emails fix and prerender landing page ([@chuckcarpenter](https://github.com/chuckcarpenter))
50+
* [#2723](https://github.com/shepherd-pro/shepherd/pull/2723) App: ⬆ Update Redwood to v7.4.1 ([@chuckcarpenter](https://github.com/chuckcarpenter))
51+
* [#2716](https://github.com/shepherd-pro/shepherd/pull/2716) App: ✨ Add description field to demo request form ([@chuckcarpenter](https://github.com/chuckcarpenter))
52+
* [#2713](https://github.com/shepherd-pro/shepherd/pull/2713) App: ⬆ Update Redwood to v7.3.2 ([@chuckcarpenter](https://github.com/chuckcarpenter))
53+
* [#2706](https://github.com/shepherd-pro/shepherd/pull/2706) 🚚 Move platform application files to main repo ([@chuckcarpenter](https://github.com/chuckcarpenter))
54+
* `shepherd-docs`, `landing`
55+
* [#2775](https://github.com/shepherd-pro/shepherd/pull/2775) Docs: ➕ Add posthog for analytics to both docs and landing ([@chuckcarpenter](https://github.com/chuckcarpenter))
56+
* `shepherd-docs`
57+
* [#2763](https://github.com/shepherd-pro/shepherd/pull/2763) Bump sharp from 0.32.6 to 0.33.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
58+
* `shepherd.js`
59+
* [#2764](https://github.com/shepherd-pro/shepherd/pull/2764) Bump cssnano from 6.1.2 to 7.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
60+
* [#2722](https://github.com/shepherd-pro/shepherd/pull/2722) Bump rollup from 4.13.2 to 4.14.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
61+
* `unit-tests`
62+
* [#2770](https://github.com/shepherd-pro/shepherd/pull/2770) Bump eslint-plugin-jest from 28.2.0 to 28.4.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
63+
* [#2703](https://github.com/shepherd-pro/shepherd/pull/2703) Bump eslint-plugin-jest from 27.9.0 to 28.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
64+
* [#2725](https://github.com/shepherd-pro/shepherd/pull/2725) App: ✨ Add intro tour to admin portal ([@chuckcarpenter](https://github.com/chuckcarpenter))
65+
* `shepherd.js`, `unit-tests`
66+
* [#2765](https://github.com/shepherd-pro/shepherd/pull/2765) Revert CI changes ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
67+
* `landing`
68+
* [#2736](https://github.com/shepherd-pro/shepherd/pull/2736) Blog: 🐛 Add sharp for pnpm based md image processing ([@chuckcarpenter](https://github.com/chuckcarpenter))
69+
* [#2734](https://github.com/shepherd-pro/shepherd/pull/2734) Blog: 📝 Add alpha launch blog post ([@chuckcarpenter](https://github.com/chuckcarpenter))
70+
* [#2687](https://github.com/shepherd-pro/shepherd/pull/2687) Bump @astrojs/check from 0.5.9 to 0.5.10 ([@dependabot[bot]](https://github.com/apps/dependabot))
71+
* [#2698](https://github.com/shepherd-pro/shepherd/pull/2698) Bump @astrojs/sitemap from 3.1.1 to 3.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
72+
* [#2719](https://github.com/shepherd-pro/shepherd/pull/2719) Bump astro from 4.5.12 to 4.6.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
73+
* [#2715](https://github.com/shepherd-pro/shepherd/pull/2715) Landing: 💬 Add codepen as OSS user ([@chuckcarpenter](https://github.com/chuckcarpenter))
74+
* `landing`, `react-shepherd`, `shepherd.js`, `cypress-tests`, `unit-tests`
75+
* [#2721](https://github.com/shepherd-pro/shepherd/pull/2721) Bump typescript from 5.4.2 to 5.4.5 ([@dependabot[bot]](https://github.com/apps/dependabot))
76+
77+
#### Committers: 3
78+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
79+
- Matt Althauser ([@malthauser](https://github.com/malthauser))
80+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
81+
382

483

584

docs-src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shepherd-docs",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

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.0-alpha.6",
3+
"version": "5.0.0",
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.0-alpha.13",
3+
"version": "12.0.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

stderr.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Warning: unknown package "landing"
2+
Warning: unknown package "unit-tests"
3+
Warning: unknown package "cypress-tests"

0 commit comments

Comments
 (0)