Skip to content

Commit

Permalink
Version Packages - V4 (#4497)
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 Nov 6, 2024
1 parent c786f34 commit 5bb46dc
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-crabs-stare.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.7.11

### Patch Changes

- Updated dependencies [[`c786f347b`](https://github.com/clerk/javascript/commit/c786f347b983c4217ef9e69c029a06675bc47504)]:
- @clerk/clerk-js@4.73.11

## 0.7.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.7.10",
"version": "0.7.11",
"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.73.10",
"@clerk/clerk-js": "4.73.11",
"@clerk/clerk-react": "4.32.4"
},
"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.73.11

### Patch Changes

- Fix an issue where protocol relative URLs were not properly detected as non-relative. ([#4496](https://github.com/clerk/javascript/pull/4496)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 4.73.10

### Patch 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.73.10",
"version": "4.73.11",
"description": "Clerk JS library",
"keywords": [
"clerk",
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.33

### Patch Changes

- Updated dependencies [[`c786f347b`](https://github.com/clerk/javascript/commit/c786f347b983c4217ef9e69c029a06675bc47504)]:
- @clerk/clerk-js@4.73.11

## 0.20.32

### 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.32",
"version": "0.20.33",
"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.73.10",
"@clerk/clerk-js": "4.73.11",
"@clerk/clerk-react": "4.32.4",
"@clerk/shared": "1.4.2",
"base-64": "1.0.0",
Expand Down

0 comments on commit 5bb46dc

Please sign in to comment.