Skip to content

Commit

Permalink
Version Packages (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 26, 2024
1 parent b6ebda7 commit 8f44b74
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-weeks-dream.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/playground-with-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@clerk/localizations": "2.3.0",
"@nanostores/react": "0.7.1",
"astro": "^3.5.5",
"astro-clerk-auth": "0.10.0",
"astro-clerk-auth": "0.11.0",
"nanostores": "^0.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrojs/vercel": "^5.2.0",
"@nanostores/react": "^0.7.1",
"astro": "^3.5.5",
"astro-clerk-auth": "0.10.0",
"astro-clerk-auth": "0.11.0",
"astro-seo": "^0.8.0",
"nanostores": "^0.9.5",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-clerk-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-clerk-auth

## 0.11.0

### Minor Changes

- b6ebda7: Notify about the package beeing deprecated in favour of `@clerk/astro`.

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-clerk-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-clerk-auth",
"description": "Unofficial package Clerk SDK for Asto",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 8f44b74

Please sign in to comment.