Skip to content

Commit

Permalink
chore(repo): Version packages (#2631)
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] authored Jan 18, 2024
1 parent fee77c8 commit 0ca810d
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 23 deletions.
10 changes: 0 additions & 10 deletions .changeset/sweet-ladybugs-sneeze.md

This file was deleted.

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

## 0.37.3

### Patch Changes

- Add the following properties to `users.updateUser(userId, params)` params: ([#2628](https://github.com/clerk/javascript/pull/2628)) by [@dimkl](https://github.com/dimkl)

- `password_hasher`
- `password_digest`
- `publicMetadata`
- `privateMetadata`
- `unsafeMetadata`

## 0.37.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.37.2",
"version": "0.37.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.32

### Patch Changes

- Updated dependencies [[`fee77c8a8`](https://github.com/clerk/javascript/commit/fee77c8a82e27ce0222efd3256111898e3388558)]:
- @clerk/backend@0.37.3

## 0.6.31

### 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.31",
"version": "0.6.32",
"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.2",
"@clerk/backend": "0.37.3",
"@clerk/shared": "1.3.1",
"@clerk/types": "3.60.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.34

### Patch Changes

- Updated dependencies [[`fee77c8a8`](https://github.com/clerk/javascript/commit/fee77c8a82e27ce0222efd3256111898e3388558)]:
- @clerk/backend@0.37.3
- @clerk/clerk-sdk-node@4.13.7

## 4.4.33

### 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.33",
"version": "4.4.34",
"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.2",
"@clerk/backend": "0.37.3",
"@clerk/clerk-react": "4.30.3",
"@clerk/clerk-sdk-node": "4.13.6",
"@clerk/clerk-sdk-node": "4.13.7",
"@clerk/types": "3.60.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.29.4

### Patch Changes

- Updated dependencies [[`fee77c8a8`](https://github.com/clerk/javascript/commit/fee77c8a82e27ce0222efd3256111898e3388558)]:
- @clerk/backend@0.37.3
- @clerk/clerk-sdk-node@4.13.7

## 4.29.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.29.3",
"version": "4.29.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.37.2",
"@clerk/backend": "0.37.3",
"@clerk/clerk-react": "4.30.3",
"@clerk/clerk-sdk-node": "4.13.6",
"@clerk/clerk-sdk-node": "4.13.7",
"@clerk/shared": "1.3.1",
"@clerk/types": "3.60.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.16

### Patch Changes

- Updated dependencies [[`fee77c8a8`](https://github.com/clerk/javascript/commit/fee77c8a82e27ce0222efd3256111898e3388558)]:
- @clerk/backend@0.37.3

## 3.1.15

### 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.15",
"version": "3.1.16",
"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.2",
"@clerk/backend": "0.37.3",
"@clerk/clerk-react": "4.30.3",
"@clerk/shared": "1.3.1",
"@clerk/types": "3.60.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.13.7

### Patch Changes

- Updated dependencies [[`fee77c8a8`](https://github.com/clerk/javascript/commit/fee77c8a82e27ce0222efd3256111898e3388558)]:
- @clerk/backend@0.37.3

## 4.13.6

### 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.13.6",
"version": "4.13.7",
"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.2",
"@clerk/backend": "0.37.3",
"@clerk/shared": "1.3.1",
"@clerk/types": "3.60.0",
"@types/cookies": "0.7.7",
Expand Down

0 comments on commit 0ca810d

Please sign in to comment.