Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and panteliselef committed May 17, 2024
1 parent 1b270da commit e5bf492
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/famous-pans-eat.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.6.5",
"astro-clerk-auth": "0.6.6",
"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.6.5",
"astro-clerk-auth": "0.6.6",
"astro-seo": "^0.8.0",
"nanostores": "^0.9.5",
"react": "^18.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/astro-clerk-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-clerk-auth

## 0.6.6

### Patch Changes

- 1b270da: Revert:
- Avoid using virtual module when injecting a script
- Experiment with virtual modules

## 0.6.5

### Patch 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.6.5",
"version": "0.6.6",
"type": "module",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit e5bf492

Please sign in to comment.