Skip to content

Commit

Permalink
ci(repo): Version packages (#4439)
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 2, 2024
1 parent 7d6eeed commit 0f2448c
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.3

### Patch Changes

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

- Updated dependencies [[`bfe4620155b16f71c44247e845c8040230355015`](https://github.com/clerk/javascript/commit/bfe4620155b16f71c44247e845c8040230355015)]:
- @clerk/shared@2.11.1
- @clerk/backend@1.15.3

## 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.2",
"version": "1.4.3",
"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.2",
"@clerk/shared": "2.11.0",
"@clerk/backend": "1.15.3",
"@clerk/shared": "2.11.1",
"@clerk/types": "4.29.0",
"nanoid": "5.0.7",
"nanostores": "0.11.3"
Expand Down
Loading

0 comments on commit 0f2448c

Please sign in to comment.