Skip to content

Commit

Permalink
chore(repo): Version packages (#2159)
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 Nov 21, 2023
1 parent d5e8735 commit 383d336
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-clouds-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-clocks-clap.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.2

### Patch Changes

- Updated dependencies [[`e0bfc5a50`](https://github.com/clerk/javascript/commit/e0bfc5a501ad658a8a7f36e4d1bbe509012a1271)]:
- @clerk/clerk-js@4.65.2

## 0.5.1

### 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.1",
"version": "0.5.2",
"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.1",
"@clerk/clerk-js": "4.65.2",
"@clerk/clerk-react": "4.28.0"
},
"devDependencies": {
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

## 4.65.2

### Patch Changes

- A bug fix for prefetching data for OrganizationSwitcher and correctly displaying a notification count in the switcher as well. ([#2157](https://github.com/clerk/javascript/pull/2157)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`d5e8735c5`](https://github.com/clerk/javascript/commit/d5e8735c57d4b849a77e0b51fe0df5da4bccc5cb)]:
- @clerk/localizations@1.26.10

## 4.65.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": "4.65.1",
"version": "4.65.2",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "1.26.9",
"@clerk/localizations": "1.26.10",
"@clerk/shared": "1.1.0",
"@clerk/types": "3.58.0",
"@emotion/cache": "11.11.0",
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.18

### Patch Changes

- Updated dependencies [[`e0bfc5a50`](https://github.com/clerk/javascript/commit/e0bfc5a501ad658a8a7f36e4d1bbe509012a1271)]:
- @clerk/clerk-js@4.65.2

## 0.19.17

### 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.17",
"version": "0.19.18",
"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.1",
"@clerk/clerk-js": "4.65.2",
"@clerk/clerk-react": "4.28.0",
"@clerk/shared": "1.1.0",
"base-64": "1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.26.10

### Patch Changes

- Add missing ru-RU localization keys ([#2171](https://github.com/clerk/javascript/pull/2171)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 1.26.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "1.26.9",
"version": "1.26.10",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down

0 comments on commit 383d336

Please sign in to comment.