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 Sep 4, 2023
1 parent 0886f6d commit d8b6450
Show file tree
Hide file tree
Showing 30 changed files with 117 additions and 57 deletions.
2 changes: 0 additions & 2 deletions .changeset/brown-terms-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-owls-marry.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/dry-rockets-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-mails-cover.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-pans-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-cobras-wash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nasty-doors-watch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nice-hotels-smoke.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.28.1

### Patch Changes

- Improve error messaging when clock skew is detected. ([#1661](https://github.com/clerkinc/javascript/pull/1661)) by [@BRKalow](https://github.com/BRKalow)

## 0.28.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.28.0",
"version": "0.28.1",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
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.3.30

### Patch Changes

- Updated dependencies [[`6384ea8da`](https://github.com/clerkinc/javascript/commit/6384ea8dae85b3e1b58b0b70c761c0d2794e3aaa), [`a102c21d4`](https://github.com/clerkinc/javascript/commit/a102c21d4762895a80a1ad846700763cc801b3f3)]:
- @clerk/clerk-js@4.56.3
- @clerk/clerk-react@4.24.1

## 0.3.29

### 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.3.29",
"version": "0.3.30",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.56.2",
"@clerk/clerk-react": "^4.24.0"
"@clerk/clerk-js": "^4.56.3",
"@clerk/clerk-react": "^4.24.1"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.56.3

### Patch Changes

- Display a notification counter for admins with pending request in the active organization. The counter is it visible in OrganizationSwitcher and OrganizationProfile ("Requests" tab) ([#1670](https://github.com/clerkinc/javascript/pull/1670)) by [@panteliselef](https://github.com/panteliselef)

- Support swapping the Clerk publishableKey at runtime to allow users to toggle the instance being used. ([#1655](https://github.com/clerkinc/javascript/pull/1655)) by [@BRKalow](https://github.com/BRKalow)

- Updated dependencies [[`169bc3d26`](https://github.com/clerkinc/javascript/commit/169bc3d26a0b5422183af07f57da742861225985)]:
- @clerk/localizations@1.25.1

## 4.56.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.56.2",
"version": "4.56.3",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.25.0",
"@clerk/localizations": "^1.25.1",
"@clerk/shared": "^0.22.0",
"@clerk/types": "^3.50.0",
"@emotion/cache": "11.10.5",
Expand Down
12 changes: 12 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.19.0

### Minor Changes

- Support swapping the Clerk publishableKey at runtime to allow users to toggle the instance being used. ([#1655](https://github.com/clerkinc/javascript/pull/1655)) by [@BRKalow](https://github.com/BRKalow)

### Patch Changes

- Updated dependencies [[`6384ea8da`](https://github.com/clerkinc/javascript/commit/6384ea8dae85b3e1b58b0b70c761c0d2794e3aaa), [`a102c21d4`](https://github.com/clerkinc/javascript/commit/a102c21d4762895a80a1ad846700763cc801b3f3)]:
- @clerk/clerk-js@4.56.3
- @clerk/clerk-react@4.24.1

## 0.18.20

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.18.20",
"version": "0.19.0",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,8 +27,8 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.56.2",
"@clerk/clerk-react": "^4.24.0",
"@clerk/clerk-js": "^4.56.3",
"@clerk/clerk-react": "^4.24.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.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.5

### Patch Changes

- Updated dependencies [[`975412ed5`](https://github.com/clerkinc/javascript/commit/975412ed5307ac81128c87289178bd1e6c2fb1af)]:
- @clerk/backend@0.28.1

## 0.6.4

### 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.4",
"version": "0.6.5",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.28.0",
"@clerk/backend": "^0.28.1",
"@clerk/types": "^3.50.0",
"cookies": "0.8.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.4.6

### Patch Changes

- Updated dependencies [[`975412ed5`](https://github.com/clerkinc/javascript/commit/975412ed5307ac81128c87289178bd1e6c2fb1af), [`a102c21d4`](https://github.com/clerkinc/javascript/commit/a102c21d4762895a80a1ad846700763cc801b3f3)]:
- @clerk/backend@0.28.1
- @clerk/clerk-react@4.24.1
- @clerk/clerk-sdk-node@4.12.4

## 4.4.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "4.4.6",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.28.0",
"@clerk/clerk-react": "^4.24.0",
"@clerk/clerk-sdk-node": "^4.12.3",
"@clerk/backend": "^0.28.1",
"@clerk/clerk-react": "^4.24.1",
"@clerk/clerk-sdk-node": "^4.12.4",
"@clerk/types": "^3.50.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.25.1

### Patch Changes

- Update "personal workspace" label to "personal account" ([#1648](https://github.com/clerkinc/javascript/pull/1648)) by [@panteliselef](https://github.com/panteliselef)

## 1.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.25.0",
"version": "1.25.1",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.23.4

### Patch Changes

- Improve error messaging when clock skew is detected. ([#1661](https://github.com/clerkinc/javascript/pull/1661)) by [@BRKalow](https://github.com/BRKalow)

- Updated dependencies [[`975412ed5`](https://github.com/clerkinc/javascript/commit/975412ed5307ac81128c87289178bd1e6c2fb1af), [`a102c21d4`](https://github.com/clerkinc/javascript/commit/a102c21d4762895a80a1ad846700763cc801b3f3)]:
- @clerk/backend@0.28.1
- @clerk/clerk-react@4.24.1
- @clerk/clerk-sdk-node@4.12.4

## 4.23.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "4.23.3",
"version": "4.23.4",
"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.28.0",
"@clerk/clerk-react": "^4.24.0",
"@clerk/clerk-sdk-node": "^4.12.3",
"@clerk/backend": "^0.28.1",
"@clerk/clerk-react": "^4.24.1",
"@clerk/clerk-sdk-node": "^4.12.4",
"@clerk/types": "^3.50.0",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.24.1

### Patch Changes

- Support swapping the Clerk publishableKey at runtime to allow users to toggle the instance being used. ([#1655](https://github.com/clerkinc/javascript/pull/1655)) by [@BRKalow](https://github.com/BRKalow)

## 4.24.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "4.24.0",
"version": "4.24.1",
"license": "MIT",
"description": "Clerk React library",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.10.1

### Patch Changes

- Updated dependencies [[`975412ed5`](https://github.com/clerkinc/javascript/commit/975412ed5307ac81128c87289178bd1e6c2fb1af), [`a102c21d4`](https://github.com/clerkinc/javascript/commit/a102c21d4762895a80a1ad846700763cc801b3f3)]:
- @clerk/backend@0.28.1
- @clerk/clerk-react@4.24.1

## 2.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "2.10.0",
"version": "2.10.1",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/backend": "^0.28.0",
"@clerk/clerk-react": "^4.24.0",
"@clerk/backend": "^0.28.1",
"@clerk/clerk-react": "^4.24.1",
"@clerk/shared": "^0.22.0",
"@clerk/types": "^3.50.0",
"cookie": "0.5.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.4

### Patch Changes

- Updated dependencies [[`975412ed5`](https://github.com/clerkinc/javascript/commit/975412ed5307ac81128c87289178bd1e6c2fb1af)]:
- @clerk/backend@0.28.1

## 4.12.3

### 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.3",
"version": "4.12.4",
"license": "MIT",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "*"
},
"dependencies": {
"@clerk/backend": "^0.28.0",
"@clerk/backend": "^0.28.1",
"@clerk/types": "^3.50.0",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
Expand Down

0 comments on commit d8b6450

Please sign in to comment.