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
5 changes: 0 additions & 5 deletions .changeset/fifty-ravens-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-dancers-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-dolphins-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-llamas-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-moose-taste.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-suns-rule.md

This file was deleted.

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

## 0.3.16

### Patch Changes

- Updated dependencies [[`9b79d9b64`](https://github.com/clerkinc/javascript/commit/9b79d9b6465175f966dcecdd750f8904ad44c69e)]:
- @clerk/clerk-js@4.50.1

## 0.3.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.15",
"version": "0.3.16",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.50.0",
"@clerk/clerk-js": "^4.50.1",
"@clerk/clerk-react": "^4.20.5"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.50.1

### Patch Changes

- Set the `__session` cookie with `samesite:none` for secure iframes only ([#1403](https://github.com/clerkinc/javascript/pull/1403)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`137322862`](https://github.com/clerkinc/javascript/commit/137322862f346f0515ff78090b1c19cadc487d3e), [`741012544`](https://github.com/clerkinc/javascript/commit/741012544a12d34c4e4204626a00f7b1d6a88a05), [`0b55cdf27`](https://github.com/clerkinc/javascript/commit/0b55cdf2766ea2a0eb2dfe7c42c589816d77e077)]:
- @clerk/localizations@1.21.1

## 4.50.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "4.50.1",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.21.0",
"@clerk/localizations": "^1.21.1",
"@clerk/shared": "^0.19.1",
"@clerk/types": "^3.46.0",
"@emotion/cache": "11.10.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.18.7

### Patch Changes

- Updated dependencies [[`9b79d9b64`](https://github.com/clerkinc/javascript/commit/9b79d9b6465175f966dcecdd750f8904ad44c69e)]:
- @clerk/clerk-js@4.50.1

## 0.18.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "0.18.7",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.50.0",
"@clerk/clerk-js": "^4.50.1",
"@clerk/clerk-react": "^4.20.5",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.21.1

### Patch Changes

- Add missing `fr-FR` translations for reset password page ([#1398](https://github.com/clerkinc/javascript/pull/1398)) by [@kohort-aymeric](https://github.com/kohort-aymeric)

- Make resend link/code message clearer. ([#1390](https://github.com/clerkinc/javascript/pull/1390)) by [@desiprisg](https://github.com/desiprisg)

- Add missing pt-BR translations ([#1388](https://github.com/clerkinc/javascript/pull/1388)) by [@Gustavo-Pauli](https://github.com/Gustavo-Pauli)

## 1.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.21.0",
"version": "1.21.1",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.21.9

### Patch Changes

- Add isApiRoute to AfterAuthHandler['auth'] type ([#1397](https://github.com/clerkinc/javascript/pull/1397)) by [@dimkl](https://github.com/dimkl)

## 4.21.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.21.8",
"version": "4.21.9",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down