Skip to content

Commit

Permalink
chore(repo): Version packages (#3138)
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 Apr 6, 2024
1 parent 222acd8 commit 31d893c
Show file tree
Hide file tree
Showing 28 changed files with 147 additions and 47 deletions.
7 changes: 0 additions & 7 deletions .changeset/polite-toys-explode.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.38.6

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1

## 0.38.5

### 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.38.5",
"version": "0.38.6",
"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.4.1",
"@clerk/types": "3.63.0",
"@clerk/types": "3.63.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.6.20

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/clerk-js@4.71.3
- @clerk/clerk-react@4.30.10

## 0.6.19

### 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.6.19",
"version": "0.6.20",
"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.71.2",
"@clerk/clerk-react": "4.30.9"
"@clerk/clerk-js": "4.71.3",
"@clerk/clerk-react": "4.30.10"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.71.3

### Patch Changes

- Add maintenance mode banner to the SignIn and SignUp components. The text can be customized by updating the `maintenanceMode` localization key. by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/localizations@1.28.2
- @clerk/types@3.63.1

## 4.71.2

### 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.71.2",
"version": "4.71.3",
"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.28.1",
"@clerk/localizations": "1.28.2",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"@clerk/types": "3.63.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.20.15

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/clerk-js@4.71.3
- @clerk/clerk-react@4.30.10

## 0.20.14

### 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.20.14",
"version": "0.20.15",
"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.71.2",
"@clerk/clerk-react": "4.30.9",
"@clerk/clerk-js": "4.71.3",
"@clerk/clerk-react": "4.30.10",
"@clerk/shared": "1.4.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.63.0",
"@clerk/types": "^3.63.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.39

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1
- @clerk/backend@0.38.6

## 0.6.38

### 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.38",
"version": "0.6.39",
"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.38.5",
"@clerk/backend": "0.38.6",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"@clerk/types": "3.63.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.41

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1
- @clerk/backend@0.38.6
- @clerk/clerk-react@4.30.10
- @clerk/clerk-sdk-node@4.13.14

## 4.4.40

### 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.40",
"version": "4.4.41",
"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.38.5",
"@clerk/clerk-react": "4.30.9",
"@clerk/clerk-sdk-node": "4.13.13",
"@clerk/types": "3.63.0",
"@clerk/backend": "0.38.6",
"@clerk/clerk-react": "4.30.10",
"@clerk/clerk-sdk-node": "4.13.14",
"@clerk/types": "3.63.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.28.2

### Patch Changes

- Add maintenance mode banner to the SignIn and SignUp components. The text can be customized by updating the `maintenanceMode` localization key. by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1

## 1.28.1

### 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.28.1",
"version": "1.28.2",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "3.63.0"
"@clerk/types": "3.63.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.29.12

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1
- @clerk/backend@0.38.6
- @clerk/clerk-react@4.30.10
- @clerk/clerk-sdk-node@4.13.14

## 4.29.11

### 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.29.11",
"version": "4.29.12",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -87,11 +87,11 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.38.5",
"@clerk/clerk-react": "4.30.9",
"@clerk/clerk-sdk-node": "4.13.13",
"@clerk/backend": "0.38.6",
"@clerk/clerk-react": "4.30.10",
"@clerk/clerk-sdk-node": "4.13.14",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"@clerk/types": "3.63.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.30.10

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1

## 4.30.9

### 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.30.9",
"version": "4.30.10",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"@clerk/types": "3.63.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.2.3

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1
- @clerk/backend@0.38.6
- @clerk/clerk-react@4.30.10

## 3.2.2

### 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.2.2",
"version": "3.2.3",
"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.38.5",
"@clerk/clerk-react": "4.30.9",
"@clerk/backend": "0.38.6",
"@clerk/clerk-react": "4.30.10",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"@clerk/types": "3.63.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.13.14

### Patch Changes

- Updated dependencies [[`222acd810`](https://github.com/clerk/javascript/commit/222acd8103ed6f26641a46ef2a5b96c4aef4ebbc)]:
- @clerk/types@3.63.1
- @clerk/backend@0.38.6

## 4.13.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.13.13",
"version": "4.13.14",
"description": "Clerk server SDK for usage with node",
"keywords": [
"clerk",
Expand Down Expand Up @@ -65,9 +65,9 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "0.38.5",
"@clerk/backend": "0.38.6",
"@clerk/shared": "1.4.1",
"@clerk/types": "3.63.0",
"@clerk/types": "3.63.1",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
"@types/node-fetch": "2.6.2",
Expand Down
Loading

0 comments on commit 31d893c

Please sign in to comment.