Skip to content

Commit 0d0d5c5

Browse files
Release 12.0.0-alpha.13
1 parent 3dfd73b commit 0d0d5c5

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,29 @@
1212

1313

1414

15+
16+
## v12.0.0-alpha.13 (2024-04-05)
17+
18+
#### :rocket: Enhancement
19+
* [#2684](https://github.com/shepherd-pro/shepherd/pull/2684) Use IndexedDB to store tour data ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
20+
21+
#### :house: Internal
22+
* `react`
23+
* [#2690](https://github.com/shepherd-pro/shepherd/pull/2690) Bump vite from 5.1.7 to 5.2.8 ([@dependabot[bot]](https://github.com/apps/dependabot))
24+
* [#2675](https://github.com/shepherd-pro/shepherd/pull/2675) Bump happy-dom from 12.10.3 to 14.3.9 ([@dependabot[bot]](https://github.com/apps/dependabot))
25+
* [#2685](https://github.com/shepherd-pro/shepherd/pull/2685) Bump vite from 5.1.4 to 5.1.7 ([@dependabot[bot]](https://github.com/apps/dependabot))
26+
* Other
27+
* [#2694](https://github.com/shepherd-pro/shepherd/pull/2694) Bump cypress from 13.7.1 to 13.7.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
28+
* [#2692](https://github.com/shepherd-pro/shepherd/pull/2692) Bump @babel/core from 7.24.3 to 7.24.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
29+
* [#2693](https://github.com/shepherd-pro/shepherd/pull/2693) Bump @astrojs/mdx from 2.2.2 to 2.2.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
30+
* [#2688](https://github.com/shepherd-pro/shepherd/pull/2688) Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
31+
* [#2686](https://github.com/shepherd-pro/shepherd/pull/2686) Add tests for `Shepherd.isTourEnabled` ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
32+
* [#2678](https://github.com/shepherd-pro/shepherd/pull/2678) Bump astro from 4.5.9 to 4.5.12 ([@dependabot[bot]](https://github.com/apps/dependabot))
33+
* [#2676](https://github.com/shepherd-pro/shepherd/pull/2676) Bump @tailwindcss/typography from 0.5.10 to 0.5.12 ([@dependabot[bot]](https://github.com/apps/dependabot))
34+
35+
#### Committers: 1
36+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
37+
1538
## v12.0.0-alpha.12 (2024-04-02)
1639

1740
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shepherd-monorepo",
33
"private": "true",
4-
"version": "12.0.0-alpha.12",
4+
"version": "12.0.0-alpha.13",
55
"description": "The monorepo for Shepherd",
66
"repository": {
77
"type": "git",

shepherd.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shepherd.js",
3-
"version": "12.0.0-alpha.12",
3+
"version": "12.0.0-alpha.13",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)