Skip to content

Commit

Permalink
chore(repo): Version packages (#3388)
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 May 15, 2024
1 parent c45ffef commit c106022
Show file tree
Hide file tree
Showing 31 changed files with 149 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-games-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-mangos-peel.md

This file was deleted.

70 changes: 35 additions & 35 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 @@ -102,7 +102,7 @@
},
"devDependencies": {
"@clerk/eslint-config-custom": "*",
"@clerk/types": "4.3.0",
"@clerk/types": "4.3.1",
"@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.11

### Patch Changes

- Updated dependencies [[`eae0a32d5`](https://github.com/clerk/javascript/commit/eae0a32d5c9e97ccbfd96e001c2cac6bc753b5b3)]:
- @clerk/clerk-js@5.3.2
- @clerk/clerk-react@5.0.7

## 1.0.10

### 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.10",
"version": "1.0.11",
"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.3.1",
"@clerk/clerk-react": "5.0.6",
"@clerk/clerk-js": "5.3.2",
"@clerk/clerk-react": "5.0.7",
"@clerk/shared": "2.1.1",
"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.3.2

### Patch Changes

- Add a descriptor for Invitation previews in <OrganizationSwitcher/> ([#3376](https://github.com/clerk/javascript/pull/3376)) by [@EmmanouelaPothitou](https://github.com/EmmanouelaPothitou)

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

## 5.3.1

### 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.3.1",
"version": "5.3.2",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@clerk/localizations": "2.4.1",
"@clerk/shared": "2.1.1",
"@clerk/types": "4.3.0",
"@clerk/types": "4.3.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@floating-ui/react": "0.25.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/elements

## 0.4.3

### Patch Changes

- Fix typing for GlobalError and FieldError render functions ([#3387](https://github.com/clerk/javascript/pull/3387)) by [@tmilewski](https://github.com/tmilewski)

## 0.4.2

## 0.4.1
Expand Down
6 changes: 3 additions & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.4.2",
"version": "0.4.3",
"description": "Clerk Elements",
"keywords": [
"clerk",
Expand Down Expand Up @@ -77,10 +77,10 @@
"xstate": "^5.13.0"
},
"devDependencies": {
"@clerk/clerk-react": "5.0.6",
"@clerk/clerk-react": "5.0.7",
"@clerk/eslint-config-custom": "*",
"@clerk/shared": "2.1.1",
"@clerk/types": "^4.3.0",
"@clerk/types": "^4.3.1",
"@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.1.3

### Patch Changes

- Updated dependencies [[`eae0a32d5`](https://github.com/clerk/javascript/commit/eae0a32d5c9e97ccbfd96e001c2cac6bc753b5b3)]:
- @clerk/clerk-js@5.3.2
- @clerk/clerk-react@5.0.7

## 1.1.2

### Patch Changes
Expand Down
Loading

0 comments on commit c106022

Please sign in to comment.