diff --git a/.changeset/fresh-boats-fry.md b/.changeset/fresh-boats-fry.md deleted file mode 100644 index fa6e6b8a0db..00000000000 --- a/.changeset/fresh-boats-fry.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'gatsby-plugin-clerk': patch -'@clerk/clerk-sdk-node': patch -'@clerk/backend': patch -'@clerk/fastify': patch -'@clerk/nextjs': patch -'@clerk/remix': patch ---- - -Replace the `Clerk-Backend-SDK` header with `User-Agent` in BAPI requests and update it's value to contain both the package name and the package version of the clerk package -executing the request. Eg request from `@clerk/nextjs` to BAPI with append `User-Agent: @clerk/nextjs@5.0.0-alpha-v5.16` using the latest version. - -Miscellaneous changes: The backend test build changed to use tsup. diff --git a/.changeset/rich-years-help.md b/.changeset/rich-years-help.md deleted file mode 100644 index ecdf59e572d..00000000000 --- a/.changeset/rich-years-help.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/backend': patch ---- - -Add deprecation warning for `EmailAPI.createEmail`. - -This endpoint is no longer available and the function will be removed in the next major version. diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 068b9c4158c..c265797b358 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 0.37.2 + +### Patch Changes + +- Replace the `Clerk-Backend-SDK` header with `User-Agent` in BAPI requests and update it's value to contain both the package name and the package version of the clerk package ([#2579](https://github.com/clerk/javascript/pull/2579)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + + executing the request. Eg request from `@clerk/nextjs` to BAPI with append `User-Agent: @clerk/nextjs@5.0.0-alpha-v5.16` using the latest version. + + Miscellaneous changes: The backend test build changed to use tsup. + +- Add deprecation warning for `EmailAPI.createEmail`. ([#2555](https://github.com/clerk/javascript/pull/2555)) by [@Nikpolik](https://github.com/Nikpolik) + + This endpoint is no longer available and the function will be removed in the next major version. + ## 0.37.1 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 9e2b71566de..f85d83c7812 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/backend", - "version": "0.37.1", + "version": "0.37.2", "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", "homepage": "https://clerk.com/", "bugs": { diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index a03db351218..f66f650e789 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.6.31 + +### Patch Changes + +- Replace the `Clerk-Backend-SDK` header with `User-Agent` in BAPI requests and update it's value to contain both the package name and the package version of the clerk package ([#2579](https://github.com/clerk/javascript/pull/2579)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + + executing the request. Eg request from `@clerk/nextjs` to BAPI with append `User-Agent: @clerk/nextjs@5.0.0-alpha-v5.16` using the latest version. + + Miscellaneous changes: The backend test build changed to use tsup. + +- Updated dependencies [[`c59a2d4a2`](https://github.com/clerk/javascript/commit/c59a2d4a22166076340b3c5c5e20c112a138acbe), [`2a615bf98`](https://github.com/clerk/javascript/commit/2a615bf98a22250c9105671ce72bf5374602802f)]: + - @clerk/backend@0.37.2 + ## 0.6.30 ### Patch Changes diff --git a/packages/fastify/package.json b/packages/fastify/package.json index e732f076c81..df18ec2b07e 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/fastify", - "version": "0.6.30", + "version": "0.6.31", "description": "Clerk SDK for Fastify", "keywords": [ "auth", @@ -40,7 +40,7 @@ "test:cache:clear": "jest --clearCache --useStderr" }, "dependencies": { - "@clerk/backend": "0.37.1", + "@clerk/backend": "0.37.2", "@clerk/shared": "1.3.1", "@clerk/types": "3.60.0", "cookies": "0.8.0" diff --git a/packages/gatsby-plugin-clerk/CHANGELOG.md b/packages/gatsby-plugin-clerk/CHANGELOG.md index d2acbf6f6d9..3cd8ce4d44b 100644 --- a/packages/gatsby-plugin-clerk/CHANGELOG.md +++ b/packages/gatsby-plugin-clerk/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 4.4.33 + +### Patch Changes + +- Replace the `Clerk-Backend-SDK` header with `User-Agent` in BAPI requests and update it's value to contain both the package name and the package version of the clerk package ([#2579](https://github.com/clerk/javascript/pull/2579)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + + executing the request. Eg request from `@clerk/nextjs` to BAPI with append `User-Agent: @clerk/nextjs@5.0.0-alpha-v5.16` using the latest version. + + Miscellaneous changes: The backend test build changed to use tsup. + +- Updated dependencies [[`c59a2d4a2`](https://github.com/clerk/javascript/commit/c59a2d4a22166076340b3c5c5e20c112a138acbe), [`2a615bf98`](https://github.com/clerk/javascript/commit/2a615bf98a22250c9105671ce72bf5374602802f)]: + - @clerk/clerk-sdk-node@4.13.6 + - @clerk/backend@0.37.2 + ## 4.4.32 ### Patch Changes diff --git a/packages/gatsby-plugin-clerk/package.json b/packages/gatsby-plugin-clerk/package.json index 651c53982c0..180111fc7e6 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.32", + "version": "4.4.33", "description": "Clerk SDK for Gatsby", "keywords": [ "clerk", @@ -44,9 +44,9 @@ "publish:local": "npx yalc push --replace --sig" }, "dependencies": { - "@clerk/backend": "0.37.1", + "@clerk/backend": "0.37.2", "@clerk/clerk-react": "4.30.3", - "@clerk/clerk-sdk-node": "4.13.5", + "@clerk/clerk-sdk-node": "4.13.6", "@clerk/types": "3.60.0", "cookie": "0.5.0", "tslib": "2.4.1" diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 979a01cfe28..adff9f887b1 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 4.29.3 + +### Patch Changes + +- Replace the `Clerk-Backend-SDK` header with `User-Agent` in BAPI requests and update it's value to contain both the package name and the package version of the clerk package ([#2579](https://github.com/clerk/javascript/pull/2579)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + + executing the request. Eg request from `@clerk/nextjs` to BAPI with append `User-Agent: @clerk/nextjs@5.0.0-alpha-v5.16` using the latest version. + + Miscellaneous changes: The backend test build changed to use tsup. + +- Updated dependencies [[`c59a2d4a2`](https://github.com/clerk/javascript/commit/c59a2d4a22166076340b3c5c5e20c112a138acbe), [`2a615bf98`](https://github.com/clerk/javascript/commit/2a615bf98a22250c9105671ce72bf5374602802f)]: + - @clerk/clerk-sdk-node@4.13.6 + - @clerk/backend@0.37.2 + ## 4.29.2 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 912ca13729a..201d029ae66 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nextjs", - "version": "4.29.2", + "version": "4.29.3", "description": "Clerk SDK for NextJS", "keywords": [ "clerk", @@ -87,9 +87,9 @@ "test:ci": "jest --maxWorkers=70%" }, "dependencies": { - "@clerk/backend": "0.37.1", + "@clerk/backend": "0.37.2", "@clerk/clerk-react": "4.30.3", - "@clerk/clerk-sdk-node": "4.13.5", + "@clerk/clerk-sdk-node": "4.13.6", "@clerk/shared": "1.3.1", "@clerk/types": "3.60.0", "path-to-regexp": "6.2.1", diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index a4e8c10e4e3..1ee2d5ddd57 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 3.1.15 + +### Patch Changes + +- Replace the `Clerk-Backend-SDK` header with `User-Agent` in BAPI requests and update it's value to contain both the package name and the package version of the clerk package ([#2579](https://github.com/clerk/javascript/pull/2579)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + + executing the request. Eg request from `@clerk/nextjs` to BAPI with append `User-Agent: @clerk/nextjs@5.0.0-alpha-v5.16` using the latest version. + + Miscellaneous changes: The backend test build changed to use tsup. + +- Updated dependencies [[`c59a2d4a2`](https://github.com/clerk/javascript/commit/c59a2d4a22166076340b3c5c5e20c112a138acbe), [`2a615bf98`](https://github.com/clerk/javascript/commit/2a615bf98a22250c9105671ce72bf5374602802f)]: + - @clerk/backend@0.37.2 + ## 3.1.14 ### Patch Changes diff --git a/packages/remix/package.json b/packages/remix/package.json index c0c43d59e10..4104d0ed7cb 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/remix", - "version": "3.1.14", + "version": "3.1.15", "description": "Clerk SDK for Remix", "keywords": [ "clerk", @@ -69,7 +69,7 @@ "publish:local": "npx yalc push --replace --sig" }, "dependencies": { - "@clerk/backend": "0.37.1", + "@clerk/backend": "0.37.2", "@clerk/clerk-react": "4.30.3", "@clerk/shared": "1.3.1", "@clerk/types": "3.60.0", diff --git a/packages/sdk-node/CHANGELOG.md b/packages/sdk-node/CHANGELOG.md index d6506ec799d..5f298cbfb06 100644 --- a/packages/sdk-node/CHANGELOG.md +++ b/packages/sdk-node/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 4.13.6 + +### Patch Changes + +- Replace the `Clerk-Backend-SDK` header with `User-Agent` in BAPI requests and update it's value to contain both the package name and the package version of the clerk package ([#2579](https://github.com/clerk/javascript/pull/2579)) by [@nikosdouvlis](https://github.com/nikosdouvlis) + + executing the request. Eg request from `@clerk/nextjs` to BAPI with append `User-Agent: @clerk/nextjs@5.0.0-alpha-v5.16` using the latest version. + + Miscellaneous changes: The backend test build changed to use tsup. + +- Updated dependencies [[`c59a2d4a2`](https://github.com/clerk/javascript/commit/c59a2d4a22166076340b3c5c5e20c112a138acbe), [`2a615bf98`](https://github.com/clerk/javascript/commit/2a615bf98a22250c9105671ce72bf5374602802f)]: + - @clerk/backend@0.37.2 + ## 4.13.5 ### Patch Changes diff --git a/packages/sdk-node/package.json b/packages/sdk-node/package.json index 4139b628fa6..4db6b5e0904 100644 --- a/packages/sdk-node/package.json +++ b/packages/sdk-node/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-sdk-node", - "version": "4.13.5", + "version": "4.13.6", "description": "Clerk server SDK for usage with node", "keywords": [ "clerk", @@ -65,7 +65,7 @@ "test:ci": "jest --maxWorkers=70%" }, "dependencies": { - "@clerk/backend": "0.37.1", + "@clerk/backend": "0.37.2", "@clerk/shared": "1.3.1", "@clerk/types": "3.60.0", "@types/cookies": "0.7.7",