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 Jul 20, 2023
1 parent 808e45d commit 7aa750e
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/tidy-worms-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-ducks-double.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.3.24

### Patch Changes

- Updated dependencies [[`38644778e`](https://github.com/clerkinc/javascript/commit/38644778ee9cc0b4196bd32537c543b8c51775c3), [`808e45dc4`](https://github.com/clerkinc/javascript/commit/808e45dc42cc65c8aec99f034131721d34d32656)]:
- @clerk/clerk-js@4.54.1

## 0.3.23

### 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.3.23",
"version": "0.3.24",
"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.54.0",
"@clerk/clerk-js": "^4.54.1",
"@clerk/clerk-react": "^4.23.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.54.1

### Patch Changes

- - Address spacing issues when password feedback message changes ([#1482](https://github.com/clerkinc/javascript/pull/1482)) by [@raptisj](https://github.com/raptisj)

- Add a full stop in form feedback(errors and warnings) when needed

- In `<OrganizationProfile />` component, allow an admin to leave the current organization if there are more admins present. ([#1498](https://github.com/clerkinc/javascript/pull/1498)) by [@chanioxaris](https://github.com/chanioxaris)

## 4.54.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.54.0",
"version": "4.54.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.18.15

### Patch Changes

- Updated dependencies [[`38644778e`](https://github.com/clerkinc/javascript/commit/38644778ee9cc0b4196bd32537c543b8c51775c3), [`808e45dc4`](https://github.com/clerkinc/javascript/commit/808e45dc42cc65c8aec99f034131721d34d32656)]:
- @clerk/clerk-js@4.54.1

## 0.18.14

### 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.18.14",
"version": "0.18.15",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.54.0",
"@clerk/clerk-js": "^4.54.1",
"@clerk/clerk-react": "^4.23.0",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
Expand Down

0 comments on commit 7aa750e

Please sign in to comment.