Skip to content

Commit

Permalink
ci(repo): Version packages (#4083)
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 Sep 3, 2024
1 parent e95c281 commit f5610f1
Show file tree
Hide file tree
Showing 44 changed files with 321 additions and 170 deletions.
2 changes: 0 additions & 2 deletions .changeset/calm-berries-punch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/chilly-shrimps-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-experts-learn.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/funny-monkeys-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-snakes-confess.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/large-pets-yell.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/slow-rockets-kiss.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.2.6

### Patch Changes

- Updated dependencies [[`8a3b9f079`](https://github.com/clerk/javascript/commit/8a3b9f0793484b32dd609a5c80a194e62151d6ea), [`e95c28196`](https://github.com/clerk/javascript/commit/e95c2819675cea7963f2404e5f71f37ebed8d5e0), [`1fe744328`](https://github.com/clerk/javascript/commit/1fe744328d126bc597e81770119796ac18e055ed)]:
- @clerk/types@4.19.0
- @clerk/backend@1.9.2
- @clerk/shared@2.6.2

## 1.2.5

### 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.2.5",
"version": "1.2.6",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -79,9 +79,9 @@
}
},
"dependencies": {
"@clerk/backend": "1.9.1",
"@clerk/shared": "2.6.1",
"@clerk/types": "4.18.0",
"@clerk/backend": "1.9.2",
"@clerk/shared": "2.6.2",
"@clerk/types": "4.19.0",
"nanoid": "5.0.7",
"nanostores": "0.11.3",
"path-to-regexp": "6.2.2"
Expand Down
Loading

0 comments on commit f5610f1

Please sign in to comment.