Skip to content

Commit

Permalink
ci(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 6ef3ec6 commit db09535
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-pumpkins-travel.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/cool-kangaroos-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-timers-sneeze.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/witty-beds-double.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.3.18

### Patch Changes

- Updated dependencies [[`6ef3ec6b5`](https://github.com/clerk/javascript/commit/6ef3ec6b56ddb1c9c51e9a6c9648de0b0f8c1777)]:
- @clerk/clerk-js@5.26.4

## 1.3.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": "1.3.17",
"version": "1.3.18",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.26.3",
"@clerk/clerk-js": "5.26.4",
"@clerk/clerk-react": "5.11.0",
"@clerk/shared": "2.9.0",
"webextension-polyfill": "^0.10.0"
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

## 5.26.4

### Patch Changes

- Correctly handle malformed or protocol-relative URLs before navigating to cross-origin URLs ([#4317](https://github.com/clerk/javascript/pull/4317)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 5.26.3

### 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": "5.26.3",
"version": "5.26.4",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/elements

## 0.16.0

### Minor Changes

- Adds `restricted` Step for restricted sign-up mode ([#4221](https://github.com/clerk/javascript/pull/4221)) by [@tmilewski](https://github.com/tmilewski)

## 0.15.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.15.10",
"version": "0.16.0",
"description": "Clerk Elements",
"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

## 2.2.24

### Patch Changes

- Updated dependencies [[`6ef3ec6b5`](https://github.com/clerk/javascript/commit/6ef3ec6b56ddb1c9c51e9a6c9648de0b0f8c1777)]:
- @clerk/clerk-js@5.26.4

## 2.2.23

### 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": "2.2.23",
"version": "2.2.24",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -55,7 +55,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.26.3",
"@clerk/clerk-js": "5.26.4",
"@clerk/clerk-react": "5.11.0",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
Expand Down

0 comments on commit db09535

Please sign in to comment.