Skip to content

Commit

Permalink
ci(repo): Version packages (#4272)
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 2, 2024
1 parent fb932e5 commit 0cf6d04
Show file tree
Hide file tree
Showing 38 changed files with 317 additions and 145 deletions.
13 changes: 0 additions & 13 deletions .changeset/purple-goats-applaud.md

This file was deleted.

132 changes: 66 additions & 66 deletions package-lock.json

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

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

## 1.3.12

### Patch Changes

- Updated dependencies [[`fb932e5cf`](https://github.com/clerk/javascript/commit/fb932e5cf21315adf60bee0855b6bd5ee2ff9867)]:
- @clerk/shared@2.9.0
- @clerk/types@4.25.0
- @clerk/backend@1.13.8

## 1.3.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clerk/astro",
"description": "Clerk SDK for Astro",
"version": "1.3.11",
"version": "1.3.12",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -81,9 +81,9 @@
}
},
"dependencies": {
"@clerk/backend": "1.13.7",
"@clerk/shared": "2.8.5",
"@clerk/types": "4.24.0",
"@clerk/backend": "1.13.8",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
"nanoid": "5.0.7",
"nanostores": "0.11.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.13.8

### Patch Changes

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

## 1.13.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.13.7",
"version": "1.13.8",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -95,8 +95,8 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/shared": "2.8.5",
"@clerk/types": "4.24.0",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
"cookie": "0.5.0",
"snakecase-keys": "5.4.4",
"tslib": "2.4.1"
Expand Down
Loading

0 comments on commit 0cf6d04

Please sign in to comment.