Skip to content

Commit

Permalink
chore(repo): Version packages (#2295)
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 11, 2023
1 parent a624798 commit 7657cd3
Show file tree
Hide file tree
Showing 27 changed files with 143 additions and 46 deletions.
7 changes: 0 additions & 7 deletions .changeset/six-carrots-type.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.35.1

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/types@3.59.0

## 0.35.0

### Minor 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.35.0",
"version": "0.35.1",
"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.1",
"@clerk/types": "3.59.0",
"@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.8

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/clerk-js@4.66.0
- @clerk/clerk-react@4.29.0

## 0.5.7

### 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.7",
"version": "0.5.8",
"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.7",
"@clerk/clerk-react": "4.28.3"
"@clerk/clerk-js": "4.66.0",
"@clerk/clerk-react": "4.29.0"
},
"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.66.0

### Minor Changes

- Deprecate `Clerk.isReady()` in favor of `Clerk.loaded` ([#2293](https://github.com/clerk/javascript/pull/2293)) by [@dimkl](https://github.com/dimkl)

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/types@3.59.0
- @clerk/localizations@1.26.12

## 4.65.7

### 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.7",
"version": "4.66.0",
"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.11",
"@clerk/localizations": "1.26.12",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.1",
"@clerk/types": "3.59.0",
"@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.24

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/clerk-js@4.66.0
- @clerk/clerk-react@4.29.0

## 0.19.23

### 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.23",
"version": "0.19.24",
"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.7",
"@clerk/clerk-react": "4.28.3",
"@clerk/clerk-js": "4.66.0",
"@clerk/clerk-react": "4.29.0",
"@clerk/shared": "1.1.1",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
},
"devDependencies": {
"@clerk/types": "^3.58.1",
"@clerk/types": "^3.59.0",
"@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.26

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/types@3.59.0
- @clerk/backend@0.35.1

## 0.6.25

### 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.25",
"version": "0.6.26",
"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.35.0",
"@clerk/backend": "0.35.1",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.1",
"@clerk/types": "3.59.0",
"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.28

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/clerk-react@4.29.0
- @clerk/types@3.59.0
- @clerk/backend@0.35.1
- @clerk/clerk-sdk-node@4.13.1

## 4.4.27

### 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.27",
"version": "4.4.28",
"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.35.0",
"@clerk/clerk-react": "4.28.3",
"@clerk/clerk-sdk-node": "4.13.0",
"@clerk/types": "3.58.1",
"@clerk/backend": "0.35.1",
"@clerk/clerk-react": "4.29.0",
"@clerk/clerk-sdk-node": "4.13.1",
"@clerk/types": "3.59.0",
"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.12

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/types@3.59.0

## 1.26.11

### 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.11",
"version": "1.26.12",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/types": "3.58.1"
"@clerk/types": "3.59.0"
},
"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.6

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/clerk-react@4.29.0
- @clerk/types@3.59.0
- @clerk/backend@0.35.1
- @clerk/clerk-sdk-node@4.13.1

## 4.27.5

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

## 4.29.0

### Minor Changes

- Deprecate `Clerk.isReady()` in favor of `Clerk.loaded` ([#2293](https://github.com/clerk/javascript/pull/2293)) by [@dimkl](https://github.com/dimkl)

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/types@3.59.0

## 4.28.3

### 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.3",
"version": "4.29.0",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.1",
"@clerk/types": "3.59.0",
"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.10

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/clerk-react@4.29.0
- @clerk/types@3.59.0
- @clerk/backend@0.35.1

## 3.1.9

### 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.9",
"version": "3.1.10",
"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.35.0",
"@clerk/clerk-react": "4.28.3",
"@clerk/backend": "0.35.1",
"@clerk/clerk-react": "4.29.0",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.1",
"@clerk/types": "3.59.0",
"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.1

### Patch Changes

- Updated dependencies [[`a62479810`](https://github.com/clerk/javascript/commit/a624798102236f77a667d8da13363b77486640f8)]:
- @clerk/types@3.59.0
- @clerk/backend@0.35.1

## 4.13.0

### Minor 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.0",
"version": "4.13.1",
"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.35.0",
"@clerk/backend": "0.35.1",
"@clerk/shared": "1.1.1",
"@clerk/types": "3.58.1",
"@clerk/types": "3.59.0",
"@types/cookies": "0.7.7",
"@types/express": "4.17.14",
"@types/node-fetch": "2.6.2",
Expand Down
Loading

0 comments on commit 7657cd3

Please sign in to comment.