Skip to content

Commit

Permalink
chore(repo): Version packages (#2198)
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 Nov 24, 2023
1 parent e7d8730 commit 47be2dc
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-wasps-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-suns-boil.md

This file was deleted.

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

## 0.5.4

### Patch Changes

- Updated dependencies [[`bfa1b78f2`](https://github.com/clerk/javascript/commit/bfa1b78f2fe8b42545f1be925c27bb9e98ad0b3c), [`e7d873009`](https://github.com/clerk/javascript/commit/e7d87300912a03753d49f39fdd9d9e4fc41c969c)]:
- @clerk/clerk-js@4.65.4

## 0.5.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.5.4",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -45,7 +45,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "4.65.3",
"@clerk/clerk-js": "4.65.4",
"@clerk/clerk-react": "4.28.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.65.4

### Patch Changes

- Fallback to custom role name if localization is not provided. ([#2196](https://github.com/clerk/javascript/pull/2196)) by [@panteliselef](https://github.com/panteliselef)

- Revalidate invitations table after invitation screen submit. ([#2197](https://github.com/clerk/javascript/pull/2197)) by [@panteliselef](https://github.com/panteliselef)

## 4.65.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "4.65.4",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.19.20

### Patch Changes

- Updated dependencies [[`bfa1b78f2`](https://github.com/clerk/javascript/commit/bfa1b78f2fe8b42545f1be925c27bb9e98ad0b3c), [`e7d873009`](https://github.com/clerk/javascript/commit/e7d87300912a03753d49f39fdd9d9e4fc41c969c)]:
- @clerk/clerk-js@4.65.4

## 0.19.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.19",
"version": "0.19.20",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,7 +39,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "4.65.3",
"@clerk/clerk-js": "4.65.4",
"@clerk/clerk-react": "4.28.1",
"@clerk/shared": "1.1.1",
"base-64": "1.0.0",
Expand Down

0 comments on commit 47be2dc

Please sign in to comment.