Skip to content

Commit

Permalink
chore(repo): Version packages (beta) (#3227)
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] authored Apr 18, 2024
1 parent f00fd2d commit 5ec4323
Show file tree
Hide file tree
Showing 27 changed files with 131 additions and 64 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@
"silent-dolphins-accept",
"silent-eagles-itch",
"silent-moles-fix",
"silent-rocks-do",
"silly-bikes-lick",
"silly-emus-boil",
"silly-icons-kick",
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"tslib": "2.4.1"
},
"devDependencies": {
"@clerk/types": "4.0.0-beta.29",
"@clerk/types": "4.0.0-beta.30",
"@cloudflare/workers-types": "^3.18.0",
"@types/chai": "^4.3.3",
"@types/cookie": "^0.5.1",
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

## 1.0.0-beta.49

### Patch Changes

- Updated dependencies [[`f00fd2dfe`](https://github.com/clerk/javascript/commit/f00fd2dfe309cfeac82a776cc006f2c21b6d7988)]:
- @clerk/clerk-js@5.0.0-beta.49
- @clerk/clerk-react@5.0.0-beta.41

## 1.0.0-beta.48

### 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": "1.0.0-beta.48",
"version": "1.0.0-beta.49",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-beta.48",
"@clerk/clerk-react": "5.0.0-beta.40",
"@clerk/clerk-js": "5.0.0-beta.49",
"@clerk/clerk-react": "5.0.0-beta.41",
"@clerk/shared": "2.0.0-beta.23",
"webextension-polyfill": "^0.10.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.0-beta.49

### Patch Changes

- Support legacy redirectUrl prop on SignIn and SignUp by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`f00fd2dfe`](https://github.com/clerk/javascript/commit/f00fd2dfe309cfeac82a776cc006f2c21b6d7988)]:
- @clerk/[email protected]

## 5.0.0-beta.48

### 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": "5.0.0-beta.48",
"version": "5.0.0-beta.49",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@clerk/localizations": "2.0.0-beta.24",
"@clerk/shared": "2.0.0-beta.23",
"@clerk/types": "4.0.0-beta.29",
"@clerk/types": "4.0.0-beta.30",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"xstate": "^5.11.0"
},
"devDependencies": {
"@clerk/clerk-react": "5.0.0-beta.40",
"@clerk/clerk-react": "5.0.0-beta.41",
"@clerk/shared": "2.0.0-beta.23",
"@clerk/types": "^4.0.0-beta.29",
"@clerk/types": "^4.0.0-beta.30",
"@types/node": "^18.17.0",
"@types/react": "*",
"@types/react-dom": "*",
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

## 1.0.0-beta.49

### Patch Changes

- Updated dependencies [[`f00fd2dfe`](https://github.com/clerk/javascript/commit/f00fd2dfe309cfeac82a776cc006f2c21b6d7988)]:
- @clerk/clerk-js@5.0.0-beta.49
- @clerk/clerk-react@5.0.0-beta.41

## 1.0.0-beta.48

### 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": "1.0.0-beta.48",
"version": "1.0.0-beta.49",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,15 +39,15 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-beta.48",
"@clerk/clerk-react": "5.0.0-beta.40",
"@clerk/clerk-js": "5.0.0-beta.49",
"@clerk/clerk-react": "5.0.0-beta.41",
"@clerk/shared": "2.0.0-beta.23",
"base-64": "^1.0.0",
"react-native-url-polyfill": "2.0.0",
"tslib": "2.4.1"
},
"devDependencies": {
"@clerk/types": "^4.0.0-beta.29",
"@clerk/types": "^4.0.0-beta.30",
"@types/base-64": "^1.0.2",
"@types/node": "^20.11.24",
"@types/react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"tslib": "2.4.1"
},
"devDependencies": {
"@clerk/types": "4.0.0-beta.29",
"@clerk/types": "4.0.0-beta.30",
"@types/express": "^4.17",
"@types/node": "^18.17.0",
"@types/supertest": "^6.0.2",
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

## 1.0.0-beta.46

### Patch Changes

- Updated dependencies [[`f00fd2dfe`](https://github.com/clerk/javascript/commit/f00fd2dfe309cfeac82a776cc006f2c21b6d7988)]:
- @clerk/[email protected]

## 1.0.0-beta.45

### 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": "1.0.0-beta.45",
"version": "1.0.0-beta.46",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@clerk/backend": "1.0.0-beta.37",
"@clerk/shared": "2.0.0-beta.23",
"@clerk/types": "4.0.0-beta.29",
"@clerk/types": "4.0.0-beta.30",
"cookies": "0.8.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5ec4323

Please sign in to comment.