Skip to content

Commit

Permalink
Release 12.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Mar 12, 2024
1 parent 68dc797 commit 6cb099b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@




## v12.0.0-alpha.3 (2024-03-12)

#### :rocket: Enhancement
* [#2631](https://github.com/shepherd-pro/shepherd/pull/2631) Add EventOptions interface, tweak data format ([@chuckcarpenter](https://github.com/chuckcarpenter))
* [#2632](https://github.com/shepherd-pro/shepherd/pull/2632) Move Step and Tour assignment ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* [#2630](https://github.com/shepherd-pro/shepherd/pull/2630) Bump rollup-plugin-license from 3.2.0 to 3.3.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#2628](https://github.com/shepherd-pro/shepherd/pull/2628) Bump typescript from 5.3.3 to 5.4.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#2625](https://github.com/shepherd-pro/shepherd/pull/2625) Bump astro from 4.4.8 to 4.4.15 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 2
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v12.0.0-alpha.2 (2024-03-08)

#### :boom: Breaking Change
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.2",
"version": "12.0.0-alpha.3",
"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.2",
"version": "12.0.0-alpha.3",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down

0 comments on commit 6cb099b

Please sign in to comment.