Skip to content

Commit

Permalink
ci(repo): Version packages (#4323)
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 14, 2024
1 parent d64e54c commit 0d923c1
Show file tree
Hide file tree
Showing 43 changed files with 297 additions and 160 deletions.
2 changes: 0 additions & 2 deletions .changeset/itchy-birds-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-melons-cross.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-squids-dress.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quick-months-rest.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-peaches-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-badgers-rule.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.14

### Patch Changes

- Updated dependencies [[`d64e54c40`](https://github.com/clerk/javascript/commit/d64e54c40c9cf001b25e45a1b8939c9f7e80c6d6), [`2ba2fd148`](https://github.com/clerk/javascript/commit/2ba2fd1483b7561d7df9a1952ead0ee15e422131)]:
- @clerk/shared@2.9.1
- @clerk/types@4.25.1
- @clerk/backend@1.13.10

## 1.3.13

### 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,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "1.3.13",
"version": "1.3.14",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down Expand Up @@ -81,9 +81,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.13.9",
"@clerk/shared": "2.9.0",
"@clerk/types": "4.25.0",
"@clerk/backend": "1.13.10",
"@clerk/shared": "2.9.1",
"@clerk/types": "4.25.1",
"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.10

### Patch Changes

- Updated dependencies [[`d64e54c40`](https://github.com/clerk/javascript/commit/d64e54c40c9cf001b25e45a1b8939c9f7e80c6d6), [`2ba2fd148`](https://github.com/clerk/javascript/commit/2ba2fd1483b7561d7df9a1952ead0ee15e422131)]:
- @clerk/shared@2.9.1
- @clerk/types@4.25.1

## 1.13.9

### Patch Changes
Expand Down
Loading

0 comments on commit 0d923c1

Please sign in to comment.