From 751d7b708edeac95f36b48661a45d87741c3153b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Oct 2023 20:35:21 +0000 Subject: [PATCH] chore(repo): Version packages --- .changeset/dull-gifts-yawn.md | 7 ------- .changeset/empty-donuts-walk.md | 5 ----- .changeset/moody-coats-serve.md | 5 ----- .changeset/real-zebras-perform.md | 5 ----- .changeset/stupid-jeans-flash.md | 5 ----- .changeset/sweet-bottles-watch.md | 7 ------- packages/backend/CHANGELOG.md | 11 +++++++++++ packages/backend/package.json | 4 ++-- packages/chrome-extension/CHANGELOG.md | 8 ++++++++ packages/chrome-extension/package.json | 6 +++--- packages/clerk-js/CHANGELOG.md | 9 +++++++++ packages/clerk-js/package.json | 4 ++-- packages/expo/CHANGELOG.md | 8 ++++++++ packages/expo/package.json | 6 +++--- packages/fastify/CHANGELOG.md | 8 ++++++++ packages/fastify/package.json | 6 +++--- packages/gatsby-plugin-clerk/CHANGELOG.md | 9 +++++++++ packages/gatsby-plugin-clerk/package.json | 8 ++++---- packages/nextjs/CHANGELOG.md | 14 ++++++++++++++ packages/nextjs/package.json | 10 +++++----- packages/react/CHANGELOG.md | 9 +++++++++ packages/react/package.json | 4 ++-- packages/remix/CHANGELOG.md | 11 +++++++++++ packages/remix/package.json | 8 ++++---- packages/sdk-node/CHANGELOG.md | 7 +++++++ packages/sdk-node/package.json | 4 ++-- packages/shared/CHANGELOG.md | 10 ++++++++++ packages/shared/package.json | 2 +- 28 files changed, 135 insertions(+), 65 deletions(-) delete mode 100644 .changeset/dull-gifts-yawn.md delete mode 100644 .changeset/empty-donuts-walk.md delete mode 100644 .changeset/moody-coats-serve.md delete mode 100644 .changeset/real-zebras-perform.md delete mode 100644 .changeset/stupid-jeans-flash.md delete mode 100644 .changeset/sweet-bottles-watch.md 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/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..140995945c1 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.30.3 + +### Patch Changes + +- Remove deprecation warning that is logging more than intended and not actionable for users of our SDKs. ([#1841](https://github.com/clerkinc/javascript/pull/1841)) by [@BRKalow](https://github.com/BRKalow) + +- 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. ([#1807](https://github.com/clerkinc/javascript/pull/1807)) by [@dimkl](https://github.com/dimkl) + +- Updated dependencies [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`bf66d7322`](https://github.com/clerkinc/javascript/commit/bf66d73228e404a36ea04426d95c2e084d81f2e4), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..ba14f4c6ffd 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 [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`66ea30225`](https://github.com/clerkinc/javascript/commit/66ea302258269a59764da98b12639c83c53e1098)]: + - @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..c1fb03b0f62 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 4.60.1 + +### Patch Changes + +- 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. ([#1824](https://github.com/clerkinc/javascript/pull/1824)) by [@desiprisg](https://github.com/desiprisg) + +- Updated dependencies [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`bf66d7322`](https://github.com/clerkinc/javascript/commit/bf66d73228e404a36ea04426d95c2e084d81f2e4), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..b0d8b6fb661 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.19.8 + +### Patch Changes + +- Updated dependencies [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`66ea30225`](https://github.com/clerkinc/javascript/commit/66ea302258269a59764da98b12639c83c53e1098)]: + - @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..36e175f67fb 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.6.13 + +### Patch Changes + +- Updated dependencies [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`bf66d7322`](https://github.com/clerkinc/javascript/commit/bf66d73228e404a36ea04426d95c2e084d81f2e4), [`c38241110`](https://github.com/clerkinc/javascript/commit/c382411107391f0d0ecf1918295638af0ceb2b38), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..c52cd002c1a 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 [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`c38241110`](https://github.com/clerkinc/javascript/commit/c382411107391f0d0ecf1918295638af0ceb2b38), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..8c0939d606f 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. ([#1829](https://github.com/clerkinc/javascript/pull/1829)) by [@dimkl](https://github.com/dimkl) + +- 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. ([#1807](https://github.com/clerkinc/javascript/pull/1807)) by [@dimkl](https://github.com/dimkl) + +- Updated dependencies [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`bf66d7322`](https://github.com/clerkinc/javascript/commit/bf66d73228e404a36ea04426d95c2e084d81f2e4), [`c38241110`](https://github.com/clerkinc/javascript/commit/c382411107391f0d0ecf1918295638af0ceb2b38), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..8d0a07d78cd 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # 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. ([#1835](https://github.com/clerkinc/javascript/pull/1835)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + +- Updated dependencies [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`bf66d7322`](https://github.com/clerkinc/javascript/commit/bf66d73228e404a36ea04426d95c2e084d81f2e4), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..831dbef718d 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. ([#1835](https://github.com/clerkinc/javascript/pull/1835)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + +- Updated dependencies [[`7636abc10`](https://github.com/clerkinc/javascript/commit/7636abc105c9436bc6ada93df3fa7da2b53ca340), [`bf66d7322`](https://github.com/clerkinc/javascript/commit/bf66d73228e404a36ea04426d95c2e084d81f2e4), [`c38241110`](https://github.com/clerkinc/javascript/commit/c382411107391f0d0ecf1918295638af0ceb2b38), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..524047a8f67 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 [[`c38241110`](https://github.com/clerkinc/javascript/commit/c382411107391f0d0ecf1918295638af0ceb2b38), [`7d3cbcb7d`](https://github.com/clerkinc/javascript/commit/7d3cbcb7d5ef954a89a62e051a493a0abf438e43)]: + - @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..e21f327dea7 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,15 @@ # 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. ([#1835](https://github.com/clerkinc/javascript/pull/1835)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + +- Revert the removal of the `clerkError` property from `ClerkAPIError` class. ([#1839](https://github.com/clerkinc/javascript/pull/1839)) by [@panteliselef](https://github.com/panteliselef) + +- 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. ([#1807](https://github.com/clerkinc/javascript/pull/1807)) by [@dimkl](https://github.com/dimkl) + ## 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",