Skip to content

Commit f723296

Browse files
ci(repo): Version packages
1 parent 6540d1b commit f723296

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

.changeset/fix-astro-cf-pages-env-fallback.md

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

.changeset/kind-dogs-play.md

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

.changeset/pin-nextjs-cache-components.md

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

packages/astro/CHANGELOG.md

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

3+
## 3.0.7
4+
5+
### Patch Changes
6+
7+
- Fix Cloudflare Pages compatibility by falling through to `locals.runtime.env` when `cloudflare:workers` env is missing the requested key ([#8136](https://github.com/clerk/javascript/pull/8136)) by [@mlafeldt](https://github.com/mlafeldt)
8+
39
## 3.0.6
410

511
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/astro",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)