Skip to content

Commit

Permalink
Version Packages - V4 (#3468)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clerk-cookie and github-actions[bot] authored May 30, 2024
1 parent 76a1087 commit ed1f233
Show file tree
Hide file tree
Showing 28 changed files with 143 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-timers-sit.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.38.11

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/types@3.65.2

## 0.38.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.38.10",
"version": "0.38.11",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@clerk/shared": "1.4.1",
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"cookie": "0.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.7.3

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@4.73.3
- @clerk/clerk-react@4.32.2

## 0.7.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "0.7.2",
"version": "0.7.3",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -45,8 +45,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "4.73.2",
"@clerk/clerk-react": "4.32.1"
"@clerk/clerk-js": "4.73.3",
"@clerk/clerk-react": "4.32.2"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.73.3

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/types@3.65.2
- @clerk/localizations@1.28.7

## 4.73.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.73.2",
"version": "4.73.3",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "1.28.6",
"@clerk/localizations": "1.28.7",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.20.25

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@4.73.3
- @clerk/clerk-react@4.32.2

## 0.20.24

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.20.24",
"version": "0.20.25",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,14 +39,14 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "4.73.2",
"@clerk/clerk-react": "4.32.1",
"@clerk/clerk-js": "4.73.3",
"@clerk/clerk-react": "4.32.2",
"@clerk/shared": "1.4.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.65.1",
"@clerk/types": "^3.65.2",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.44

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/types@3.65.2
- @clerk/backend@0.38.11

## 0.6.43

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "0.6.43",
"version": "0.6.44",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/backend": "0.38.10",
"@clerk/backend": "0.38.11",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.4.46

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/types@3.65.2
- @clerk/backend@0.38.11
- @clerk/clerk-react@4.32.2
- @clerk/clerk-sdk-node@4.13.19

## 4.4.45

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
"version": "4.4.45",
"version": "4.4.46",
"description": "Clerk SDK for Gatsby",
"keywords": [
"clerk",
Expand Down Expand Up @@ -44,10 +44,10 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.38.10",
"@clerk/clerk-react": "4.32.1",
"@clerk/clerk-sdk-node": "4.13.18",
"@clerk/types": "3.65.1",
"@clerk/backend": "0.38.11",
"@clerk/clerk-react": "4.32.2",
"@clerk/clerk-sdk-node": "4.13.19",
"@clerk/types": "3.65.2",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.28.7

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/types@3.65.2

## 1.28.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.28.6",
"version": "1.28.7",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "3.65.1"
"@clerk/types": "3.65.2"
},
"devDependencies": {
"tsup": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.31.2

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]

## 4.31.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.31.1",
"version": "4.31.2",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -87,11 +87,11 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.38.10",
"@clerk/clerk-react": "4.32.1",
"@clerk/clerk-sdk-node": "4.13.18",
"@clerk/backend": "0.38.11",
"@clerk/clerk-react": "4.32.2",
"@clerk/clerk-sdk-node": "4.13.19",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.32.2

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/[email protected]

## 4.32.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "4.32.1",
"version": "4.32.2",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@clerk/shared": "1.4.1",
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"tslib": "2.4.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.2.8

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/types@3.65.2
- @clerk/backend@0.38.11
- @clerk/clerk-react@4.32.2

## 3.2.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "3.2.7",
"version": "3.2.8",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down Expand Up @@ -69,10 +69,10 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.38.10",
"@clerk/clerk-react": "4.32.1",
"@clerk/backend": "0.38.11",
"@clerk/clerk-react": "4.32.2",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.13.19

### Patch Changes

- Updated dependencies [[`76a1087c3`](https://github.com/clerk/javascript/commit/76a1087c372d16dd2ab3b6f0b6f4961c00448a52)]:
- @clerk/types@3.65.2
- @clerk/backend@0.38.11

## 4.13.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-sdk-node",
"version": "4.13.18",
"version": "4.13.19",
"description": "Clerk server SDK for usage with node",
"keywords": [
"clerk",
Expand Down Expand Up @@ -65,9 +65,9 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.38.10",
"@clerk/backend": "0.38.11",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
"@types/node-fetch": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"swr": "2.2.0"
},
"devDependencies": {
"@clerk/types": "3.65.1",
"@clerk/types": "3.65.2",
"@types/glob-to-regexp": "0.4.1",
"@types/js-cookie": "3.0.2",
"tsup": "*",
Expand Down
Loading

0 comments on commit ed1f233

Please sign in to comment.