Skip to content

Commit df7d856

Browse files
committed
Revert "ci(repo): Version packages (clerk#3700)"
This reverts commit c633f07.
1 parent 0286966 commit df7d856

64 files changed

Lines changed: 262 additions & 362 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/big-ads-flash.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/breezy-socks-fetch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/fair-cows-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/astro": patch
3+
---
4+
5+
Update existing env variables that is still using `PUBLIC_ASTRO_APP` prefix to `PUBLIC_`.

.changeset/famous-ducks-bathe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/five-cycles-serve.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
3+
---

.changeset/fluffy-squids-fly.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
"@clerk/astro": patch
3+
---
4+
5+
Move `@clerk/astro/components/*` to `@clerk/astro/components`
6+
7+
```diff
8+
- import { UserProfile } from "@clerk/astro/components/interactive"
9+
+ import { UserProfile } from "@clerk/astro/components"
10+
11+
- import { Protect } from "@clerk/astro/components/control"
12+
+ import { Protect } from "@clerk/astro/components"
13+
14+
- import { SignInButton } from "@clerk/astro/components/unstyled"
15+
+ import { SignInButton } from "@clerk/astro/components"
16+
```

.changeset/four-days-hammer.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@clerk/astro": patch
3+
---
4+
5+
Simplify submodules and drop the `bunlded` variant.
6+
7+
Moved
8+
- `@clerk/astro/client/react` to `@clerk/astro/react`
9+
- `@clerk/astro/client/stores` to `@clerk/astro/client`
10+
Dropped
11+
- `@clerk/astro/bundled`
12+
- `@clerk/astro/client/bundled`
13+
- `@clerk/astro/internal/bundled`
14+
- `@clerk/astro/integration`
15+
- `@clerk/astro/integration/bundled`

.changeset/friendly-queens-glow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/green-readers-wash.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/grumpy-peaches-heal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

0 commit comments

Comments
 (0)