Skip to content

Commit

Permalink
ci(repo): Version packages (#4493)
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 9557b55 commit f3175f2
Show file tree
Hide file tree
Showing 37 changed files with 229 additions and 113 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-crabs-stare.md

This file was deleted.

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/shared@2.11.5

## 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 [[`9557b557489c60fbd067906afa97a7c418f6569e`](https://github.com/clerk/javascript/commit/9557b557489c60fbd067906afa97a7c418f6569e), [`8a04ae47b8305f994b348301fd8134d5baf02943`](https://github.com/clerk/javascript/commit/8a04ae47b8305f994b348301fd8134d5baf02943)]:
- @clerk/clerk-js@5.31.1
- @clerk/clerk-react@5.15.1
- @clerk/shared@2.11.5

## 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
9 changes: 9 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.31.1

### Patch Changes

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

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

## 5.31.0

### Minor Changes
Expand Down
Loading

0 comments on commit f3175f2

Please sign in to comment.