Skip to content

Commit

Permalink
chore(repo): Version packages (#3096)
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 3, 2024
1 parent ac0005b commit fd7328f
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-scissors-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-numbers-push.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.6.18

### Patch Changes

- Updated dependencies [[`ac0005b0d`](https://github.com/clerk/javascript/commit/ac0005b0dc5b20cf319b478b884a56b689aa26ec)]:
- @clerk/clerk-js@4.71.1

## 0.6.17

### 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.6.17",
"version": "0.6.18",
"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.71.0",
"@clerk/clerk-js": "4.71.1",
"@clerk/clerk-react": "4.30.8"
},
"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.71.1

### Patch Changes

- Support older iOS 13.3 and 13.4 mobile devices ([#3101](https://github.com/clerk/javascript/pull/3101)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`3e3f11601`](https://github.com/clerk/javascript/commit/3e3f116017b5440789a16cb1aae813e813d43ba2)]:
- @clerk/localizations@1.28.0

## 4.71.0

### Minor 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.71.0",
"version": "4.71.1",
"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.27.0",
"@clerk/localizations": "1.28.0",
"@clerk/shared": "1.4.0",
"@clerk/types": "3.63.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.20.13

### Patch Changes

- Updated dependencies [[`ac0005b0d`](https://github.com/clerk/javascript/commit/ac0005b0dc5b20cf319b478b884a56b689aa26ec)]:
- @clerk/clerk-js@4.71.1

## 0.20.12

### 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.20.12",
"version": "0.20.13",
"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.71.0",
"@clerk/clerk-js": "4.71.1",
"@clerk/clerk-react": "4.30.8",
"@clerk/shared": "1.4.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.28.0

### Minor Changes

- Export the zh-TW localization ([#3095](https://github.com/clerk/javascript/pull/3095)) by [@anagstef](https://github.com/anagstef)

## 1.27.0

### Minor 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.27.0",
"version": "1.28.0",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down

0 comments on commit fd7328f

Please sign in to comment.