Skip to content

Commit d36bf30

Browse files
Release 12.0.0-alpha.7
1 parent e210d01 commit d36bf30

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,38 @@
66

77

88

9+
10+
## v12.0.0-alpha.7 (2024-03-28)
11+
12+
#### :rocket: Enhancement
13+
* [#2664](https://github.com/shepherd-pro/shepherd/pull/2664) Add extra properties bucket to send to Shepherd Pro ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
* [#2648](https://github.com/shepherd-pro/shepherd/pull/2648) ✨ Add pro init and explicit ID ([@chuckcarpenter](https://github.com/chuckcarpenter))
15+
16+
#### :bug: Bug Fix
17+
* [#2659](https://github.com/shepherd-pro/shepherd/pull/2659) 🐛 Update user ID ref to be direct from localstorage ([@chuckcarpenter](https://github.com/chuckcarpenter))
18+
19+
#### :memo: Documentation
20+
* [#2662](https://github.com/shepherd-pro/shepherd/pull/2662) Document release process ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
21+
22+
#### :house: Internal
23+
* [#2663](https://github.com/shepherd-pro/shepherd/pull/2663) Update linting and prettier ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
24+
* [#2656](https://github.com/shepherd-pro/shepherd/pull/2656) Bump postcss from 8.4.37 to 8.4.38 ([@dependabot[bot]](https://github.com/apps/dependabot))
25+
* [#2653](https://github.com/shepherd-pro/shepherd/pull/2653) Bump @babel/core from 7.24.0 to 7.24.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
26+
* [#2661](https://github.com/shepherd-pro/shepherd/pull/2661) Bump cssnano from 6.1.0 to 6.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
27+
* [#2658](https://github.com/shepherd-pro/shepherd/pull/2658) Bump release-plan from 0.8.0 to 0.9.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
28+
* [#2650](https://github.com/shepherd-pro/shepherd/pull/2650) Bump autoprefixer from 10.4.17 to 10.4.19 ([@dependabot[bot]](https://github.com/apps/dependabot))
29+
* [#2652](https://github.com/shepherd-pro/shepherd/pull/2652) Bump cypress from 13.7.0 to 13.7.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
30+
* [#2657](https://github.com/shepherd-pro/shepherd/pull/2657) Bump @babel/preset-env from 7.24.0 to 7.24.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
31+
* [#2654](https://github.com/shepherd-pro/shepherd/pull/2654) Bump astro from 4.5.6 to 4.5.9 ([@dependabot[bot]](https://github.com/apps/dependabot))
32+
* [#2655](https://github.com/shepherd-pro/shepherd/pull/2655) Bump @astrojs/mdx from 2.2.0 to 2.2.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
33+
* [#2627](https://github.com/shepherd-pro/shepherd/pull/2627) Bump cssnano from 6.0.5 to 6.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
34+
* [#2629](https://github.com/shepherd-pro/shepherd/pull/2629) Bump @astrojs/mdx from 2.1.1 to 2.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
35+
* [#2634](https://github.com/shepherd-pro/shepherd/pull/2634) Bump rollup-plugin-svelte from 7.1.6 to 7.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
36+
37+
#### Committers: 2
38+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
39+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
40+
941
## v12.0.0-alpha.6 (2024-03-20)
1042

1143
#### :memo: Documentation

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.6",
4+
"version": "12.0.0-alpha.7",
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.6",
3+
"version": "12.0.0-alpha.7",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)