From ea7e789df65b2691724808d87158943b7e7be2ca Mon Sep 17 00:00:00 2001 From: chuckcarpenter <706378+chuckcarpenter@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:32:19 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 35 ++++------------------------------- CHANGELOG.md | 5 +++++ 2 files changed, 9 insertions(+), 31 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b7abc308ec..8f9607c4fd 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,41 +1,14 @@ { "solution": { "@shepherdpro/pro-js": { - "impact": "patch", - "oldVersion": "1.3.0", - "newVersion": "1.3.1", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./packages/pro-js/package.json" + "oldVersion": "1.3.1" }, "react-shepherd": { - "impact": "patch", - "oldVersion": "6.1.0", - "newVersion": "6.1.1", - "constraints": [ - { - "impact": "patch", - "reason": "Has dependency `workspace:*` on shepherd.js" - } - ], - "pkgJSONPath": "./packages/react/package.json" + "oldVersion": "6.1.1" }, "shepherd.js": { - "impact": "patch", - "oldVersion": "13.0.2", - "newVersion": "13.0.3", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./shepherd.js/package.json" + "oldVersion": "13.0.3" } }, - "description": "## Release (2024-08-05)\n\n@shepherdpro/pro-js 1.3.1 (patch)\nreact-shepherd 6.1.1 (patch)\nshepherd.js 13.0.3 (patch)\n\n#### :house: Internal\n* `shepherd-docs`, `landing`\n * [#2944](https://github.com/shepherd-pro/shepherd/pull/2944) 🐛 Fix pnpm version in Dockerfiles ([@chuckcarpenter](https://github.com/chuckcarpenter))\n* `landing`, `shepherd.js`, `cypress-tests`, `unit-tests`\n * [#2938](https://github.com/shepherd-pro/shepherd/pull/2938) ✨ Landing: Add storyblok CMS ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f9d75d8f..71d8b4469b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2024-08-05) @shepherdpro/pro-js 1.3.1 (patch)