Skip to content

Commit

Permalink
chore(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2023
1 parent 13e9dfb commit deb9aa7
Show file tree
Hide file tree
Showing 20 changed files with 84 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-bobcats-mate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cold-bags-watch.md

This file was deleted.

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

## 0.31.1

### Patch Changes

- Added new function `signJwt(payload, key, options)` for JWT token signing. ([#1786](https://github.com/clerkinc/javascript/pull/1786)) by [@Nikpolik](https://github.com/Nikpolik)

Also updated the existing `hasValidSignature` and `verifyJwt` method to handle PEM-formatted keys directly (previously they had to be converted to jwks).
For key compatibility, support is specifically confined to `RSA` types and formats `jwk, pkcs8, spki`.

## 0.31.0

### Minor 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.31.0",
"version": "0.31.1",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.4.8

### Patch Changes

- Updated dependencies [[`da450b5e1`](https://github.com/clerkinc/javascript/commit/da450b5e15326faeb873aa32f42b36afb1092bd1)]:
- @clerk/clerk-js@4.61.1

## 0.4.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "4.61.0",
"@clerk/clerk-js": "4.61.1",
"@clerk/clerk-react": "4.26.4"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.61.1

### Patch Changes

- Improve accessibility of `<UserButton />` and `<OrganizationSwitcher />` by using `aria-*` attributes (where appropriate) and roles like `menu` and `menuitem`. ([#1826](https://github.com/clerkinc/javascript/pull/1826)) by [@panteliselef](https://github.com/panteliselef)

## 4.61.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.61.0",
"version": "4.61.1",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.19.10

### Patch Changes

- Updated dependencies [[`da450b5e1`](https://github.com/clerkinc/javascript/commit/da450b5e15326faeb873aa32f42b36afb1092bd1)]:
- @clerk/clerk-js@4.61.1

## 0.19.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.19.9",
"version": "0.19.10",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "4.61.0",
"@clerk/clerk-js": "4.61.1",
"@clerk/clerk-react": "4.26.4",
"@clerk/shared": "0.24.4",
"base-64": "1.0.0",
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.15

### Patch Changes

- Updated dependencies [[`13e9dfbaa`](https://github.com/clerkinc/javascript/commit/13e9dfbaa5b7b7e72f63e4b8ecfc1c1918517cd8)]:
- @clerk/backend@0.31.1

## 0.6.14

### 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.14",
"version": "0.6.15",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "0.31.0",
"@clerk/backend": "0.31.1",
"@clerk/shared": "0.24.4",
"@clerk/types": "3.55.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.16

### Patch Changes

- Updated dependencies [[`13e9dfbaa`](https://github.com/clerkinc/javascript/commit/13e9dfbaa5b7b7e72f63e4b8ecfc1c1918517cd8)]:
- @clerk/backend@0.31.1
- @clerk/clerk-sdk-node@4.12.14

## 4.4.15

### 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.15",
"version": "4.4.16",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "0.31.0",
"@clerk/backend": "0.31.1",
"@clerk/clerk-react": "4.26.4",
"@clerk/clerk-sdk-node": "4.12.13",
"@clerk/clerk-sdk-node": "4.12.14",
"@clerk/types": "3.55.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.25.5

### Patch Changes

- Updated dependencies [[`13e9dfbaa`](https://github.com/clerkinc/javascript/commit/13e9dfbaa5b7b7e72f63e4b8ecfc1c1918517cd8)]:
- @clerk/backend@0.31.1
- @clerk/clerk-sdk-node@4.12.14

## 4.25.4

### 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.25.4",
"version": "4.25.5",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -75,9 +75,9 @@
"test:ci": "jest --maxWorkers=50%"
},
"dependencies": {
"@clerk/backend": "0.31.0",
"@clerk/backend": "0.31.1",
"@clerk/clerk-react": "4.26.4",
"@clerk/clerk-sdk-node": "4.12.13",
"@clerk/clerk-sdk-node": "4.12.14",
"@clerk/shared": "0.24.4",
"@clerk/types": "3.55.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.0.7

### Patch Changes

- Updated dependencies [[`13e9dfbaa`](https://github.com/clerkinc/javascript/commit/13e9dfbaa5b7b7e72f63e4b8ecfc1c1918517cd8)]:
- @clerk/backend@0.31.1

## 3.0.6

### 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.0.6",
"version": "3.0.7",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "0.31.0",
"@clerk/backend": "0.31.1",
"@clerk/clerk-react": "4.26.4",
"@clerk/shared": "0.24.4",
"@clerk/types": "3.55.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.12.14

### Patch Changes

- Updated dependencies [[`13e9dfbaa`](https://github.com/clerkinc/javascript/commit/13e9dfbaa5b7b7e72f63e4b8ecfc1c1918517cd8)]:
- @clerk/backend@0.31.1

## 4.12.13

### 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,5 +1,5 @@
{
"version": "4.12.13",
"version": "4.12.14",
"license": "MIT",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "*"
},
"dependencies": {
"@clerk/backend": "0.31.0",
"@clerk/backend": "0.31.1",
"@clerk/shared": "0.24.4",
"@clerk/types": "3.55.0",
"@types/cookies": "0.7.7",
Expand Down

0 comments on commit deb9aa7

Please sign in to comment.