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 2, 2023
1 parent 68259a2 commit e934e76
Show file tree
Hide file tree
Showing 28 changed files with 145 additions and 53 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-pots-invite.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-lamps-knock.md

This file was deleted.

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

## 0.30.2

### Patch Changes

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2)]:
- @clerk/types@3.53.1

## 0.30.1

### 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.30.1",
"version": "0.30.2",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/types": "^3.53.0",
"@clerk/types": "^3.53.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.4.5

### Patch Changes

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2), [`e592565e0`](https://github.com/clerkinc/javascript/commit/e592565e0d7707626587f5e0ae7fb7279c84f050)]:
- @clerk/clerk-js@4.59.2
- @clerk/clerk-react@4.26.2

## 0.4.4

### 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.4.4",
"version": "0.4.5",
"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.59.1",
"@clerk/clerk-react": "^4.26.1"
"@clerk/clerk-js": "^4.59.2",
"@clerk/clerk-react": "^4.26.2"
},
"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.59.2

### Patch Changes

- Enables you to translate the tooltip hint while creating an organization through the `formFieldHintText__slug` key ([#1811](https://github.com/clerkinc/javascript/pull/1811)) by [@LekoArts](https://github.com/LekoArts)

- Fix internal subpath imports by replacing them with top level imports. ([#1804](https://github.com/clerkinc/javascript/pull/1804)) by [@dimkl](https://github.com/dimkl)

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2)]:
- @clerk/localizations@1.26.3
- @clerk/types@3.53.1

## 4.59.1

### 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.59.1",
"version": "4.59.2",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.26.2",
"@clerk/localizations": "^1.26.3",
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/types": "^3.53.1",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@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.7

### Patch Changes

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2), [`e592565e0`](https://github.com/clerkinc/javascript/commit/e592565e0d7707626587f5e0ae7fb7279c84f050)]:
- @clerk/clerk-js@4.59.2
- @clerk/clerk-react@4.26.2

## 0.19.6

### 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.6",
"version": "0.19.7",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "^4.59.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-js": "^4.59.2",
"@clerk/clerk-react": "^4.26.2",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.53.0",
"@clerk/types": "^3.53.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.12

### Patch Changes

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2)]:
- @clerk/types@3.53.1
- @clerk/backend@0.30.2

## 0.6.11

### 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.11",
"version": "0.6.12",
"license": "MIT",
"description": "Clerk SDK for Fastify",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"test": "jest"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/backend": "^0.30.2",
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/types": "^3.53.1",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.4.13

### Patch Changes

- Fix internal subpath imports by replacing them with top level imports. ([#1804](https://github.com/clerkinc/javascript/pull/1804)) by [@dimkl](https://github.com/dimkl)

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2), [`e592565e0`](https://github.com/clerkinc/javascript/commit/e592565e0d7707626587f5e0ae7fb7279c84f050)]:
- @clerk/types@3.53.1
- @clerk/clerk-react@4.26.2
- @clerk/backend@0.30.2
- @clerk/clerk-sdk-node@4.12.11

## 4.4.12

### 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.12",
"version": "4.4.13",
"license": "MIT",
"description": "Clerk SDK for Gatsby",
"keywords": [
Expand Down Expand Up @@ -32,10 +32,10 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-sdk-node": "^4.12.10",
"@clerk/types": "^3.53.0",
"@clerk/backend": "^0.30.2",
"@clerk/clerk-react": "^4.26.2",
"@clerk/clerk-sdk-node": "^4.12.11",
"@clerk/types": "^3.53.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.26.3

### Patch Changes

- Enables you to translate the tooltip hint while creating an organization through the `formFieldHintText__slug` key ([#1811](https://github.com/clerkinc/javascript/pull/1811)) by [@LekoArts](https://github.com/LekoArts)

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2)]:
- @clerk/types@3.53.1

## 1.26.2

### 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.2",
"version": "1.26.3",
"license": "MIT",
"description": "Localizations for the Clerk components",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "^3.53.0"
"@clerk/types": "^3.53.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.25.2

### Patch Changes

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2), [`e592565e0`](https://github.com/clerkinc/javascript/commit/e592565e0d7707626587f5e0ae7fb7279c84f050)]:
- @clerk/types@3.53.1
- @clerk/clerk-react@4.26.2
- @clerk/backend@0.30.2
- @clerk/clerk-sdk-node@4.12.11

## 4.25.1

### 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.25.1",
"version": "4.25.2",
"license": "MIT",
"description": "Clerk SDK for NextJS",
"keywords": [
Expand Down Expand Up @@ -75,10 +75,10 @@
"test:ci": "jest --maxWorkers=50%"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/clerk-sdk-node": "^4.12.10",
"@clerk/types": "^3.53.0",
"@clerk/backend": "^0.30.2",
"@clerk/clerk-react": "^4.26.2",
"@clerk/clerk-sdk-node": "^4.12.11",
"@clerk/types": "^3.53.1",
"path-to-regexp": "6.2.1",
"tslib": "2.4.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.26.2

### Patch Changes

- Fix internal subpath imports by replacing them with top level imports. ([#1804](https://github.com/clerkinc/javascript/pull/1804)) by [@dimkl](https://github.com/dimkl)

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2)]:
- @clerk/types@3.53.1

## 4.26.1

### 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.26.1",
"version": "4.26.2",
"license": "MIT",
"description": "Clerk React library",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/types": "^3.53.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.0.4

### Patch Changes

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2), [`e592565e0`](https://github.com/clerkinc/javascript/commit/e592565e0d7707626587f5e0ae7fb7279c84f050)]:
- @clerk/types@3.53.1
- @clerk/clerk-react@4.26.2
- @clerk/backend@0.30.2

## 3.0.3

### 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.0.3",
"version": "3.0.4",
"license": "MIT",
"description": "Clerk SDK for Remix",
"keywords": [
Expand Down Expand Up @@ -47,10 +47,10 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "^0.30.1",
"@clerk/clerk-react": "^4.26.1",
"@clerk/backend": "^0.30.2",
"@clerk/clerk-react": "^4.26.2",
"@clerk/shared": "^0.24.1",
"@clerk/types": "^3.53.0",
"@clerk/types": "^3.53.1",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.12.11

### Patch Changes

- Updated dependencies [[`68259a2bb`](https://github.com/clerkinc/javascript/commit/68259a2bb8193befdde9101d4ec9bf305881d5e2)]:
- @clerk/types@3.53.1
- @clerk/backend@0.30.2

## 4.12.10

### Patch Changes
Expand Down
Loading

0 comments on commit e934e76

Please sign in to comment.