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 #2858

Merged
merged 1 commit into from
Jun 20, 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
48 changes: 38 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,61 @@
{
"solution": {
"@shepherdpro/pro-js": {
"impact": "major",
"oldVersion": "0.0.3",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
}
],
"pkgJSONPath": "./packages/pro-js/package.json"
},
"react-shepherd": {
"impact": "patch",
"oldVersion": "5.0.5",
"newVersion": "5.0.6",
"impact": "major",
"oldVersion": "5.0.6",
"newVersion": "6.0.0",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @shepherdpro/pro-js"
},
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on shepherd.js"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/react/package.json"
},
"shepherd.js": {
"impact": "patch",
"oldVersion": "12.0.5",
"newVersion": "12.0.6",
"impact": "major",
"oldVersion": "12.0.6",
"newVersion": "13.0.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "## Release (2024-06-07)\n\nreact-shepherd 5.0.6 (patch)\nshepherd.js 12.0.6 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`, `cypress-tests`\n * [#2853](https://github.com/shepherd-pro/shepherd/pull/2853) fix: reconfigure CSS bundling ([@Kenneth-Sills](https://github.com/Kenneth-Sills))\n\n#### :house: Internal\n* `shepherd.js`\n * [#2848](https://github.com/shepherd-pro/shepherd/pull/2848) Bump @floating-ui/dom from 1.6.3 to 1.6.5 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2851](https://github.com/shepherd-pro/shepherd/pull/2851) Bump rollup-plugin-license from 3.3.1 to 3.4.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#2849](https://github.com/shepherd-pro/shepherd/pull/2849) Bump @babel/core from 7.24.5 to 7.24.6 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* Other\n * [#2850](https://github.com/shepherd-pro/shepherd/pull/2850) Bump release-it from 17.2.1 to 17.3.0 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2846](https://github.com/shepherd-pro/shepherd/pull/2846) App: πŸ”₯ Remove app as it is not part of a workspace ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2844](https://github.com/shepherd-pro/shepherd/pull/2844) App: ⬆ Upgrade Shepherd lib in the app to v5 ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `shepherd-docs`\n * [#2852](https://github.com/shepherd-pro/shepherd/pull/2852) Bump @astrojs/starlight from 0.22.4 to 0.23.2 ([@dependabot[bot]](https://github.com/apps/dependabot))\n * [#2799](https://github.com/shepherd-pro/shepherd/pull/2799) Bump @flydotio/dockerfile from 0.5.6 to 0.5.7 ([@dependabot[bot]](https://github.com/apps/dependabot))\n* `unit-tests`\n * [#2816](https://github.com/shepherd-pro/shepherd/pull/2816) Bump core-js from 3.37.0 to 3.37.1 ([@dependabot[bot]](https://github.com/apps/dependabot))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Kenneth Sills ([@Kenneth-Sills](https://github.com/Kenneth-Sills))\n"
"description": "## Release (2024-06-19)\n\n@shepherdpro/pro-js 1.0.0 (major)\nreact-shepherd 6.0.0 (major)\nshepherd.js 13.0.0 (major)\n\n#### :boom: Breaking Change\n* `shepherd-docs`, `@shepherdpro/pro-js`, `react-shepherd`, `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#2870](https://github.com/shepherd-pro/shepherd/pull/2870) ✨ Add new package specific to Pro features ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :bug: Bug Fix\n* `shepherd-docs`, `react-shepherd`, `shepherd.js`\n * [#2871](https://github.com/shepherd-pro/shepherd/pull/2871) Simplify dist to only include one TS file ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `landing`\n * [#2877](https://github.com/shepherd-pro/shepherd/pull/2877) πŸ‘· Add correct token to publish all packages ([@chuckcarpenter](https://github.com/chuckcarpenter))\n * [#2838](https://github.com/shepherd-pro/shepherd/pull/2838) tweak: prevents header links overflow in small screens ([@ArnavK-09](https://github.com/ArnavK-09))\n\n#### Committers: 3\n- Arnav K ([@ArnavK-09](https://github.com/ArnavK-09))\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## Release (2024-06-19)

@shepherdpro/pro-js 1.0.0 (major)
react-shepherd 6.0.0 (major)
shepherd.js 13.0.0 (major)

#### :boom: Breaking Change
* `shepherd-docs`, `@shepherdpro/pro-js`, `react-shepherd`, `shepherd.js`, `cypress-tests`, `unit-tests`
* [#2870](https://github.com/shepherd-pro/shepherd/pull/2870) ✨ Add new package specific to Pro features ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :bug: Bug Fix
* `shepherd-docs`, `react-shepherd`, `shepherd.js`
* [#2871](https://github.com/shepherd-pro/shepherd/pull/2871) Simplify dist to only include one TS file ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* `landing`
* [#2877](https://github.com/shepherd-pro/shepherd/pull/2877) πŸ‘· Add correct token to publish all packages ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2838](https://github.com/shepherd-pro/shepherd/pull/2838) tweak: prevents header links overflow in small screens ([@ArnavK-09](https://github.com/ArnavK-09))

#### Committers: 3
- Arnav K ([@ArnavK-09](https://github.com/ArnavK-09))
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## Release (2024-06-07)

react-shepherd 5.0.6 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/pro-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shepherdpro/pro-js",
"version": "0.0.3",
"version": "1.0.0",
"private": false,
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
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.6",
"version": "6.0.0",
"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.6",
"version": "13.0.0",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
5 changes: 5 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ Warning: unknown package "cypress-tests"
Warning: unknown package "cypress-tests"
Warning: unknown package "unit-tests"
Warning: unknown package "shepherd-docs"
Warning: unknown package "shepherd-docs"
Warning: unknown package "cypress-tests"
Warning: unknown package "unit-tests"
Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"