Skip to content

Commit 2ae9fd6

Browse files
authoredMar 7, 2024··
chore(*): Fix the preview builds (#2947)
* chore(*): Fix the preview builds * chore(*): Add empty changeset * chore(*): Add changeset for the themes package to release a beta * chore(*): Fix the changeset
1 parent 452dfe4 commit 2ae9fd6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/dry-beds-boil.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/themes': patch
3+
---
4+
5+
Release the latest beta changes of the `@clerk/themes` package

‎playground/nextjs/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@clerk/nextjs": "beta",
15+
"@clerk/themes": "beta",
1516
"next": "^14.1.0",
1617
"react": "^18.2.0",
1718
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.