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 25, 2023
1 parent 8b3a53e commit 54a123b
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-monkeys-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-singers-glow.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.11

### Patch Changes

- Updated dependencies [[`9e57e94d2`](https://github.com/clerkinc/javascript/commit/9e57e94d25b96c11889f49e7e4d4827e5134927d)]:
- @clerk/clerk-js@4.64.0

## 0.4.10

### 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.10",
"version": "0.4.11",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "4.63.0",
"@clerk/clerk-js": "4.64.0",
"@clerk/clerk-react": "4.27.0"
},
"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.64.0

### Minor Changes

- Greatly improve the UX when users are creating their passwords. The hints below the input fields now have smoother animations and show more types of feedback based on different conditions. Additionally, the password validation is now debounced. ([#1776](https://github.com/clerkinc/javascript/pull/1776)) by [@desiprisg](https://github.com/desiprisg)

## 4.63.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.63.0",
"version": "4.64.0",
"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.13

### Patch Changes

- Updated dependencies [[`9e57e94d2`](https://github.com/clerkinc/javascript/commit/9e57e94d25b96c11889f49e7e4d4827e5134927d)]:
- @clerk/clerk-js@4.64.0

## 0.19.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.19.12",
"version": "0.19.13",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/clerk-js": "4.63.0",
"@clerk/clerk-js": "4.64.0",
"@clerk/clerk-react": "4.27.0",
"@clerk/shared": "1.0.0",
"base-64": "1.0.0",
Expand Down

0 comments on commit 54a123b

Please sign in to comment.