Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #2807

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"solution": {
"shepherd-docs": {
"impact": "patch",
"oldVersion": "0.0.3",
"newVersion": "0.0.4",
"oldVersion": "0.0.4",
"newVersion": "0.0.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
Expand All @@ -14,25 +18,29 @@
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "5.0.1",
"newVersion": "5.0.2",
"oldVersion": "5.0.2",
"newVersion": "5.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"impact": "patch",
"oldVersion": "12.0.1",
"newVersion": "12.0.2",
"oldVersion": "12.0.2",
"newVersion": "12.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -41,5 +49,5 @@
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "## Release (2024-05-14)\n\nshepherd-docs 0.0.4 (patch)\nreact-shepherd 5.0.2 (patch)\nshepherd.js 12.0.2 (patch)\n\n#### :bug: Bug Fix\n* `landing`, `shepherd.js`\n * [#2805](https://github.com/shepherd-pro/shepherd/pull/2805) πŸ› Fixes import issues reported in 2785 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2794](https://github.com/shepherd-pro/shepherd/pull/2794) πŸ› Add missing required type attribute for button ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2793](https://github.com/shepherd-pro/shepherd/pull/2793) πŸ› Add fix for modal reshow from 2436 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* Other\n * [#2784](https://github.com/shepherd-pro/shepherd/pull/2784) Bump release-it from 17.2.0 to 17.2.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2790](https://github.com/shepherd-pro/shepherd/pull/2790) App: ✨ Add webhook for subscription management ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2788](https://github.com/shepherd-pro/shepherd/pull/2788) App: πŸ—ƒοΈ Add migration to give all users a subscription ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd.js`\n * [#2782](https://github.com/shepherd-pro/shepherd/pull/2782) Bump rollup from 4.14.3 to 4.17.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `react-shepherd`\n * [#2778](https://github.com/shepherd-pro/shepherd/pull/2778) Bump vite from 5.2.10 to 5.2.11 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n"
"description": "## Release (2024-05-24)\n\nshepherd-docs 0.0.5 (patch)\nreact-shepherd 5.0.3 (patch)\nshepherd.js 12.0.3 (patch)\n\n#### :bug: Bug Fix\n* `react-shepherd`\n * [#2828](https://github.com/shepherd-pro/shepherd/pull/2828) React: πŸ› Fix init to be optional ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2809](https://github.com/shepherd-pro/shepherd/pull/2809) React: πŸ‘· Update tsc target to match lowest compatibility ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`\n * [#2821](https://github.com/shepherd-pro/shepherd/pull/2821) Landing: πŸ› Fix config for canonicalURL ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* [#2824](https://github.com/shepherd-pro/shepherd/pull/2824) Update README.md for incorrect URL ([@pranshugupta54](https://github.com/pranshugupta54))\n\n#### :house: Internal\n* `landing`\n * [#2827](https://github.com/shepherd-pro/shepherd/pull/2827) Landing: πŸ› Update action to build js lib before docker copys it ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2826](https://github.com/shepherd-pro/shepherd/pull/2826) Landing: πŸ› Update Dockerfile to build JS lib before copy ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2804](https://github.com/shepherd-pro/shepherd/pull/2804) Bump @tailwindcss/typography from 0.5.12 to 0.5.13 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd-docs`, `landing`, `react-shepherd`, `shepherd.js`\n * [#2825](https://github.com/shepherd-pro/shepherd/pull/2825) Landing: 🚚 Move blog to index page and update URLs ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* Other\n * [#2822](https://github.com/shepherd-pro/shepherd/pull/2822) App: πŸ› Fix IP address check for webhook ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2811](https://github.com/shepherd-pro/shepherd/pull/2811) App: ✨ Remove FF for pricing and edit signup flow ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2810](https://github.com/shepherd-pro/shepherd/pull/2810) App: πŸ—ƒοΈ Add created at for users and subscription defaults ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `shepherd.js`\n * [#2812](https://github.com/shepherd-pro/shepherd/pull/2812) Landing: πŸ‘· Add fly.io deployment ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2808](https://github.com/shepherd-pro/shepherd/pull/2808) Bump @astrojs/starlight from 0.21.5 to 0.22.4 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `react-shepherd`\n * [#2798](https://github.com/shepherd-pro/shepherd/pull/2798) Bump @testing-library/react from 15.0.6 to 15.0.7 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2797](https://github.com/shepherd-pro/shepherd/pull/2797) Bump @types/react from 18.3.1 to 18.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd-docs`, `landing`\n * [#2806](https://github.com/shepherd-pro/shepherd/pull/2806) Bump astro from 4.6.3 to 4.8.4 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Pranshu Gupta ([@pranshugupta54](https://github.com/pranshugupta54))\n"
}
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## Release (2024-05-24)

shepherd-docs 0.0.5 (patch)
react-shepherd 5.0.3 (patch)
shepherd.js 12.0.3 (patch)

#### :bug: Bug Fix
* `react-shepherd`
* [#2828](https://github.com/shepherd-pro/shepherd/pull/2828) React: πŸ› Fix init to be optional ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2809](https://github.com/shepherd-pro/shepherd/pull/2809) React: πŸ‘· Update tsc target to match lowest compatibility ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `landing`
* [#2821](https://github.com/shepherd-pro/shepherd/pull/2821) Landing: πŸ› Fix config for canonicalURL ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :memo: Documentation
* [#2824](https://github.com/shepherd-pro/shepherd/pull/2824) Update README.md for incorrect URL ([@pranshugupta54](https://github.com/pranshugupta54))

#### :house: Internal
* `landing`
* [#2827](https://github.com/shepherd-pro/shepherd/pull/2827) Landing: πŸ› Update action to build js lib before docker copys it ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2826](https://github.com/shepherd-pro/shepherd/pull/2826) Landing: πŸ› Update Dockerfile to build JS lib before copy ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2804](https://github.com/shepherd-pro/shepherd/pull/2804) Bump @tailwindcss/typography from 0.5.12 to 0.5.13 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `shepherd-docs`, `landing`, `react-shepherd`, `shepherd.js`
* [#2825](https://github.com/shepherd-pro/shepherd/pull/2825) Landing: 🚚 Move blog to index page and update URLs ([@chuckcarpenter](https://github.com/chuckcarpenter))
* Other
* [#2822](https://github.com/shepherd-pro/shepherd/pull/2822) App: πŸ› Fix IP address check for webhook ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2811](https://github.com/shepherd-pro/shepherd/pull/2811) App: ✨ Remove FF for pricing and edit signup flow ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2810](https://github.com/shepherd-pro/shepherd/pull/2810) App: πŸ—ƒοΈ Add created at for users and subscription defaults ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `landing`, `shepherd.js`
* [#2812](https://github.com/shepherd-pro/shepherd/pull/2812) Landing: πŸ‘· Add fly.io deployment ([@chuckcarpenter](https://github.com/chuckcarpenter))
* `shepherd-docs`
* [#2808](https://github.com/shepherd-pro/shepherd/pull/2808) Bump @astrojs/starlight from 0.21.5 to 0.22.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `react-shepherd`
* [#2798](https://github.com/shepherd-pro/shepherd/pull/2798) Bump @testing-library/react from 15.0.6 to 15.0.7 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#2797](https://github.com/shepherd-pro/shepherd/pull/2797) Bump @types/react from 18.3.1 to 18.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `shepherd-docs`, `landing`
* [#2806](https://github.com/shepherd-pro/shepherd/pull/2806) Bump astro from 4.6.3 to 4.8.4 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 2
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- Pranshu Gupta ([@pranshugupta54](https://github.com/pranshugupta54))

## Release (2024-05-14)

shepherd-docs 0.0.4 (patch)
Expand Down
2 changes: 1 addition & 1 deletion docs-src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shepherd-docs",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
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.2",
"version": "5.0.3",
"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.2",
"version": "12.0.3",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Warning: unknown package "cypress-tests"
Warning: unknown package "cypress-tests"
Warning: unknown package "unit-tests"
Warning: unknown package "landing"
Warning: unknown package "landing"
Warning: unknown package "landing"