Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @clerk/backend@0.5.2
 - gatsby-plugin-clerk@4.0.2
 - @clerk/nextjs@4.8.2
 - @clerk/remix@2.1.1
 - @clerk/clerk-sdk-node@4.6.6
  • Loading branch information
nikosdouvlis committed Feb 3, 2023
1 parent 0614c97 commit 0020d67
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 29 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.5.2](https://github.com/clerkinc/javascript/compare/@clerk/backend@0.5.1...@clerk/backend@0.5.2) (2023-02-03)

### Bug Fixes

- **backend,nextjs:** Serialize auth objects before sending to client ([#760](https://github.com/clerkinc/javascript/issues/760)) ([0614c97](https://github.com/clerkinc/javascript/commit/0614c97e55829961dcd1ff398ac12dbef101bf5b))

### [0.5.1](https://github.com/clerkinc/javascript/compare/@clerk/backend@0.5.1-staging.4...@clerk/backend@0.5.1) (2023-02-01)

**Note:** Version bump only for package @clerk/backend
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.5.1",
"version": "0.5.2",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [4.0.2](https://github.com/clerkinc/javascript/compare/gatsby-plugin-clerk@4.0.1...gatsby-plugin-clerk@4.0.2) (2023-02-03)

**Note:** Version bump only for package gatsby-plugin-clerk

### [4.0.1](https://github.com/clerkinc/javascript/compare/gatsby-plugin-clerk@4.0.1-staging.4...gatsby-plugin-clerk@4.0.1) (2023-02-01)

**Note:** Version bump only for package gatsby-plugin-clerk
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.0.1",
"version": "4.0.2",
"license": "MIT",
"description": "Clerk.dev SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -33,9 +33,9 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.5.1",
"@clerk/backend": "^0.5.2",
"@clerk/clerk-react": "^4.10.0",
"@clerk/clerk-sdk-node": "^4.6.5",
"@clerk/clerk-sdk-node": "^4.6.6",
"@clerk/types": "^3.25.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [4.8.2](https://github.com/clerkinc/javascript/compare/@clerk/nextjs@4.8.1-staging.4...@clerk/nextjs@4.8.2) (2023-02-03)

### Bug Fixes

- **backend,nextjs:** Serialize auth objects before sending to client ([#760](https://github.com/clerkinc/javascript/issues/760)) ([0614c97](https://github.com/clerkinc/javascript/commit/0614c97e55829961dcd1ff398ac12dbef101bf5b))

### [4.8.1](https://github.com/clerkinc/javascript/compare/@clerk/nextjs@4.8.1-staging.4...@clerk/nextjs@4.8.1) (2023-02-01)

**Note:** Version bump only for package @clerk/nextjs
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.8.1",
"version": "4.8.2",
"license": "MIT",
"description": "Clerk.dev SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -37,9 +37,9 @@
"dev": "tsc -p tsconfig.build.json --watch"
},
"dependencies": {
"@clerk/backend": "^0.5.1",
"@clerk/backend": "^0.5.2",
"@clerk/clerk-react": "^4.10.0",
"@clerk/clerk-sdk-node": "^4.6.5",
"@clerk/clerk-sdk-node": "^4.6.6",
"@clerk/types": "^3.25.1",
"tslib": "2.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.1.1](https://github.com/clerkinc/javascript/compare/@clerk/remix@2.1.0...@clerk/remix@2.1.1) (2023-02-03)

**Note:** Version bump only for package @clerk/remix

## [2.1.0](https://github.com/clerkinc/javascript/compare/@clerk/remix@2.1.0-staging.1...@clerk/remix@2.1.0) (2023-02-01)

**Note:** Version bump only for package @clerk/remix
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": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"description": "Clerk.dev SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.5.1",
"@clerk/backend": "^0.5.2",
"@clerk/clerk-react": "^4.10.0",
"@clerk/types": "^3.25.1",
"cookie": "0.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [4.6.6](https://github.com/clerkinc/javascript/compare/@clerk/clerk-sdk-node@4.6.5-staging.4...@clerk/clerk-sdk-node@4.6.6) (2023-02-03)

### Bug Fixes

- **backend,nextjs:** Serialize auth objects before sending to client ([#760](https://github.com/clerkinc/javascript/issues/760)) ([0614c97](https://github.com/clerkinc/javascript/commit/0614c97e55829961dcd1ff398ac12dbef101bf5b))

### [4.6.5](https://github.com/clerkinc/javascript/compare/@clerk/clerk-sdk-node@4.6.5-staging.4...@clerk/clerk-sdk-node@4.6.5) (2023-02-01)

**Note:** Version bump only for package @clerk/clerk-sdk-node
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.6.5",
"version": "4.6.6",
"license": "MIT",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "*"
},
"dependencies": {
"@clerk/backend": "^0.5.1",
"@clerk/backend": "^0.5.2",
"@clerk/types": "^3.25.1",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-node/src/info.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */
export const LIB_VERSION = '4.6.5';
export const LIB_VERSION = '4.6.6';
export const LIB_NAME = '@clerk/clerk-sdk-node';

0 comments on commit 0020d67

Please sign in to comment.