Skip to content

Commit 7d5872d

Browse files
Release 12.0.0-alpha.8
1 parent a370f66 commit 7d5872d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77

88

99

10+
11+
## v12.0.0-alpha.8 (2024-03-29)
12+
13+
#### :rocket: Enhancement
14+
* `react`
15+
* [#2649](https://github.com/shepherd-pro/shepherd/pull/2649) ✨ Add initial React package from SDK ([@chuckcarpenter](https://github.com/chuckcarpenter))
16+
* Other
17+
* [#2667](https://github.com/shepherd-pro/shepherd/pull/2667) Move `properties` under the `data` object ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
18+
19+
#### :bug: Bug Fix
20+
* [#2665](https://github.com/shepherd-pro/shepherd/pull/2665) Add async/await for ShepherdPro init ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
21+
22+
#### Committers: 2
23+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
24+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
25+
1026
## v12.0.0-alpha.7 (2024-03-28)
1127

1228
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)