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 Nov 5, 2024
1 parent 8a04ae4 commit 9ed723d
Show file tree
Hide file tree
Showing 36 changed files with 227 additions and 108 deletions.
2 changes: 0 additions & 2 deletions .changeset/odd-colts-sing.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/plenty-snakes-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-tomatoes-explain.md

This file was deleted.

98 changes: 49 additions & 49 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @clerk/astro

## 1.4.7

### Patch Changes

- Updated dependencies [[`8a04ae47b8305f994b348301fd8134d5baf02943`](https://github.com/clerk/javascript/commit/8a04ae47b8305f994b348301fd8134d5baf02943)]:
- @clerk/shared@2.11.5
- @clerk/backend@1.15.7

## 1.4.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "1.4.6",
"version": "1.4.7",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down Expand Up @@ -81,8 +81,8 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.15.6",
"@clerk/shared": "2.11.4",
"@clerk/backend": "1.15.7",
"@clerk/shared": "2.11.5",
"@clerk/types": "4.30.0",
"nanoid": "5.0.7",
"nanostores": "0.11.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.15.7

### Patch Changes

- Updated dependencies [[`8a04ae47b8305f994b348301fd8134d5baf02943`](https://github.com/clerk/javascript/commit/8a04ae47b8305f994b348301fd8134d5baf02943)]:
- @clerk/[email protected]

## 1.15.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.15.6",
"version": "1.15.7",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"test:cloudflare-miniflare": "vitest --environment miniflare"
},
"dependencies": {
"@clerk/shared": "2.11.4",
"@clerk/shared": "2.11.5",
"@clerk/types": "4.30.0",
"cookie": "0.7.0",
"snakecase-keys": "5.4.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.3.29

### Patch Changes

- Updated dependencies [[`8a04ae47b8305f994b348301fd8134d5baf02943`](https://github.com/clerk/javascript/commit/8a04ae47b8305f994b348301fd8134d5baf02943)]:
- @clerk/clerk-react@5.15.1
- @clerk/shared@2.11.5
- @clerk/clerk-js@5.31.1

## 1.3.28

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.28",
"version": "1.3.29",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -47,9 +47,9 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.31.0",
"@clerk/clerk-react": "5.15.0",
"@clerk/shared": "2.11.4",
"@clerk/clerk-js": "5.31.1",
"@clerk/clerk-react": "5.15.1",
"@clerk/shared": "2.11.5",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.31.1

### Patch Changes

- Updated dependencies [[`8a04ae47b8305f994b348301fd8134d5baf02943`](https://github.com/clerk/javascript/commit/8a04ae47b8305f994b348301fd8134d5baf02943)]:
- @clerk/[email protected]

## 5.31.0

### Minor Changes
Expand Down
Loading

0 comments on commit 9ed723d

Please sign in to comment.