Skip to content

Commit

Permalink
ci(repo): Version packages (#4284)
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 Oct 4, 2024
1 parent 3b6d510 commit e11dbac
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 25 deletions.
2 changes: 0 additions & 2 deletions .changeset/blue-seals-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-bulldogs-wash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/moody-otters-taste.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quiet-pumpkins-suffer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sweet-owls-bake.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wicked-bottles-divide.md

This file was deleted.

10 changes: 5 additions & 5 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.15

### Patch Changes

- Updated dependencies [[`d2ec88eea`](https://github.com/clerk/javascript/commit/d2ec88eea6d1f7f2312dd5d18362b6a1b174608f)]:
- @clerk/clerk-js@5.26.1

## 1.3.14

### 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.14",
"version": "1.3.15",
"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.0",
"@clerk/clerk-js": "5.26.1",
"@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.1

### Patch Changes

- Enable "Send invitation" button when default role is loaded ([#4281](https://github.com/clerk/javascript/pull/4281)) by [@LauraBeatris](https://github.com/LauraBeatris)

## 5.26.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": "5.26.0",
"version": "5.26.1",
"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

## 2.2.21

### Patch Changes

- Updated dependencies [[`d2ec88eea`](https://github.com/clerk/javascript/commit/d2ec88eea6d1f7f2312dd5d18362b6a1b174608f)]:
- @clerk/clerk-js@5.26.1

## 2.2.20

### 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.20",
"version": "2.2.21",
"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.0",
"@clerk/clerk-js": "5.26.1",
"@clerk/clerk-react": "5.11.0",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
Expand Down

0 comments on commit e11dbac

Please sign in to comment.