Skip to content

Commit

Permalink
chore(repo): Version packages (#1936)
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
2 people authored and octoper committed Oct 31, 2023
1 parent d96e61a commit a17a765
Show file tree
Hide file tree
Showing 25 changed files with 87 additions and 46 deletions.
2 changes: 0 additions & 2 deletions .changeset/chilly-paws-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/late-dolphins-peel.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/odd-lemons-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-monkeys-sing.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/silly-icons-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-singers-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-countries-walk.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.32.0

### Minor Changes

- Add support for NextJS 14 ([#1948](https://github.com/clerkinc/javascript/pull/1948)) by [@desiprisg](https://github.com/desiprisg)

## 0.31.3

### 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.31.3",
"version": "0.32.0",
"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.11

### Patch Changes

- Updated dependencies [[`9e57e94d2`](https://github.com/clerkinc/javascript/commit/9e57e94d25b96c11889f49e7e4d4827e5134927d)]:
- @clerk/clerk-js@4.64.0

## 0.4.10

### 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.10",
"version": "0.4.11",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "4.63.0",
"@clerk/clerk-js": "4.64.0",
"@clerk/clerk-react": "4.27.0"
},
"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.64.0

### Minor Changes

- Greatly improve the UX when users are creating their passwords. The hints below the input fields now have smoother animations and show more types of feedback based on different conditions. Additionally, the password validation is now debounced. ([#1776](https://github.com/clerkinc/javascript/pull/1776)) by [@desiprisg](https://github.com/desiprisg)

## 4.63.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.63.0",
"version": "4.64.0",
"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.13

### Patch Changes

- Updated dependencies [[`9e57e94d2`](https://github.com/clerkinc/javascript/commit/9e57e94d25b96c11889f49e7e4d4827e5134927d)]:
- @clerk/clerk-js@4.64.0

## 0.19.12

### 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.12",
"version": "0.19.13",
"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.63.0",
"@clerk/clerk-js": "4.64.0",
"@clerk/clerk-react": "4.27.0",
"@clerk/shared": "1.0.0",
"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.18

### Patch Changes

- Updated dependencies [[`088724324`](https://github.com/clerkinc/javascript/commit/088724324403dbbb06f28ba6538b8bec1fd7ae9f)]:
- @clerk/backend@0.32.0

## 0.6.17

### 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.17",
"version": "0.6.18",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/backend": "0.31.3",
"@clerk/backend": "0.32.0",
"@clerk/shared": "1.0.0",
"@clerk/types": "3.57.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.19

### Patch Changes

- Updated dependencies [[`088724324`](https://github.com/clerkinc/javascript/commit/088724324403dbbb06f28ba6538b8bec1fd7ae9f), [`5d379bcbf`](https://github.com/clerkinc/javascript/commit/5d379bcbfeec074cb9b9c7c18f84158af22caa61)]:
- @clerk/backend@0.32.0
- @clerk/clerk-sdk-node@4.12.17

## 4.4.18

### 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.18",
"version": "4.4.19",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -35,9 +35,9 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "0.31.3",
"@clerk/backend": "0.32.0",
"@clerk/clerk-react": "4.27.0",
"@clerk/clerk-sdk-node": "4.12.16",
"@clerk/clerk-sdk-node": "4.12.17",
"@clerk/types": "3.57.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.26.0

### Minor Changes

- Add support for NextJS 14 ([#1948](https://github.com/clerkinc/javascript/pull/1948)) by [@desiprisg](https://github.com/desiprisg)

### Patch Changes

- Updated dependencies [[`088724324`](https://github.com/clerkinc/javascript/commit/088724324403dbbb06f28ba6538b8bec1fd7ae9f), [`5d379bcbf`](https://github.com/clerkinc/javascript/commit/5d379bcbfeec074cb9b9c7c18f84158af22caa61)]:
- @clerk/backend@0.32.0
- @clerk/clerk-sdk-node@4.12.17

## 4.25.7

### 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.7",
"version": "4.26.0",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -78,9 +78,9 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.31.3",
"@clerk/backend": "0.32.0",
"@clerk/clerk-react": "4.27.0",
"@clerk/clerk-sdk-node": "4.12.16",
"@clerk/clerk-sdk-node": "4.12.17",
"@clerk/shared": "1.0.0",
"@clerk/types": "3.57.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.1

### Patch Changes

- Updated dependencies [[`088724324`](https://github.com/clerkinc/javascript/commit/088724324403dbbb06f28ba6538b8bec1fd7ae9f)]:
- @clerk/backend@0.32.0

## 3.1.0

### Minor 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.0",
"version": "3.1.1",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"lint:attw": "attw --pack ."
},
"dependencies": {
"@clerk/backend": "0.31.3",
"@clerk/backend": "0.32.0",
"@clerk/clerk-react": "4.27.0",
"@clerk/shared": "1.0.0",
"@clerk/types": "3.57.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.17

### Patch Changes

- Fix types of ClerkExpressWithAuth/ClerkExpressRequireAuth args ([#1939](https://github.com/clerkinc/javascript/pull/1939)) by [@dimkl](https://github.com/dimkl)

- Updated dependencies [[`088724324`](https://github.com/clerkinc/javascript/commit/088724324403dbbb06f28ba6538b8bec1fd7ae9f)]:
- @clerk/backend@0.32.0

## 4.12.16

### 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.16",
"version": "4.12.17",
"license": "MIT",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -60,7 +60,7 @@
"typescript": "*"
},
"dependencies": {
"@clerk/backend": "0.31.3",
"@clerk/backend": "0.32.0",
"@clerk/shared": "1.0.0",
"@clerk/types": "3.57.0",
"@types/cookies": "0.7.7",
Expand Down

0 comments on commit a17a765

Please sign in to comment.