From f6dc040f339bbbe970835323d62acd4da94c4cc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:38:05 -0700 Subject: [PATCH] Prepare Release (#2888) Prepare Release using 'release-plan' Co-authored-by: chuckcarpenter <706378+chuckcarpenter@users.noreply.github.com> --- .release-plan.json | 14 +++++--------- CHANGELOG.md | 12 ++++++++++++ packages/pro-js/package.json | 2 +- packages/react/package.json | 2 +- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 9789f570b..a754a2468 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@shepherdpro/pro-js": { "impact": "patch", - "oldVersion": "1.0.2", - "newVersion": "1.0.3", + "oldVersion": "1.0.3", + "newVersion": "1.0.4", "constraints": [ { "impact": "patch", @@ -14,16 +14,12 @@ }, "react-shepherd": { "impact": "patch", - "oldVersion": "6.0.2", - "newVersion": "6.0.3", + "oldVersion": "6.0.3", + "newVersion": "6.0.4", "constraints": [ { "impact": "patch", "reason": "Has dependency `workspace:*` on @shepherdpro/pro-js" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./packages/react/package.json" @@ -32,5 +28,5 @@ "oldVersion": "13.0.0" } }, - "description": "## Release (2024-06-21)\n\n@shepherdpro/pro-js 1.0.3 (patch)\nreact-shepherd 6.0.3 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`, `react-shepherd`\n * [#2885](https://github.com/shepherd-pro/shepherd/pull/2885) 🐛 Fix missing tour active check ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n" + "description": "## Release (2024-06-22)\n\n@shepherdpro/pro-js 1.0.4 (patch)\nreact-shepherd 6.0.4 (patch)\n\n#### :bug: Bug Fix\n* `@shepherdpro/pro-js`\n * [#2887](https://github.com/shepherd-pro/shepherd/pull/2887) 🐛 Fix issue with object merge to push events to pro app ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 1\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d704080..82926e790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Release (2024-06-22) + +@shepherdpro/pro-js 1.0.4 (patch) +react-shepherd 6.0.4 (patch) + +#### :bug: Bug Fix +* `@shepherdpro/pro-js` + * [#2887](https://github.com/shepherd-pro/shepherd/pull/2887) 🐛 Fix issue with object merge to push events to pro app ([@chuckcarpenter](https://github.com/chuckcarpenter)) + +#### Committers: 1 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) + ## Release (2024-06-21) @shepherdpro/pro-js 1.0.3 (patch) diff --git a/packages/pro-js/package.json b/packages/pro-js/package.json index 933dd072e..99ba9672a 100644 --- a/packages/pro-js/package.json +++ b/packages/pro-js/package.json @@ -1,6 +1,6 @@ { "name": "@shepherdpro/pro-js", - "version": "1.0.3", + "version": "1.0.4", "private": false, "main": "./dist/index.umd.cjs", "module": "./dist/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 7675aebfb..e09c1525c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "react-shepherd", - "version": "6.0.3", + "version": "6.0.4", "private": false, "license": "MIT", "repository": {