Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/cyan-garlics-act.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/perfect-zebras-cover.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rich-singers-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-mirrors-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-apricots-buy.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sixty-yaks-stare.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.2

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/types@3.43.0

## 0.23.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.23.1",
"version": "0.23.2",
"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.42.0",
"@clerk/types": "^3.43.0",
"@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.12

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/clerk-js@4.48.0
- @clerk/clerk-react@4.20.2

## 0.3.11

### 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.11",
"version": "0.3.12",
"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.47.2",
"@clerk/clerk-react": "^4.20.1"
"@clerk/clerk-js": "^4.48.0",
"@clerk/clerk-react": "^4.20.2"
},
"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.48.0

### Minor Changes

- Adds the ability for users to delete their own accounts, as long as they have permission to do so ([#1307](https://github.com/clerkinc/javascript/pull/1307)) by [@jescalan](https://github.com/jescalan)

### Patch Changes

- Password, first name & last name fields will be disabled if there are active SAML accounts. ([#1326](https://github.com/clerkinc/javascript/pull/1326)) by [@yourtallness](https://github.com/yourtallness)

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6), [`eed73021`](https://github.com/clerkinc/javascript/commit/eed73021b0e3d8fd25f7e58828460d9013e0e689), [`a23a3cc8`](https://github.com/clerkinc/javascript/commit/a23a3cc8dc9ecc3d01188dbd763dc68a74ea06f9)]:
- @clerk/types@3.43.0
- @clerk/localizations@1.19.0

## 4.47.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.47.2",
"version": "4.48.0",
"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.18.1",
"@clerk/localizations": "^1.19.0",
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.42.0",
"@clerk/types": "^3.43.0",
"@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.3

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/clerk-js@4.48.0
- @clerk/clerk-react@4.20.2

## 0.18.2

### 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.2",
"version": "0.18.3",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.47.2",
"@clerk/clerk-react": "^4.20.1",
"@clerk/clerk-js": "^4.48.0",
"@clerk/clerk-react": "^4.20.2",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
},
"devDependencies": {
"@clerk/types": "^3.42.0",
"@clerk/types": "^3.43.0",
"@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.1

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/types@3.43.0
- @clerk/backend@0.23.2

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.23.1",
"@clerk/types": "^3.42.0",
"@clerk/backend": "^0.23.2",
"@clerk/types": "^3.43.0",
"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.12

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/types@3.43.0
- @clerk/backend@0.23.2
- @clerk/clerk-react@4.20.2
- @clerk/clerk-sdk-node@4.10.8

## 4.3.11

### 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.11",
"version": "4.3.12",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.23.1",
"@clerk/clerk-react": "^4.20.1",
"@clerk/clerk-sdk-node": "^4.10.7",
"@clerk/types": "^3.42.0",
"@clerk/backend": "^0.23.2",
"@clerk/clerk-react": "^4.20.2",
"@clerk/clerk-sdk-node": "^4.10.8",
"@clerk/types": "^3.43.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.19.0

### Minor Changes

- Adds the ability for users to delete their own accounts, as long as they have permission to do so ([#1307](https://github.com/clerkinc/javascript/pull/1307)) by [@jescalan](https://github.com/jescalan)

- Introduce `nb-NO` localization ([#1376](https://github.com/clerkinc/javascript/pull/1376)) by [@Richard87](https://github.com/Richard87)

### Patch Changes

- Fix "Sign in" text for the Korean localization ([#1371](https://github.com/clerkinc/javascript/pull/1371)) by [@perkinsjr](https://github.com/perkinsjr)

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/types@3.43.0

## 1.18.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.18.1",
"version": "1.19.0",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/types": "^3.42.0"
"@clerk/types": "^3.43.0"
},
"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.4

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/types@3.43.0
- @clerk/backend@0.23.2
- @clerk/clerk-react@4.20.2
- @clerk/clerk-sdk-node@4.10.8

## 4.21.3

### 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.3",
"version": "4.21.4",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -73,10 +73,10 @@
"dev": "tsup --watch"
},
"dependencies": {
"@clerk/backend": "^0.23.1",
"@clerk/clerk-react": "^4.20.1",
"@clerk/clerk-sdk-node": "^4.10.7",
"@clerk/types": "^3.42.0",
"@clerk/backend": "^0.23.2",
"@clerk/clerk-react": "^4.20.2",
"@clerk/clerk-sdk-node": "^4.10.8",
"@clerk/types": "^3.43.0",
"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.2

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/types@3.43.0

## 4.20.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.20.1",
"version": "4.20.2",
"license": "MIT",
"description": "Clerk React library",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.42.0",
"@clerk/types": "^3.43.0",
"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.10

### Patch Changes

- Updated dependencies [[`9651658c`](https://github.com/clerkinc/javascript/commit/9651658c2ab00108ffcb9679cd119488c41ec521), [`4e1bb2bd`](https://github.com/clerkinc/javascript/commit/4e1bb2bd1f3cc933b1e8422849119e0aa16fdaa6)]:
- @clerk/types@3.43.0
- @clerk/backend@0.23.2
- @clerk/clerk-react@4.20.2

## 2.6.9

### 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.9",
"version": "2.6.10",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -30,10 +30,10 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.23.1",
"@clerk/clerk-react": "^4.20.1",
"@clerk/backend": "^0.23.2",
"@clerk/clerk-react": "^4.20.2",
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.42.0",
"@clerk/types": "^3.43.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
Loading