Skip to content

Commit

Permalink
Release 12.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Apr 2, 2024
1 parent aafaf22 commit adf77ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
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": "12.0.0-alpha.11",
"version": "12.0.0-alpha.12",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down

0 comments on commit adf77ff

Please sign in to comment.