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
2 changes: 0 additions & 2 deletions .changeset/cool-ants-confess.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eighty-swans-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-crews-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-brooms-live.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/four-chairs-lay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fresh-papayas-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-baboons-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-carrots-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-lions-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-fishes-change.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/spicy-toys-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-rings-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-tigers-tell.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/two-ads-type.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/unlucky-emus-greet.md

This file was deleted.

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

## 0.30.0

### Minor Changes

- Replace utilities with `@clerk/shared` exports ([#1769](https://github.com/clerkinc/javascript/pull/1769)) by [@dimkl](https://github.com/dimkl)

- Introduce a new getOrganizationInvitationList() method, along with support for filtering by status and the regular limit & offset parameters, which it can be used in order to list the invitations of a specific organization. We also marked the old getPendingOrganizationInvitationList() method as deprecated ([#1796](https://github.com/clerkinc/javascript/pull/1796)) by [@chanioxaris](https://github.com/chanioxaris)

### Patch Changes

- Apply deprecation warnings for `@clerk/backend`: ([#1777](https://github.com/clerkinc/javascript/pull/1777)) by [@dimkl](https://github.com/dimkl)

- backend api return format
- `clockSkewInSeconds`
- `pkgVersion`
- `picture`/`logoUrl`/`profileImageUrl`
- `InterstitialAPI`
- `httpOptions`
- `apiKey`
- `frontendApi`
- `__unstable_options`

- Updated dependencies [[`7ffa6fac3`](https://github.com/clerkinc/javascript/commit/7ffa6fac3762f6fb130ba2f2fcaa28e52b36b3b4), [`5c8754239`](https://github.com/clerkinc/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81), [`2f6a6ac99`](https://github.com/clerkinc/javascript/commit/2f6a6ac9991469bf8532019bb22ff50adecdb434), [`753f7bbda`](https://github.com/clerkinc/javascript/commit/753f7bbda9bbb7444f96222a3b6cae815a09058f), [`55c8ebd39`](https://github.com/clerkinc/javascript/commit/55c8ebd390dd88036aee06866009be6a50c63138)]:
- @clerk/shared@0.24.0
- @clerk/types@3.53.0

## 0.29.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.29.3",
"version": "0.30.0",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/shared": "^0.23.1",
"@clerk/types": "^3.52.1",
"@clerk/shared": "^0.24.0",
"@clerk/types": "^3.53.0",
"@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.3

### Patch Changes

- Updated dependencies [[`f3f643163`](https://github.com/clerkinc/javascript/commit/f3f643163a6163d89d3e3407358739d49db8b7f7), [`cc8851765`](https://github.com/clerkinc/javascript/commit/cc88517650100b0305e4d7a44db62daec3482a33), [`ea4aa67a3`](https://github.com/clerkinc/javascript/commit/ea4aa67a31675f1ca504cde63eec37a0e351140b), [`5c8754239`](https://github.com/clerkinc/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81), [`b69fad0ce`](https://github.com/clerkinc/javascript/commit/b69fad0ceddc462f9071ee89db40485a0abd8528), [`14895e2dd`](https://github.com/clerkinc/javascript/commit/14895e2dde0fa15b594b1b7d89829d6013f5afc6)]:
- @clerk/clerk-js@4.59.0
- @clerk/clerk-react@4.26.0

## 0.4.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.4.2",
"version": "0.4.3",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.58.2",
"@clerk/clerk-react": "^4.25.2"
"@clerk/clerk-js": "^4.59.0",
"@clerk/clerk-react": "^4.26.0"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
27 changes: 27 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## 4.59.0

### Minor Changes

- `<SignIn/>`, `<SignUp/>`, `<RedirectToSignin/>`, `<RedirectToSignUp/>`, `clerk.redirectToSignIn()` and `clerk.redirectToSignUp()` now accept the `initialValues` option, which will prefill the appropriate form fields with the values provided. ([#1701](https://github.com/clerkinc/javascript/pull/1701)) by [@desiprisg](https://github.com/desiprisg)

### Patch Changes

- Use our deprecate utility to log warnings about deprecated usage of Organization.getMemberships ([#1779](https://github.com/clerkinc/javascript/pull/1779)) by [@dimkl](https://github.com/dimkl)

- Fix: localized key for invalid email addreses in InviteMembers form. ([#1781](https://github.com/clerkinc/javascript/pull/1781)) by [@panteliselef](https://github.com/panteliselef)

- Apply deprecation warnings clerk-js package for: ([#1779](https://github.com/clerkinc/javascript/pull/1779)) by [@dimkl](https://github.com/dimkl)

- Organization.create() using string parameter
- Organization.retrieve() `limit` & `offset`
- Clerk.getOrganizationMemberships()
- `svgUrl`
- `avatarUrl`/`logoUrl`/`faviconUrl`/`profileImageUrl`

- Updated the OAuth buttons in the SignIn and SignUp components to prevent layout shifts while loading. ([#1728](https://github.com/clerkinc/javascript/pull/1728)) by [@octoper](https://github.com/octoper)

- Updated dependencies [[`7ffa6fac3`](https://github.com/clerkinc/javascript/commit/7ffa6fac3762f6fb130ba2f2fcaa28e52b36b3b4), [`cc8851765`](https://github.com/clerkinc/javascript/commit/cc88517650100b0305e4d7a44db62daec3482a33), [`5c8754239`](https://github.com/clerkinc/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81), [`2f6a6ac99`](https://github.com/clerkinc/javascript/commit/2f6a6ac9991469bf8532019bb22ff50adecdb434), [`753f7bbda`](https://github.com/clerkinc/javascript/commit/753f7bbda9bbb7444f96222a3b6cae815a09058f), [`55c8ebd39`](https://github.com/clerkinc/javascript/commit/55c8ebd390dd88036aee06866009be6a50c63138)]:
- @clerk/shared@0.24.0
- @clerk/localizations@1.26.2
- @clerk/types@3.53.0

## 4.58.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.58.2",
"version": "4.59.0",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.26.1",
"@clerk/shared": "^0.23.1",
"@clerk/types": "^3.52.1",
"@clerk/localizations": "^1.26.2",
"@clerk/shared": "^0.24.0",
"@clerk/types": "^3.53.0",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@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.5

### Patch Changes

- Updated dependencies [[`f3f643163`](https://github.com/clerkinc/javascript/commit/f3f643163a6163d89d3e3407358739d49db8b7f7), [`cc8851765`](https://github.com/clerkinc/javascript/commit/cc88517650100b0305e4d7a44db62daec3482a33), [`ea4aa67a3`](https://github.com/clerkinc/javascript/commit/ea4aa67a31675f1ca504cde63eec37a0e351140b), [`5c8754239`](https://github.com/clerkinc/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81), [`b69fad0ce`](https://github.com/clerkinc/javascript/commit/b69fad0ceddc462f9071ee89db40485a0abd8528), [`14895e2dd`](https://github.com/clerkinc/javascript/commit/14895e2dde0fa15b594b1b7d89829d6013f5afc6)]:
- @clerk/clerk-js@4.59.0
- @clerk/clerk-react@4.26.0

## 0.19.4

### 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.4",
"version": "0.19.5",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "^4.58.2",
"@clerk/clerk-react": "^4.25.2",
"@clerk/clerk-js": "^4.59.0",
"@clerk/clerk-react": "^4.26.0",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.52.1",
"@clerk/types": "^3.53.0",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.6.10

### Patch Changes

- Updated dependencies [[`7ffa6fac3`](https://github.com/clerkinc/javascript/commit/7ffa6fac3762f6fb130ba2f2fcaa28e52b36b3b4), [`5c8754239`](https://github.com/clerkinc/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81), [`2f6a6ac99`](https://github.com/clerkinc/javascript/commit/2f6a6ac9991469bf8532019bb22ff50adecdb434), [`2f6a6ac99`](https://github.com/clerkinc/javascript/commit/2f6a6ac9991469bf8532019bb22ff50adecdb434), [`94c36c755`](https://github.com/clerkinc/javascript/commit/94c36c755b598eb68d22f42eb7f738050f390678), [`753f7bbda`](https://github.com/clerkinc/javascript/commit/753f7bbda9bbb7444f96222a3b6cae815a09058f), [`7406afe7f`](https://github.com/clerkinc/javascript/commit/7406afe7f550f702bd91cde9616fd26222833a87), [`55c8ebd39`](https://github.com/clerkinc/javascript/commit/55c8ebd390dd88036aee06866009be6a50c63138)]:
- @clerk/shared@0.24.0
- @clerk/types@3.53.0
- @clerk/backend@0.30.0

## 0.6.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "0.6.10",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.29.3",
"@clerk/shared": "^0.23.1",
"@clerk/types": "^3.52.1",
"@clerk/backend": "^0.30.0",
"@clerk/shared": "^0.24.0",
"@clerk/types": "^3.53.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.4.11

### Patch Changes

- Updated dependencies [[`5c8754239`](https://github.com/clerkinc/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81), [`14895e2dd`](https://github.com/clerkinc/javascript/commit/14895e2dde0fa15b594b1b7d89829d6013f5afc6), [`2f6a6ac99`](https://github.com/clerkinc/javascript/commit/2f6a6ac9991469bf8532019bb22ff50adecdb434), [`94c36c755`](https://github.com/clerkinc/javascript/commit/94c36c755b598eb68d22f42eb7f738050f390678), [`7406afe7f`](https://github.com/clerkinc/javascript/commit/7406afe7f550f702bd91cde9616fd26222833a87)]:
- @clerk/clerk-react@4.26.0
- @clerk/types@3.53.0
- @clerk/backend@0.30.0
- @clerk/clerk-sdk-node@4.12.9

## 4.4.10

### 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.10",
"version": "4.4.11",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "^0.29.3",
"@clerk/clerk-react": "^4.25.2",
"@clerk/clerk-sdk-node": "^4.12.8",
"@clerk/types": "^3.52.1",
"@clerk/backend": "^0.30.0",
"@clerk/clerk-react": "^4.26.0",
"@clerk/clerk-sdk-node": "^4.12.9",
"@clerk/types": "^3.53.0",
"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.2

### Patch Changes

- Fix: localized key for invalid email addreses in InviteMembers form. ([#1781](https://github.com/clerkinc/javascript/pull/1781)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`5c8754239`](https://github.com/clerkinc/javascript/commit/5c8754239e9ef13656fb73f30c9c6a6187b9aa81)]:
- @clerk/types@3.53.0

## 1.26.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.26.1",
"version": "1.26.2",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "^3.52.1"
"@clerk/types": "^3.53.0"
},
"devDependencies": {
"tsup": "*",
Expand Down
Loading