diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b05ef2cd..f4c18c6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,21 @@ + +## v12.0.0-alpha.12 (2024-04-02) + +#### :boom: Breaking Change +* [#2683](https://github.com/shepherd-pro/shepherd/pull/2683) Update to Svelte 4, run ESM in tests ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### :house: Internal +* [#2679](https://github.com/shepherd-pro/shepherd/pull/2679) Bump @astrojs/mdx from 2.2.1 to 2.2.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#2681](https://github.com/shepherd-pro/shepherd/pull/2681) Bump @babel/preset-typescript from 7.23.3 to 7.24.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#2680](https://github.com/shepherd-pro/shepherd/pull/2680) Bump rollup from 4.13.0 to 4.13.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#2677](https://github.com/shepherd-pro/shepherd/pull/2677) Bump tailwindcss from 3.4.1 to 3.4.3 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 1 +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + ## v12.0.0-alpha.11 (2024-04-01) #### :bug: Bug Fix diff --git a/package.json b/package.json index 7c582c26a..59a6b8549 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shepherd-monorepo", "private": "true", - "version": "12.0.0-alpha.11", + "version": "12.0.0-alpha.12", "description": "The monorepo for Shepherd", "repository": { "type": "git", diff --git a/shepherd.js/package.json b/shepherd.js/package.json index 6b0b26a4d..ebaa224c3 100644 --- a/shepherd.js/package.json +++ b/shepherd.js/package.json @@ -1,6 +1,6 @@ { "name": "shepherd.js", - "version": "12.0.0-alpha.11", + "version": "12.0.0-alpha.12", "description": "Guide your users through a tour of your app.", "keywords": [ "site tour",