From 6cb099bcf0b3bc32258492fd6622c874f26d4391 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Mon, 11 Mar 2024 21:22:24 -0400 Subject: [PATCH] Release 12.0.0-alpha.3 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- shepherd.js/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04cfa0ec..294eba9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ + +## v12.0.0-alpha.3 (2024-03-12) + +#### :rocket: Enhancement +* [#2631](https://github.com/shepherd-pro/shepherd/pull/2631) Add EventOptions interface, tweak data format ([@chuckcarpenter](https://github.com/chuckcarpenter)) +* [#2632](https://github.com/shepherd-pro/shepherd/pull/2632) Move Step and Tour assignment ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### :house: Internal +* [#2630](https://github.com/shepherd-pro/shepherd/pull/2630) Bump rollup-plugin-license from 3.2.0 to 3.3.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#2628](https://github.com/shepherd-pro/shepherd/pull/2628) Bump typescript from 5.3.3 to 5.4.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#2625](https://github.com/shepherd-pro/shepherd/pull/2625) Bump astro from 4.4.8 to 4.4.15 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 2 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + ## v12.0.0-alpha.2 (2024-03-08) #### :boom: Breaking Change diff --git a/package.json b/package.json index b2a9f97eb..d36671e56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shepherd-monorepo", "private": "true", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "The monorepo for Shepherd", "repository": { "type": "git", diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 599ac1dc8..66088d8db 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour",