Skip to content

Commit

Permalink
chore(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent 66ea302 commit a2829f1
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-zebras-perform.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.4.6

### Patch Changes

- Updated dependencies [[`66ea30225`](https://github.com/clerkinc/javascript/commit/66ea302258269a59764da98b12639c83c53e1098)]:
- @clerk/clerk-js@4.60.1

## 0.4.5

### 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.4.5",
"version": "0.4.6",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "4.60.0",
"@clerk/clerk-js": "4.60.1",
"@clerk/clerk-react": "4.26.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.60.1

### Patch Changes

- Fixes an issue where the phone number value was not properly copied onto the input when pasting on the email or username field in the `<SignIn/>` component after autoswitching to the phone number field. The issue was introduced with the changes for the Prefill `<SignIn/>` and `<SignUp/>` feature. ([#1824](https://github.com/clerkinc/javascript/pull/1824)) by [@desiprisg](https://github.com/desiprisg)

## 4.60.0

### Minor 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.60.0",
"version": "4.60.1",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
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.8

### Patch Changes

- Updated dependencies [[`66ea30225`](https://github.com/clerkinc/javascript/commit/66ea302258269a59764da98b12639c83c53e1098)]:
- @clerk/clerk-js@4.60.1

## 0.19.7

### 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.7",
"version": "0.19.8",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "4.60.0",
"@clerk/clerk-js": "4.60.1",
"@clerk/clerk-react": "4.26.2",
"base-64": "1.0.0",
"react-native-url-polyfill": "2.0.0"
Expand Down

0 comments on commit a2829f1

Please sign in to comment.