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 Oct 18, 2023
1 parent 6576ac4 commit b455fd5
Show file tree
Hide file tree
Showing 32 changed files with 145 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-bottles-give.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/olive-foxes-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-frogs-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-pens-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-moons-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-spiders-hammer.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.31.2

### Patch Changes

- Updated dependencies [[`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/types@3.56.1

## 0.31.1

### 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.31.1",
"version": "0.31.2",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@clerk/shared": "0.24.5",
"@clerk/types": "3.56.0",
"@clerk/types": "3.56.1",
"@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.4.9

### Patch Changes

- Updated dependencies [[`112b90bea`](https://github.com/clerkinc/javascript/commit/112b90bea703a4338970d29532b9119dcaf591a7), [`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11), [`21f61ce1d`](https://github.com/clerkinc/javascript/commit/21f61ce1da8cad98ed12a98379a6d6c99c39b5ba)]:
- @clerk/clerk-js@4.62.1
- @clerk/clerk-react@4.26.6

## 0.4.8

### 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.4.8",
"version": "0.4.9",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "4.62.0",
"@clerk/clerk-react": "4.26.5"
"@clerk/clerk-js": "4.62.1",
"@clerk/clerk-react": "4.26.6"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
14 changes: 14 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 4.62.1

### Patch Changes

- Internal fix for deprecation warning when using limi & offset. ([#1904](https://github.com/clerkinc/javascript/pull/1904)) by [@panteliselef](https://github.com/panteliselef)

- Deprecate experimental captcha from Clerk singleton. ([#1905](https://github.com/clerkinc/javascript/pull/1905)) by [@panteliselef](https://github.com/panteliselef)

- Append query params for sign-in and sign-up initial values after the hash in order to be readable via hash routing. ([#1855](https://github.com/clerkinc/javascript/pull/1855)) by [@desiprisg](https://github.com/desiprisg)

- Updated dependencies [[`ccfb0e8ed`](https://github.com/clerkinc/javascript/commit/ccfb0e8ed43c7857bfd5cb4dcb732fe6cf2d40d5), [`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/localizations@1.26.6
- @clerk/types@3.56.1

## 4.62.0

### Minor 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.62.0",
"version": "4.62.1",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -42,9 +42,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "1.26.5",
"@clerk/localizations": "1.26.6",
"@clerk/shared": "0.24.5",
"@clerk/types": "3.56.0",
"@clerk/types": "3.56.1",
"@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.19.11

### Patch Changes

- Updated dependencies [[`112b90bea`](https://github.com/clerkinc/javascript/commit/112b90bea703a4338970d29532b9119dcaf591a7), [`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11), [`21f61ce1d`](https://github.com/clerkinc/javascript/commit/21f61ce1da8cad98ed12a98379a6d6c99c39b5ba)]:
- @clerk/clerk-js@4.62.1
- @clerk/clerk-react@4.26.6

## 0.19.10

### 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.19.10",
"version": "0.19.11",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "4.62.0",
"@clerk/clerk-react": "4.26.5",
"@clerk/clerk-js": "4.62.1",
"@clerk/clerk-react": "4.26.6",
"@clerk/shared": "0.24.5",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.56.0",
"@clerk/types": "^3.56.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.6.16

### Patch Changes

- Updated dependencies [[`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/types@3.56.1
- @clerk/backend@0.31.2

## 0.6.15

### 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.15",
"version": "0.6.16",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand Down Expand Up @@ -29,9 +29,9 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "0.31.1",
"@clerk/backend": "0.31.2",
"@clerk/shared": "0.24.5",
"@clerk/types": "3.56.0",
"@clerk/types": "3.56.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.4.17

### Patch Changes

- Updated dependencies [[`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/types@3.56.1
- @clerk/backend@0.31.2
- @clerk/clerk-react@4.26.6
- @clerk/clerk-sdk-node@4.12.15

## 4.4.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.4.16",
"version": "4.4.17",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -35,10 +35,10 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "0.31.1",
"@clerk/clerk-react": "4.26.5",
"@clerk/clerk-sdk-node": "4.12.14",
"@clerk/types": "3.56.0",
"@clerk/backend": "0.31.2",
"@clerk/clerk-react": "4.26.6",
"@clerk/clerk-sdk-node": "4.12.15",
"@clerk/types": "3.56.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.26.6

### Patch Changes

- Introduce zh-TW localization ([#1884](https://github.com/clerkinc/javascript/pull/1884)) by [@15077693d](https://github.com/15077693d)

- Updated dependencies [[`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/types@3.56.1

## 1.26.5

### 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.26.5",
"version": "1.26.6",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "3.56.0"
"@clerk/types": "3.56.1"
},
"devDependencies": {
"tsup": "*",
Expand Down
12 changes: 12 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.25.6

### Patch Changes

- Update the error thrown by auth() or getAuth() to indicate that if the /src directory exists, then the middleware.ts file needs to be placed inside it, otherwise the middleware will not run. ([#1908](https://github.com/clerkinc/javascript/pull/1908)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/types@3.56.1
- @clerk/backend@0.31.2
- @clerk/clerk-react@4.26.6
- @clerk/clerk-sdk-node@4.12.15

## 4.25.5

### 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.25.5",
"version": "4.25.6",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -77,11 +77,11 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.31.1",
"@clerk/clerk-react": "4.26.5",
"@clerk/clerk-sdk-node": "4.12.14",
"@clerk/backend": "0.31.2",
"@clerk/clerk-react": "4.26.6",
"@clerk/clerk-sdk-node": "4.12.15",
"@clerk/shared": "0.24.5",
"@clerk/types": "3.56.0",
"@clerk/types": "3.56.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.26.6

### Patch Changes

- Updated dependencies [[`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/types@3.56.1

## 4.26.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.26.5",
"version": "4.26.6",
"license": "MIT",
"description": "Clerk React library",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@clerk/shared": "0.24.5",
"@clerk/types": "3.56.0",
"@clerk/types": "3.56.1",
"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.0.8

### Patch Changes

- Updated dependencies [[`9ca215702`](https://github.com/clerkinc/javascript/commit/9ca215702d1b816217d2c06c812f7d653ec2da11)]:
- @clerk/types@3.56.1
- @clerk/backend@0.31.2
- @clerk/clerk-react@4.26.6

## 3.0.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.0.7",
"version": "3.0.8",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -60,10 +60,10 @@
"lint:attw": "attw --pack ."
},
"dependencies": {
"@clerk/backend": "0.31.1",
"@clerk/clerk-react": "4.26.5",
"@clerk/backend": "0.31.2",
"@clerk/clerk-react": "4.26.6",
"@clerk/shared": "0.24.5",
"@clerk/types": "3.56.0",
"@clerk/types": "3.56.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
Loading

0 comments on commit b455fd5

Please sign in to comment.