diff --git a/.changeset/dull-gifts-yawn.md b/.changeset/dull-gifts-yawn.md
deleted file mode 100644
index c67d5353162..00000000000
--- a/.changeset/dull-gifts-yawn.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@clerk/clerk-react": patch
-"@clerk/remix": patch
-"@clerk/shared": patch
----
-
-Make `types` the first key in all `exports` maps defined in our packages' `package.json`. The [TypeScript docs](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing) recommends so, as the the `exports` map is order-based.
diff --git a/.changeset/eighty-cobras-matter.md b/.changeset/eighty-cobras-matter.md
deleted file mode 100644
index ffc96feab5c..00000000000
--- a/.changeset/eighty-cobras-matter.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-'@clerk/clerk-js': patch
-'@clerk/backend': patch
-'@clerk/shared': patch
-'@clerk/clerk-react': patch
----
-
-Apply deprecation warnings for @clerk/types:
-
-- `orgs` jwt claims
-- `apiKey`
-- `frontendApi`
-- `redirect_url`
-- `password`
-- `generateSignature`
-- `afterSwitchOrganizationUrl`
-- `profileImageUrl`
diff --git a/.changeset/empty-donuts-walk.md b/.changeset/empty-donuts-walk.md
deleted file mode 100644
index 1b1eebbb321..00000000000
--- a/.changeset/empty-donuts-walk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/shared': patch
----
-
-Revert the removal of the `clerkError` property from `ClerkAPIError` class.
diff --git a/.changeset/moody-coats-serve.md b/.changeset/moody-coats-serve.md
deleted file mode 100644
index f0e08cec7dc..00000000000
--- a/.changeset/moody-coats-serve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/backend': patch
----
-
-Remove deprecation warning that is logging more than intended and not actionable for users of our SDKs.
diff --git a/.changeset/real-zebras-perform.md b/.changeset/real-zebras-perform.md
deleted file mode 100644
index 48208ceb3ee..00000000000
--- a/.changeset/real-zebras-perform.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/clerk-js': patch
----
-
-Fixes an issue where the phone number value was not properly copied onto the input when pasting on the email or username field in the `` component after autoswitching to the phone number field. The issue was introduced with the changes for the Prefill `` and `` feature.
\ No newline at end of file
diff --git a/.changeset/stupid-jeans-flash.md b/.changeset/stupid-jeans-flash.md
deleted file mode 100644
index 45935ec6940..00000000000
--- a/.changeset/stupid-jeans-flash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@clerk/nextjs": patch
----
-
-Add deprecation warning for `@clerk/nextjs/app-beta` export. Use the `@clerk/nextjs` instead.
diff --git a/.changeset/sweet-bottles-watch.md b/.changeset/sweet-bottles-watch.md
deleted file mode 100644
index aa9be0cdc03..00000000000
--- a/.changeset/sweet-bottles-watch.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@clerk/backend': patch
-'@clerk/nextjs': patch
-'@clerk/shared': patch
----
-
-Retry the implemented changes from [#1767](https://github.com/clerkinc/javascript/pull/1767) which were reverted in [#1806](https://github.com/clerkinc/javascript/pull/1806) due to RSC related errors (not all uses components had the `use client` directive). Restore the original PR and add additional `use client` directives to ensure it works correctly.
diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md
index a0e22cc09b3..d864a37cd21 100644
--- a/packages/backend/CHANGELOG.md
+++ b/packages/backend/CHANGELOG.md
@@ -1,5 +1,27 @@
# Change Log
+## 0.30.3
+
+### Patch Changes
+
+- Apply deprecation warnings for @clerk/types: ([#1823](https://github.com/clerkinc/javascript/pull/1823)) by [@dimkl](https://github.com/dimkl)
+
+ - `orgs` jwt claims
+ - `apiKey`
+ - `frontendApi`
+ - `redirect_url`
+ - `password`
+ - `generateSignature`
+ - `afterSwitchOrganizationUrl`
+ - `profileImageUrl`
+
+- Remove deprecation warning that is logging more than intended and not actionable for users of our SDKs. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Retry the implemented changes from [#1767](https://github.com/clerkinc/javascript/pull/1767) which were reverted in [#1806](https://github.com/clerkinc/javascript/pull/1806) due to RSC related errors (not all uses components had the `use client` directive). Restore the original PR and add additional `use client` directives to ensure it works correctly. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/shared@0.24.3
+
## 0.30.2
### Patch Changes
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 46367d8acac..2f34b5534e4 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
- "version": "0.30.2",
+ "version": "0.30.3",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
@@ -44,7 +44,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
- "@clerk/shared": "0.24.2",
+ "@clerk/shared": "0.24.3",
"@clerk/types": "3.54.0",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md
index 0732869339e..b72827f0f64 100644
--- a/packages/chrome-extension/CHANGELOG.md
+++ b/packages/chrome-extension/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.4.6
+
+### Patch Changes
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/clerk-react@4.26.3
+ - @clerk/clerk-js@4.60.1
+
## 0.4.5
### Patch Changes
diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json
index 5c5069a859b..71012debf88 100644
--- a/packages/chrome-extension/package.json
+++ b/packages/chrome-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
- "version": "0.4.5",
+ "version": "0.4.6",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
@@ -32,8 +32,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
- "@clerk/clerk-js": "4.60.0",
- "@clerk/clerk-react": "4.26.2"
+ "@clerk/clerk-js": "4.60.1",
+ "@clerk/clerk-react": "4.26.3"
},
"devDependencies": {
"@types/chrome": "*",
diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md
index 320a7a80ff5..867797b727b 100644
--- a/packages/clerk-js/CHANGELOG.md
+++ b/packages/clerk-js/CHANGELOG.md
@@ -1,5 +1,25 @@
# Change Log
+## 4.60.1
+
+### Patch Changes
+
+- Apply deprecation warnings for @clerk/types: ([#1823](https://github.com/clerkinc/javascript/pull/1823)) by [@dimkl](https://github.com/dimkl)
+
+ - `orgs` jwt claims
+ - `apiKey`
+ - `frontendApi`
+ - `redirect_url`
+ - `password`
+ - `generateSignature`
+ - `afterSwitchOrganizationUrl`
+ - `profileImageUrl`
+
+- Fixes an issue where the phone number value was not properly copied onto the input when pasting on the email or username field in the `` component after autoswitching to the phone number field. The issue was introduced with the changes for the Prefill `` and `` feature. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/shared@0.24.3
+
## 4.60.0
### Minor Changes
diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json
index e43a35ae9d4..9627097c11e 100644
--- a/packages/clerk-js/package.json
+++ b/packages/clerk-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
- "version": "4.60.0",
+ "version": "4.60.1",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
@@ -41,7 +41,7 @@
},
"dependencies": {
"@clerk/localizations": "1.26.3",
- "@clerk/shared": "0.24.2",
+ "@clerk/shared": "0.24.3",
"@clerk/types": "3.54.0",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md
index d93b51892f3..0e64bbe70d6 100644
--- a/packages/expo/CHANGELOG.md
+++ b/packages/expo/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.19.8
+
+### Patch Changes
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/clerk-react@4.26.3
+ - @clerk/clerk-js@4.60.1
+
## 0.19.7
### Patch Changes
diff --git a/packages/expo/package.json b/packages/expo/package.json
index fa750c1f295..4ce40e841bd 100644
--- a/packages/expo/package.json
+++ b/packages/expo/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
- "version": "0.19.7",
+ "version": "0.19.8",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
@@ -27,8 +27,8 @@
"lint": "eslint src/"
},
"dependencies": {
- "@clerk/clerk-js": "4.60.0",
- "@clerk/clerk-react": "4.26.2",
+ "@clerk/clerk-js": "4.60.1",
+ "@clerk/clerk-react": "4.26.3",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md
index 1d475e5ea00..e59ed6af7f6 100644
--- a/packages/fastify/CHANGELOG.md
+++ b/packages/fastify/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 0.6.13
+
+### Patch Changes
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/shared@0.24.3
+ - @clerk/backend@0.30.3
+
## 0.6.12
### Patch Changes
diff --git a/packages/fastify/package.json b/packages/fastify/package.json
index e3ce645c79d..aa31316051d 100644
--- a/packages/fastify/package.json
+++ b/packages/fastify/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
- "version": "0.6.12",
+ "version": "0.6.13",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
@@ -27,8 +27,8 @@
"test": "jest"
},
"dependencies": {
- "@clerk/backend": "0.30.2",
- "@clerk/shared": "0.24.2",
+ "@clerk/backend": "0.30.3",
+ "@clerk/shared": "0.24.3",
"@clerk/types": "3.54.0",
"cookies": "0.8.0"
},
diff --git a/packages/gatsby-plugin-clerk/CHANGELOG.md b/packages/gatsby-plugin-clerk/CHANGELOG.md
index f80b19f17a0..19687a00b34 100644
--- a/packages/gatsby-plugin-clerk/CHANGELOG.md
+++ b/packages/gatsby-plugin-clerk/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 4.4.14
+
+### Patch Changes
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/clerk-react@4.26.3
+ - @clerk/backend@0.30.3
+ - @clerk/clerk-sdk-node@4.12.12
+
## 4.4.13
### Patch Changes
diff --git a/packages/gatsby-plugin-clerk/package.json b/packages/gatsby-plugin-clerk/package.json
index dfcc6e34636..897618fb987 100644
--- a/packages/gatsby-plugin-clerk/package.json
+++ b/packages/gatsby-plugin-clerk/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
- "version": "4.4.13",
+ "version": "4.4.14",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
@@ -32,9 +32,9 @@
"lint": "eslint src/"
},
"dependencies": {
- "@clerk/backend": "0.30.2",
- "@clerk/clerk-react": "4.26.2",
- "@clerk/clerk-sdk-node": "4.12.11",
+ "@clerk/backend": "0.30.3",
+ "@clerk/clerk-react": "4.26.3",
+ "@clerk/clerk-sdk-node": "4.12.12",
"@clerk/types": "3.54.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md
index 6b0387fb3b5..1d837178629 100644
--- a/packages/nextjs/CHANGELOG.md
+++ b/packages/nextjs/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log
+## 4.25.3
+
+### Patch Changes
+
+- Add deprecation warning for `@clerk/nextjs/app-beta` export. Use the `@clerk/nextjs` instead. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Retry the implemented changes from [#1767](https://github.com/clerkinc/javascript/pull/1767) which were reverted in [#1806](https://github.com/clerkinc/javascript/pull/1806) due to RSC related errors (not all uses components had the `use client` directive). Restore the original PR and add additional `use client` directives to ensure it works correctly. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/clerk-react@4.26.3
+ - @clerk/shared@0.24.3
+ - @clerk/backend@0.30.3
+ - @clerk/clerk-sdk-node@4.12.12
+
## 4.25.2
### Patch Changes
diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json
index 57862fc3a75..2950d4620cd 100644
--- a/packages/nextjs/package.json
+++ b/packages/nextjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
- "version": "4.25.2",
+ "version": "4.25.3",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
@@ -75,10 +75,10 @@
"test:ci": "jest --maxWorkers=50%"
},
"dependencies": {
- "@clerk/backend": "0.30.2",
- "@clerk/clerk-react": "4.26.2",
- "@clerk/clerk-sdk-node": "4.12.11",
- "@clerk/shared": "0.24.2",
+ "@clerk/backend": "0.30.3",
+ "@clerk/clerk-react": "4.26.3",
+ "@clerk/clerk-sdk-node": "4.12.12",
+ "@clerk/shared": "0.24.3",
"@clerk/types": "3.54.0",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index 5d87789581b..a146b7102c8 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,25 @@
# Change Log
+## 4.26.3
+
+### Patch Changes
+
+- Make `types` the first key in all `exports` maps defined in our packages' `package.json`. The [TypeScript docs](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing) recommends so, as the the `exports` map is order-based. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Apply deprecation warnings for @clerk/types: ([#1823](https://github.com/clerkinc/javascript/pull/1823)) by [@dimkl](https://github.com/dimkl)
+
+ - `orgs` jwt claims
+ - `apiKey`
+ - `frontendApi`
+ - `redirect_url`
+ - `password`
+ - `generateSignature`
+ - `afterSwitchOrganizationUrl`
+ - `profileImageUrl`
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/shared@0.24.3
+
## 4.26.2
### Patch Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index 2381a74f49e..7bf0e1f3bf6 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
- "version": "4.26.2",
+ "version": "4.26.3",
"license": "MIT",
"description": "Clerk React library",
"keywords": [
@@ -44,7 +44,7 @@
"test:ci": "jest --maxWorkers=50%"
},
"dependencies": {
- "@clerk/shared": "0.24.2",
+ "@clerk/shared": "0.24.3",
"@clerk/types": "3.54.0",
"tslib": "2.4.1"
},
diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md
index c6758c34060..2a9fec69fac 100644
--- a/packages/remix/CHANGELOG.md
+++ b/packages/remix/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log
+## 3.0.5
+
+### Patch Changes
+
+- Make `types` the first key in all `exports` maps defined in our packages' `package.json`. The [TypeScript docs](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing) recommends so, as the the `exports` map is order-based. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Updated dependencies [[`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/clerk-react@4.26.3
+ - @clerk/shared@0.24.3
+ - @clerk/backend@0.30.3
+
## 3.0.4
### Patch Changes
diff --git a/packages/remix/package.json b/packages/remix/package.json
index e1ce29dfd8b..4a5b57e3268 100644
--- a/packages/remix/package.json
+++ b/packages/remix/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
- "version": "3.0.4",
+ "version": "3.0.5",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
@@ -56,9 +56,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
- "@clerk/backend": "0.30.2",
- "@clerk/clerk-react": "4.26.2",
- "@clerk/shared": "0.24.2",
+ "@clerk/backend": "0.30.3",
+ "@clerk/clerk-react": "4.26.3",
+ "@clerk/shared": "0.24.3",
"@clerk/types": "3.54.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
diff --git a/packages/sdk-node/CHANGELOG.md b/packages/sdk-node/CHANGELOG.md
index ba2635ca9f6..2c3abf99883 100644
--- a/packages/sdk-node/CHANGELOG.md
+++ b/packages/sdk-node/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 4.12.12
+
+### Patch Changes
+
+- Updated dependencies [[`1e212c19d`](https://github.com/clerkinc/javascript/commit/1e212c19d1cbfbcf6bc6718f5aec0a3cb893b96f), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679), [`1136c7c15`](https://github.com/clerkinc/javascript/commit/1136c7c15043ffe917b4918e9e33f55b496cd679)]:
+ - @clerk/backend@0.30.3
+
## 4.12.11
### Patch Changes
diff --git a/packages/sdk-node/package.json b/packages/sdk-node/package.json
index 70b0eb11bbe..29f2cb0530e 100644
--- a/packages/sdk-node/package.json
+++ b/packages/sdk-node/package.json
@@ -1,5 +1,5 @@
{
- "version": "4.12.11",
+ "version": "4.12.12",
"license": "MIT",
"type": "commonjs",
"main": "./dist/cjs/index.js",
@@ -58,7 +58,7 @@
"typescript": "*"
},
"dependencies": {
- "@clerk/backend": "0.30.2",
+ "@clerk/backend": "0.30.3",
"@clerk/types": "3.54.0",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md
index 413d22fb08b..337995b2f33 100644
--- a/packages/shared/CHANGELOG.md
+++ b/packages/shared/CHANGELOG.md
@@ -1,5 +1,26 @@
# Change Log
+## 0.24.3
+
+### Patch Changes
+
+- Make `types` the first key in all `exports` maps defined in our packages' `package.json`. The [TypeScript docs](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing) recommends so, as the the `exports` map is order-based. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Apply deprecation warnings for @clerk/types: ([#1823](https://github.com/clerkinc/javascript/pull/1823)) by [@dimkl](https://github.com/dimkl)
+
+ - `orgs` jwt claims
+ - `apiKey`
+ - `frontendApi`
+ - `redirect_url`
+ - `password`
+ - `generateSignature`
+ - `afterSwitchOrganizationUrl`
+ - `profileImageUrl`
+
+- Revert the removal of the `clerkError` property from `ClerkAPIError` class. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
+- Retry the implemented changes from [#1767](https://github.com/clerkinc/javascript/pull/1767) which were reverted in [#1806](https://github.com/clerkinc/javascript/pull/1806) due to RSC related errors (not all uses components had the `use client` directive). Restore the original PR and add additional `use client` directives to ensure it works correctly. by [@nikosdouvlis](https://github.com/nikosdouvlis)
+
## 0.24.2
### Patch Changes
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 54cdd33a8c1..107fc2be7c8 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/shared",
- "version": "0.24.2",
+ "version": "0.24.3",
"description": "Internal package utils used by the Clerk SDKs",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",