Skip to content

Commit 4ec9e61

Browse files
ci(repo): Version packages
1 parent 36c6f8f commit 4ec9e61

File tree

11 files changed

+37
-19
lines changed

11 files changed

+37
-19
lines changed

.changeset/bright-wombats-invite.md

-5
This file was deleted.

.changeset/good-wasps-find.md

-5
This file was deleted.

.changeset/little-cases-knock.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)]:
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

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
- Updated dependencies [[`36c6f8f`](https://github.com/clerk/javascript/commit/36c6f8fe389389d2af33106fb7ca2ffeb5513407), [`f288881`](https://github.com/clerk/javascript/commit/f28888134e46c1b70a776fd8c6aa24293308b7cb)]:
10+
- @clerk/localizations@3.15.3
11+
312
## 5.65.0
413

514
### 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)]:
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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
- Export mnMn localization files ([#5907](https://github.com/clerk/javascript/pull/5907)) by [@tmilewski](https://github.com/tmilewski)
10+
311
## 3.15.2
412

513
### 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",

0 commit comments

Comments
 (0)