Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored and github-actions[bot] committed Oct 16, 2024
1 parent 09fdb0c commit 258cca1
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"react-shepherd": {
"impact": "patch",
"oldVersion": "6.1.2",
"newVersion": "6.1.3",
"oldVersion": "6.1.3",
"newVersion": "6.1.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -14,8 +14,8 @@
},
"shepherd.js": {
"impact": "patch",
"oldVersion": "14.0.0",
"newVersion": "14.0.1",
"oldVersion": "14.0.1",
"newVersion": "14.0.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -25,5 +25,5 @@
"pkgJSONPath": "./shepherd.js/package.json"
}
},
"description": "## Release (2024-10-10)\n\nreact-shepherd 6.1.3 (patch)\nshepherd.js 14.0.1 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`, `unit-tests`\n * [#3005](https://github.com/shipshapecode/shepherd/pull/3005) 🐛 Fix issue where passed in custom middleware is overridden ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### :house: Internal\n* [#3003](https://github.com/shipshapecode/shepherd/pull/3003) 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"
"description": "## Release (2024-10-16)\n\nreact-shepherd 6.1.4 (patch)\nshepherd.js 14.0.2 (patch)\n\n#### :bug: Bug Fix\n* `shepherd.js`\n * [#3011](https://github.com/shipshapecode/shepherd/pull/3011) Fix options type for `options.floatingUIOptions` ([@patrikholcak](https://github.com/patrikholcak))\n\n#### :house: Internal\n* `landing`\n * [#3015](https://github.com/shipshapecode/shepherd/pull/3015) State Fix for Pricing ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))\n * [#3013](https://github.com/shipshapecode/shepherd/pull/3013) 🐛 Change check for DOMContentLoaded to astro:page-load ([@chuckcarpenter](https://github.com/chuckcarpenter))\n\n#### Committers: 3\n- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))\n- Naman-Parlecha ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))\n- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-10-16)

react-shepherd 6.1.4 (patch)
shepherd.js 14.0.2 (patch)

#### :bug: Bug Fix
* `shepherd.js`
* [#3011](https://github.com/shipshapecode/shepherd/pull/3011) Fix options type for `options.floatingUIOptions` ([@patrikholcak](https://github.com/patrikholcak))

#### :house: Internal
* `landing`
* [#3015](https://github.com/shipshapecode/shepherd/pull/3015) State Fix for Pricing ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))
* [#3013](https://github.com/shipshapecode/shepherd/pull/3013) 🐛 Change check for DOMContentLoaded to astro:page-load ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### Committers: 3
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- Naman-Parlecha ([@Naman-B-Parlecha](https://github.com/Naman-B-Parlecha))
- Patrik Holčák ([@patrikholcak](https://github.com/patrikholcak))

## Release (2024-10-10)

react-shepherd 6.1.3 (patch)
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": "6.1.3",
"version": "6.1.4",
"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": "14.0.1",
"version": "14.0.2",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Warning: unknown package "shepherd-docs"
Warning: unknown package "landing"
Warning: unknown package "shepherd-docs"
Warning: unknown package "unit-tests"
Warning: unknown package "landing"

0 comments on commit 258cca1

Please sign in to comment.