diff --git a/.release-plan.json b/.release-plan.json index f793992e6..de4366009 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,14 +1,32 @@ { "solution": { "@shepherdpro/pro-js": { - "oldVersion": "1.0.1" + "impact": "patch", + "oldVersion": "1.0.1", + "newVersion": "1.0.2", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + } + ], + "pkgJSONPath": "./packages/pro-js/package.json" }, "react-shepherd": { - "oldVersion": "6.0.1" + "impact": "patch", + "oldVersion": "6.0.1", + "newVersion": "6.0.2", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @shepherdpro/pro-js" + } + ], + "pkgJSONPath": "./packages/react/package.json" }, "shepherd.js": { "oldVersion": "13.0.0" } }, - "description": "## Release (2024-06-21)\n\n\n\n#### :memo: Documentation\n* `shepherd-docs`, `landing`\n * [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n" + "description": "## Release (2024-06-21)\n\n@shepherdpro/pro-js 1.0.2 (patch)\nreact-shepherd 6.0.2 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`\n * [#2883](https://github.com/shepherd-pro/shepherd/pull/2883) 🐛 Fix bug where events fail to fire due to naming ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :memo: Documentation\n* `shepherd-docs`, `landing`\n * [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#2881](https://github.com/shepherd-pro/shepherd/pull/2881) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de1948b2e..89ecd4e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ ## Release (2024-06-21) +@shepherdpro/pro-js 1.0.2 (patch) +react-shepherd 6.0.2 (patch) + +#### :bug: Bug Fix +* `@shepherdpro/pro-js` + * [#2883](https://github.com/shepherd-pro/shepherd/pull/2883) 🐛 Fix bug where events fail to fire due to naming ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### :memo: Documentation +* `shepherd-docs`, `landing` + * [#2880](https://github.com/shepherd-pro/shepherd/pull/2880) 📝 Add updated documentation for pro package and updated CDN links ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### :house: Internal +* [#2881](https://github.com/shepherd-pro/shepherd/pull/2881) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2024-06-21) + #### :memo: Documentation diff --git a/packages/pro-js/package.json b/packages/pro-js/package.json index 086c9fb24..10642c59d 100644 --- a/packages/pro-js/package.json +++ b/packages/pro-js/package.json @@ -1,6 +1,6 @@ { "name": "@shepherdpro/pro-js", - "version": "1.0.1", + "version": "1.0.2", "private": false, "main": "./dist/index.umd.cjs", "module": "./dist/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index f09fafd52..12ad636f2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "6.0.1", + "version": "6.0.2", "private": false, "license": "MIT", "repository": { diff --git a/stderr.log b/stderr.log index c9588c1ff..d891b2932 100644 --- a/stderr.log +++ b/stderr.log @@ -25,3 +25,5 @@ Warning: unknown package "shepherd-docs" Warning: unknown package "landing" Warning: unknown package "shepherd-docs" Warning: unknown package "landing" +Warning: unknown package "shepherd-docs" +Warning: unknown package "landing"