Skip to content

Commit 758ceba

Browse files
ci(repo): Version packages
1 parent 2b18d7a commit 758ceba

28 files changed

+81
-66
lines changed

.changeset/breezy-pillows-marry.md

-5
This file was deleted.

.changeset/bright-wombats-invite.md

-5
This file was deleted.

.changeset/cute-lemons-press.md

-5
This file was deleted.

.changeset/four-mangos-punch.md

-6
This file was deleted.

.changeset/good-wasps-find.md

-5
This file was deleted.

.changeset/little-cases-knock.md

-5
This file was deleted.

.changeset/lovely-waves-beg.md

-5
This file was deleted.

.changeset/pink-games-run.md

-2
This file was deleted.

.changeset/purple-mice-pay.md

-5
This file was deleted.

.changeset/slick-pets-love.md

-5
This file was deleted.

.changeset/stupid-gifts-juggle.md

-5
This file was deleted.

.changeset/tangy-facts-poke.md

-5
This file was deleted.

packages/chrome-extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.4.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bde228d`](https://github.com/clerk/javascript/commit/bde228d158848c7ea07177bf3d59c6d705861ba3), [`2c4ba8a`](https://github.com/clerk/javascript/commit/2c4ba8aab502c09cf452e9a3d3dc9825a5af4614), [`0801b02`](https://github.com/clerk/javascript/commit/0801b0297b75deac310be67fa08d855b8deccb94), [`db162dc`](https://github.com/clerk/javascript/commit/db162dcefa06b9e60d4da08fe16330468e57cd40), [`2b18d7a`](https://github.com/clerk/javascript/commit/2b18d7a0fd916b1f052edf5951363603390d6dc3)]:
8+
- @clerk/clerk-js@5.65.1
9+
- @clerk/clerk-react@5.31.2
10+
311
## 2.4.3
412

513
### Patch Changes

packages/chrome-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 5.65.1
4+
5+
### Patch Changes
6+
7+
- Improvements of flows for switching between plans ([#5883](https://github.com/clerk/javascript/pull/5883)) by [@octoper](https://github.com/octoper)
8+
9+
- Bug fix: Revalidate payment methods after checking out with test card. ([#5913](https://github.com/clerk/javascript/pull/5913)) by [@panteliselef](https://github.com/panteliselef)
10+
11+
- Ensure Checkout drawer animation and content respects RTL usage. ([#5906](https://github.com/clerk/javascript/pull/5906)) by [@alexcarpenter](https://github.com/alexcarpenter)
12+
13+
- Fixes issue in Safari where navigating between profile tabs caused the navbar icons to shift unexpectedly. ([#5887](https://github.com/clerk/javascript/pull/5887)) by [@alexcarpenter](https://github.com/alexcarpenter)
14+
15+
- Fixes `newSubscriptionRedirectUrl` usage on `#Table`. ([#5909](https://github.com/clerk/javascript/pull/5909)) by [@alexcarpenter](https://github.com/alexcarpenter)
16+
17+
- Updated dependencies [[`36c6f8f`](https://github.com/clerk/javascript/commit/36c6f8fe389389d2af33106fb7ca2ffeb5513407), [`68a7b40`](https://github.com/clerk/javascript/commit/68a7b40e5ffd040bcdad11b7f8a8a3c6ad7569ea), [`f288881`](https://github.com/clerk/javascript/commit/f28888134e46c1b70a776fd8c6aa24293308b7cb)]:
18+
- @clerk/localizations@3.15.3
19+
320
## 5.65.0
421

522
### Minor Changes

packages/clerk-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "5.65.0",
3+
"version": "5.65.1",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.11.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bde228d`](https://github.com/clerk/javascript/commit/bde228d158848c7ea07177bf3d59c6d705861ba3), [`2c4ba8a`](https://github.com/clerk/javascript/commit/2c4ba8aab502c09cf452e9a3d3dc9825a5af4614), [`0801b02`](https://github.com/clerk/javascript/commit/0801b0297b75deac310be67fa08d855b8deccb94), [`db162dc`](https://github.com/clerk/javascript/commit/db162dcefa06b9e60d4da08fe16330468e57cd40), [`2b18d7a`](https://github.com/clerk/javascript/commit/2b18d7a0fd916b1f052edf5951363603390d6dc3)]:
8+
- @clerk/clerk-js@5.65.1
9+
- @clerk/clerk-react@5.31.2
10+
311
## 2.11.3
412

513
### Patch Changes

packages/expo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "2.11.3",
3+
"version": "2.11.4",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",

packages/localizations/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 3.15.3
4+
5+
### Patch Changes
6+
7+
- Add "Clerk Billing" related translations to de-DE ([#5892](https://github.com/clerk/javascript/pull/5892)) by [@LekoArts](https://github.com/LekoArts)
8+
9+
- Add signIn related translation to ja-JP ([#5915](https://github.com/clerk/javascript/pull/5915)) by [@shogo-nakano-desu](https://github.com/shogo-nakano-desu)
10+
11+
- Export mnMn localization files ([#5907](https://github.com/clerk/javascript/pull/5907)) by [@tmilewski](https://github.com/tmilewski)
12+
313
## 3.15.2
414

515
### Patch Changes

packages/localizations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/localizations",
3-
"version": "3.15.2",
3+
"version": "3.15.3",
44
"description": "Localizations for the Clerk components",
55
"keywords": [
66
"react",

packages/nuxt/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clerk/nuxt
22

3+
## 1.6.4
4+
5+
### Patch Changes
6+
7+
- Add `isSatellite` prop type in Vue and Nuxt SDKs ([#5911](https://github.com/clerk/javascript/pull/5911)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Updated dependencies [[`80bdc58`](https://github.com/clerk/javascript/commit/80bdc5844620414f50d53eb3096211364307dd4c)]:
10+
- @clerk/vue@1.8.1
11+
312
## 1.6.3
413

514
### Patch Changes

packages/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nuxt",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Clerk SDK for Nuxt",
55
"keywords": [
66
"clerk",

packages/tanstack-react-start/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clerk/tanstack-react-start
22

3+
## 0.15.3
4+
5+
### Patch Changes
6+
7+
- Make `clerkClient()` options parameter optional ([#5910](https://github.com/clerk/javascript/pull/5910)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Updated dependencies []:
10+
- @clerk/clerk-react@5.31.2
11+
312
## 0.15.2
413

514
### Patch Changes

packages/tanstack-react-start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/tanstack-react-start",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"description": "Clerk SDK for TanStack React Start",
55
"keywords": [
66
"clerk",

packages/testing/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clerk/testing
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- Adding `waitForSubscribeButton` and `confirmAndContinue` methods to checkout page object. ([#5913](https://github.com/clerk/javascript/pull/5913)) by [@panteliselef](https://github.com/panteliselef)
8+
39
## 1.6.7
410

511
### Patch Changes

packages/testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/testing",
3-
"version": "1.6.7",
3+
"version": "1.7.0",
44
"description": "Utilities to help you create E2E test suites for apps using Clerk",
55
"keywords": [
66
"auth",

packages/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clerk/vue
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- Add `isSatellite` prop type in Vue and Nuxt SDKs ([#5911](https://github.com/clerk/javascript/pull/5911)) by [@wobsoriano](https://github.com/wobsoriano)
8+
39
## 1.8.0
410

511
### Minor Changes

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/vue",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Clerk SDK for Vue",
55
"keywords": [
66
"clerk",

0 commit comments

Comments
 (0)