Skip to content

Commit

Permalink
ci(repo): Version packages (#4467)
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 3, 2024
1 parent a7726cc commit 6324553
Show file tree
Hide file tree
Showing 45 changed files with 591 additions and 601 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ducks-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-days-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-steaks-yawn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/honest-impalas-grin.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/metal-mails-explode.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/modern-chicken-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-snails-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-eels-fix.md

This file was deleted.

104 changes: 52 additions & 52 deletions package-lock.json

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

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

## 1.4.5

### Patch Changes

- Refactor imports from @clerk/shared to improve treeshaking support by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`a7726cc12a824b278f6d2a37cb1901c38c5f70dc`](https://github.com/clerk/javascript/commit/a7726cc12a824b278f6d2a37cb1901c38c5f70dc)]:
- @clerk/shared@2.11.3
- @clerk/backend@1.15.5

## 1.4.2

### 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.4",
"version": "1.4.5",
"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.4",
"@clerk/shared": "2.11.2",
"@clerk/backend": "1.15.5",
"@clerk/shared": "2.11.3",
"@clerk/types": "4.29.0",
"nanoid": "5.0.7",
"nanostores": "0.11.3"
Expand Down
Loading

0 comments on commit 6324553

Please sign in to comment.