Skip to content

Commit

Permalink
chore(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2023
1 parent b1ffebf commit 94ecd03
Show file tree
Hide file tree
Showing 30 changed files with 141 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-coins-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-bats-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-eggs-grab.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sour-poems-wonder.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.23.6

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1

## 0.23.5

### 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.23.5",
"version": "0.23.6",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/types": "^3.46.0",
"@clerk/types": "^3.46.1",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"deepmerge": "4.2.2",
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.3.17

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@4.50.2
- @clerk/clerk-react@4.20.6

## 0.3.16

### 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.3.16",
"version": "0.3.17",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.50.1",
"@clerk/clerk-react": "^4.20.5"
"@clerk/clerk-js": "^4.50.2",
"@clerk/clerk-react": "^4.20.6"
},
"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.50.2

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c), [`1ce885065`](https://github.com/clerkinc/javascript/commit/1ce885065e7ca548a3306d5f03edeaf7ec709850), [`9ce3cbe41`](https://github.com/clerkinc/javascript/commit/9ce3cbe41f7ce7cb9cd102b45a3626da77062b7d)]:
- @clerk/types@3.46.1
- @clerk/localizations@1.22.0

## 4.50.1

### 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.50.1",
"version": "4.50.2",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -41,9 +41,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.21.1",
"@clerk/localizations": "^1.22.0",
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.46.0",
"@clerk/types": "^3.46.1",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@floating-ui/react": "0.19.0",
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.18.8

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@4.50.2
- @clerk/clerk-react@4.20.6

## 0.18.7

### 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.18.7",
"version": "0.18.8",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.50.1",
"@clerk/clerk-react": "^4.20.5",
"@clerk/clerk-js": "^4.50.2",
"@clerk/clerk-react": "^4.20.6",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
},
"devDependencies": {
"@clerk/types": "^3.46.0",
"@clerk/types": "^3.46.1",
"@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.5.5

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1
- @clerk/backend@0.23.6

## 0.5.4

### 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.5.4",
"version": "0.5.5",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.23.5",
"@clerk/types": "^3.46.0",
"@clerk/backend": "^0.23.6",
"@clerk/types": "^3.46.1",
"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.3.17

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1
- @clerk/backend@0.23.6
- @clerk/clerk-react@4.20.6
- @clerk/clerk-sdk-node@4.10.13

## 4.3.16

### 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.3.16",
"version": "4.3.17",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.23.5",
"@clerk/clerk-react": "^4.20.5",
"@clerk/clerk-sdk-node": "^4.10.12",
"@clerk/types": "^3.46.0",
"@clerk/backend": "^0.23.6",
"@clerk/clerk-react": "^4.20.6",
"@clerk/clerk-sdk-node": "^4.10.13",
"@clerk/types": "^3.46.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 1.22.0

### Minor Changes

- Add vi-VN translations ([#1409](https://github.com/clerkinc/javascript/pull/1409)) by [@kungfu321](https://github.com/kungfu321)

### Patch Changes

- Add missing translations in de-DE.ts ([#1414](https://github.com/clerkinc/javascript/pull/1414)) by [@Yardie83](https://github.com/Yardie83)

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1

## 1.21.1

### 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.21.1",
"version": "1.22.0",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/types": "^3.46.0"
"@clerk/types": "^3.46.1"
},
"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.21.11

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1
- @clerk/backend@0.23.6
- @clerk/clerk-react@4.20.6
- @clerk/clerk-sdk-node@4.10.13

## 4.21.10

### 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.21.10",
"version": "4.21.11",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -73,10 +73,10 @@
"dev": "tsup --watch"
},
"dependencies": {
"@clerk/backend": "^0.23.5",
"@clerk/clerk-react": "^4.20.5",
"@clerk/clerk-sdk-node": "^4.10.12",
"@clerk/types": "^3.46.0",
"@clerk/backend": "^0.23.6",
"@clerk/clerk-react": "^4.20.6",
"@clerk/clerk-sdk-node": "^4.10.13",
"@clerk/types": "^3.46.1",
"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.20.6

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1

## 4.20.5

### 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.20.5",
"version": "4.20.6",
"license": "MIT",
"description": "Clerk React library",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.46.0",
"@clerk/types": "^3.46.1",
"swr": "1.3.0",
"tslib": "2.4.1"
},
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

## 2.6.14

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1
- @clerk/backend@0.23.6
- @clerk/clerk-react@4.20.6

## 2.6.13

### 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": "2.6.13",
"version": "2.6.14",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -30,10 +30,10 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.23.5",
"@clerk/clerk-react": "^4.20.5",
"@clerk/backend": "^0.23.6",
"@clerk/clerk-react": "^4.20.6",
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.46.0",
"@clerk/types": "^3.46.1",
"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.10.13

### Patch Changes

- Updated dependencies [[`30f8ad18a`](https://github.com/clerkinc/javascript/commit/30f8ad18a4f85ca2e3fda46e5c180b28bc8fb47c)]:
- @clerk/types@3.46.1
- @clerk/backend@0.23.6

## 4.10.12

### Patch Changes
Expand Down
Loading

0 comments on commit 94ecd03

Please sign in to comment.