diff --git a/.release-plan.json b/.release-plan.json index 6dd894a34..ee7ac4cfc 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,53 +1,14 @@ { "solution": { "@shepherdpro/pro-js": { - "impact": "patch", - "oldVersion": "1.2.1", - "newVersion": "1.2.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - }, - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./packages/pro-js/package.json" + "oldVersion": "1.2.2" }, "react-shepherd": { - "impact": "patch", - "oldVersion": "6.0.7", - "newVersion": "6.0.8", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on @shepherdpro/pro-js" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - }, - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./packages/react/package.json" + "oldVersion": "6.0.8" }, "shepherd.js": { - "impact": "patch", - "oldVersion": "13.0.1", - "newVersion": "13.0.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./shepherd.js/package.json" + "oldVersion": "13.0.2" } }, - "description": "## Release (2024-07-24)\n\n@shepherdpro/pro-js 1.2.2 (patch)\nreact-shepherd 6.0.8 (patch)\nshepherd.js 13.0.2 (patch)\n\n#### :house: Internal\n* `@shepherdpro/pro-js`, `react-shepherd`, `shepherd.js`\n * [#2922](https://github.com/shepherd-pro/shepherd/pull/2922) 👷 Add publish config and scarf paackage ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n" + "description": "## Release (2024-07-24)\n\n\n\n#### :house: Internal\n* [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f27ceee8..a423aa14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Release (2024-07-24) + + +#### :house: Internal +* [#2924](https://github.com/shepherd-pro/shepherd/pull/2924) Update publish.yml to have node-registry-url ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-07-24) + @shepherdpro/pro-js 1.2.2 (patch) react-shepherd 6.0.8 (patch) shepherd.js 13.0.2 (patch)