Skip to content

Commit

Permalink
chore(repo): Version packages (#2564)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clerk-cookie and github-actions[bot] committed Jan 12, 2024
1 parent c59a2d4 commit 18aba58
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 33 deletions.
13 changes: 0 additions & 13 deletions .changeset/fresh-boats-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rich-years-help.md

This file was deleted.

14 changes: 14 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
13 changes: 13 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 14 additions & 0 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 14 additions & 0 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
13 changes: 13 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 18aba58

Please sign in to comment.