Skip to content

Commit bd541db

Browse files
Release 12.0.0-alpha.5
1 parent 71dfafb commit bd541db

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55

66

7+
8+
## v12.0.0-alpha.5 (2024-03-20)
9+
10+
#### :memo: Documentation
11+
* [#2646](https://github.com/shepherd-pro/shepherd/pull/2646) Fix docs build ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
12+
13+
#### :house: Internal
14+
* [#2637](https://github.com/shepherd-pro/shepherd/pull/2637) Bump @astrojs/check from 0.3.4 to 0.5.9 ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#2644](https://github.com/shepherd-pro/shepherd/pull/2644) Bump postcss from 8.4.35 to 8.4.37 ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
* [#2636](https://github.com/shepherd-pro/shepherd/pull/2636) Bump cypress from 13.6.6 to 13.7.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
17+
18+
#### Committers: 1
19+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
20+
721
## v12.0.0-alpha.4 (2024-03-19)
822

923
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)