Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 205f597

Browse files
Version Packages (#178)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e48b79a commit 205f597

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/tough-planes-boil.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/playground-with-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@clerk/localizations": "2.3.0",
2121
"@nanostores/react": "0.7.1",
2222
"astro": "^3.5.5",
23-
"astro-clerk-auth": "0.9.0",
23+
"astro-clerk-auth": "0.9.1",
2424
"nanostores": "^0.9.5",
2525
"react": "^18.2.0",
2626
"react-dom": "^18.2.0",

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@astrojs/vercel": "^5.2.0",
1919
"@nanostores/react": "^0.7.1",
2020
"astro": "^3.5.5",
21-
"astro-clerk-auth": "0.9.0",
21+
"astro-clerk-auth": "0.9.1",
2222
"astro-seo": "^0.8.0",
2323
"nanostores": "^0.9.5",
2424
"react": "^18.2.0",

packages/astro-clerk-auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro-clerk-auth
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- e48b79a: Drop url constants from Astro components.
8+
39
## 0.9.0
410

511
### Minor Changes

packages/astro-clerk-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-clerk-auth",
33
"description": "Unofficial package Clerk SDK for Asto",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"type": "module",
66
"private": false,
77
"license": "MIT",

0 commit comments

Comments
 (0)