Skip to content

Commit b2e702e

Browse files
ci(repo): Version packages (#8438)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 785f057 commit b2e702e

47 files changed

Lines changed: 366 additions & 103 deletions

Some content is hidden

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

.changeset/fix-e2e-compromised-password.md

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

.changeset/fluffy-readers-strive.md

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

.changeset/nice-seas-vue-nuxt-oauth-consent.md

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

.changeset/pink-dolls-rush.md

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

.changeset/quiet-dev-keys-warning.md

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

.changeset/small-planets-astro-oauth-consent.md

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

.changeset/three-rabbits-react-oauth-consent.md

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

packages/astro/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- Add an env-var shortcut for `unsafe_disableDevelopmentModeConsoleWarning` across the Astro, Nuxt, React Router, and TanStack Start integrations so the development-keys console warning can be suppressed without threading the option through `<ClerkProvider>` manually: ([#8402](https://github.com/clerk/javascript/pull/8402)) by [@jacekradko](https://github.com/jacekradko)
8+
- Astro: `PUBLIC_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING`
9+
- Nuxt: `NUXT_PUBLIC_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING`
10+
- React Router: `VITE_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING` (or `CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING`)
11+
- TanStack Start: `VITE_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING` (or `CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING`)
12+
13+
The Next.js equivalent (`NEXT_PUBLIC_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING`) already existed; the JSDoc on `unsafe_disableDevelopmentModeConsoleWarning` now lists every framework's env-var shortcut and clarifies that suppressing the warning at source also keeps it from being mirrored to the dev-server terminal (e.g. Next.js with `experimental.browserDebugInfoInTerminal`).
14+
15+
- Expose `OAuthConsent` as a public component export for Astro. ([#8381](https://github.com/clerk/javascript/pull/8381)) by [@wobsoriano](https://github.com/wobsoriano)
16+
17+
Example:
18+
19+
```astro
20+
---
21+
import { OAuthConsent } from '@clerk/astro/components';
22+
---
23+
24+
<OAuthConsent />
25+
```
26+
27+
### Patch Changes
28+
29+
- Updated dependencies [[`785f057`](https://github.com/clerk/javascript/commit/785f057f5cda202c26a9f34bde7c1873a6cbd6ea), [`90beaeb`](https://github.com/clerk/javascript/commit/90beaeb8319d5bccb8fa52343f4b241c6d2d3ebe), [`244920d`](https://github.com/clerk/javascript/commit/244920d1ebb5d420a96bfc2a79d84cccafe9b61c)]:
30+
- @clerk/shared@4.9.0
31+
- @clerk/backend@3.4.4
32+
333
## 3.0.23
434

535
### 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.23",
3+
"version": "3.1.0",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.4.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`785f057`](https://github.com/clerk/javascript/commit/785f057f5cda202c26a9f34bde7c1873a6cbd6ea), [`90beaeb`](https://github.com/clerk/javascript/commit/90beaeb8319d5bccb8fa52343f4b241c6d2d3ebe), [`244920d`](https://github.com/clerk/javascript/commit/244920d1ebb5d420a96bfc2a79d84cccafe9b61c)]:
8+
- @clerk/shared@4.9.0
9+
310
## 3.4.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)