Skip to content

Commit

Permalink
chore(repo): Version packages (#2271)
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 7, 2023
1 parent c7763fa commit 11e61cc
Show file tree
Hide file tree
Showing 31 changed files with 155 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-knives-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-swans-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/little-dolphins-scream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-zoos-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-bottles-sell.md

This file was deleted.

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

## 0.35.0

### Minor Changes

- Add missing `createdAt` param in `User#createUser()` of `@clerk/backend`. ([#2288](https://github.com/clerk/javascript/pull/2288)) by [@dimkl](https://github.com/dimkl)

Fix `clerkClient.verifyToken()` signature to support a single `token: string` parameter.

### Patch Changes

- Added missing types for `clerkClient.invitations.createInvitation` ([#2287](https://github.com/clerk/javascript/pull/2287)) by [@clerk-cookie](https://github.com/clerk-cookie)

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1

## 0.34.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.34.3",
"version": "0.35.0",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"@clerk/types": "3.58.1",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"cookie": "0.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.5.7

### Patch Changes

- Updated dependencies [[`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723), [`6b59735d6`](https://github.com/clerk/javascript/commit/6b59735d6b361edaa7a2037bd339504ac09ee0d6)]:
- @clerk/clerk-js@4.65.7
- @clerk/clerk-react@4.28.3

## 0.5.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.6",
"version": "0.5.7",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -45,8 +45,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "4.65.6",
"@clerk/clerk-react": "4.28.2"
"@clerk/clerk-js": "4.65.7",
"@clerk/clerk-react": "4.28.3"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
12 changes: 12 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.65.7

### Patch Changes

- Drop `org:sys_domains:delete` and `org:sys_memberships:delete` as those have now been merged with the respective `manage` ones. ([#2270](https://github.com/clerk/javascript/pull/2270)) by [@panteliselef](https://github.com/panteliselef)

- Fallback to the API error message when the password is pwned and there is no translation available. ([#2274](https://github.com/clerk/javascript/pull/2274)) by [@desiprisg](https://github.com/desiprisg)

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1
- @clerk/localizations@1.26.11

## 4.65.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.65.6",
"version": "4.65.7",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "1.26.10",
"@clerk/localizations": "1.26.11",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"@clerk/types": "3.58.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.19.23

### Patch Changes

- Updated dependencies [[`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723), [`6b59735d6`](https://github.com/clerk/javascript/commit/6b59735d6b361edaa7a2037bd339504ac09ee0d6)]:
- @clerk/clerk-js@4.65.7
- @clerk/clerk-react@4.28.3

## 0.19.22

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.22",
"version": "0.19.23",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,14 +39,14 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "4.65.6",
"@clerk/clerk-react": "4.28.2",
"@clerk/clerk-js": "4.65.7",
"@clerk/clerk-react": "4.28.3",
"@clerk/shared": "1.1.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.58.0",
"@clerk/types": "^3.58.1",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.6.25

### Patch Changes

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`7ef3414ba`](https://github.com/clerk/javascript/commit/7ef3414ba2318e14f7d7ed1721515f518bbb5956), [`c7763fa60`](https://github.com/clerk/javascript/commit/c7763fa60e975d0c48b461447b0425ead3d734df), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1
- @clerk/backend@0.35.0

## 0.6.24

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.24",
"version": "0.6.25",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/backend": "0.34.3",
"@clerk/backend": "0.35.0",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"@clerk/types": "3.58.1",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.4.27

### Patch Changes

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`7ef3414ba`](https://github.com/clerk/javascript/commit/7ef3414ba2318e14f7d7ed1721515f518bbb5956), [`c7763fa60`](https://github.com/clerk/javascript/commit/c7763fa60e975d0c48b461447b0425ead3d734df), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1
- @clerk/backend@0.35.0
- @clerk/clerk-sdk-node@4.13.0
- @clerk/clerk-react@4.28.3

## 4.4.26

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.26",
"version": "4.4.27",
"description": "Clerk SDK for Gatsby",
"keywords": [
"clerk",
Expand Down Expand Up @@ -44,10 +44,10 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.34.3",
"@clerk/clerk-react": "4.28.2",
"@clerk/clerk-sdk-node": "4.12.23",
"@clerk/types": "3.58.0",
"@clerk/backend": "0.35.0",
"@clerk/clerk-react": "4.28.3",
"@clerk/clerk-sdk-node": "4.13.0",
"@clerk/types": "3.58.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.26.11

### Patch Changes

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1

## 1.26.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.26.10",
"version": "1.26.11",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "3.58.0"
"@clerk/types": "3.58.1"
},
"devDependencies": {
"tsup": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.27.5

### Patch Changes

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`7ef3414ba`](https://github.com/clerk/javascript/commit/7ef3414ba2318e14f7d7ed1721515f518bbb5956), [`c7763fa60`](https://github.com/clerk/javascript/commit/c7763fa60e975d0c48b461447b0425ead3d734df), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1
- @clerk/backend@0.35.0
- @clerk/clerk-sdk-node@4.13.0
- @clerk/clerk-react@4.28.3

## 4.27.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.4",
"version": "4.27.5",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -87,11 +87,11 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.34.3",
"@clerk/clerk-react": "4.28.2",
"@clerk/clerk-sdk-node": "4.12.23",
"@clerk/backend": "0.35.0",
"@clerk/clerk-react": "4.28.3",
"@clerk/clerk-sdk-node": "4.13.0",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"@clerk/types": "3.58.1",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.28.3

### Patch Changes

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1

## 4.28.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "4.28.2",
"version": "4.28.3",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"@clerk/types": "3.58.1",
"tslib": "2.4.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.1.9

### Patch Changes

- Updated dependencies [[`31ee1438a`](https://github.com/clerk/javascript/commit/31ee1438aa848aff50889c31a2f2bb8098eb1424), [`7ef3414ba`](https://github.com/clerk/javascript/commit/7ef3414ba2318e14f7d7ed1721515f518bbb5956), [`c7763fa60`](https://github.com/clerk/javascript/commit/c7763fa60e975d0c48b461447b0425ead3d734df), [`12b362923`](https://github.com/clerk/javascript/commit/12b362923366a913a455b516a262455e0a40d723)]:
- @clerk/types@3.58.1
- @clerk/backend@0.35.0
- @clerk/clerk-react@4.28.3

## 3.1.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "3.1.9",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down Expand Up @@ -69,10 +69,10 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "0.34.3",
"@clerk/clerk-react": "4.28.2",
"@clerk/backend": "0.35.0",
"@clerk/clerk-react": "4.28.3",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.0",
"@clerk/types": "3.58.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
Loading

0 comments on commit 11e61cc

Please sign in to comment.