Skip to content

Commit

Permalink
chore(repo): Version packages (#2262)
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 Dec 5, 2023
1 parent 11fdbcb commit b94f32a
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-dodos-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-ads-push.md

This file was deleted.

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

## 0.34.3

### Patch Changes

- Drop the introduction of `OrganizationRole` and `OrganizationPermission` resources fro BAPI. ([#2257](https://github.com/clerk/javascript/pull/2257)) by [@panteliselef](https://github.com/panteliselef)

## 0.34.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.34.2",
"version": "0.34.3",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.6.24

### Patch Changes

- Updated dependencies [[`11fdbcb39`](https://github.com/clerk/javascript/commit/11fdbcb39ba155fcada663897c24911d84ff3654)]:
- @clerk/backend@0.34.3

## 0.6.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.23",
"version": "0.6.24",
"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.34.2",
"@clerk/backend": "0.34.3",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"cookies": "0.8.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.4.26

### Patch Changes

- Updated dependencies [[`11fdbcb39`](https://github.com/clerk/javascript/commit/11fdbcb39ba155fcada663897c24911d84ff3654)]:
- @clerk/clerk-sdk-node@4.12.23
- @clerk/backend@0.34.3

## 4.4.25

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.25",
"version": "4.4.26",
"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.34.2",
"@clerk/backend": "0.34.3",
"@clerk/clerk-react": "4.28.2",
"@clerk/clerk-sdk-node": "4.12.22",
"@clerk/clerk-sdk-node": "4.12.23",
"@clerk/types": "3.58.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.27.4

### Patch Changes

- Drop the introduction of `OrganizationRole` and `OrganizationPermission` resources fro BAPI. ([#2257](https://github.com/clerk/javascript/pull/2257)) by [@panteliselef](https://github.com/panteliselef)

- Ensure that cookies set inside Next.js Middleware are correctly passed through while using [`authMiddleware`](https://clerk.com/docs/references/nextjs/auth-middleware). ([#2260](https://github.com/clerk/javascript/pull/2260)) by [@clerk-cookie](https://github.com/clerk-cookie)

- Updated dependencies [[`11fdbcb39`](https://github.com/clerk/javascript/commit/11fdbcb39ba155fcada663897c24911d84ff3654)]:
- @clerk/clerk-sdk-node@4.12.23
- @clerk/backend@0.34.3

## 4.27.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.27.3",
"version": "4.27.4",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -87,9 +87,9 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.34.2",
"@clerk/backend": "0.34.3",
"@clerk/clerk-react": "4.28.2",
"@clerk/clerk-sdk-node": "4.12.22",
"@clerk/clerk-sdk-node": "4.12.23",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"path-to-regexp": "6.2.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.1.8

### Patch Changes

- Updated dependencies [[`11fdbcb39`](https://github.com/clerk/javascript/commit/11fdbcb39ba155fcada663897c24911d84ff3654)]:
- @clerk/backend@0.34.3

## 3.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "3.1.7",
"version": "3.1.8",
"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.34.2",
"@clerk/backend": "0.34.3",
"@clerk/clerk-react": "4.28.2",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.12.23

### Patch Changes

- Drop the introduction of `OrganizationRole` and `OrganizationPermission` resources fro BAPI. ([#2257](https://github.com/clerk/javascript/pull/2257)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`11fdbcb39`](https://github.com/clerk/javascript/commit/11fdbcb39ba155fcada663897c24911d84ff3654)]:
- @clerk/backend@0.34.3

## 4.12.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-sdk-node",
"version": "4.12.22",
"version": "4.12.23",
"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.34.2",
"@clerk/backend": "0.34.3",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"@types/cookies": "0.7.7",
Expand Down

0 comments on commit b94f32a

Please sign in to comment.