Skip to content

Commit

Permalink
Version Packages (#106)
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
github-actions[bot] and github-actions[bot] authored Mar 20, 2024
1 parent dff41fd commit 99d9dac
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/clean-crabs-lick.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/playground-with-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-with-package

## 0.0.13

### Patch Changes

- Updated dependencies [dff41fd]
- astro-clerk-auth@0.1.1

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/playground-with-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-with-package",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -20,7 +20,7 @@
"@clerk/localizations": "2.0.0-beta.14",
"@nanostores/react": "0.7.1",
"astro": "^3.5.5",
"astro-clerk-auth": "0.1.0",
"astro-clerk-auth": "0.1.1",
"nanostores": "^0.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 0.0.13

### Patch Changes

- Updated dependencies [dff41fd]
- astro-clerk-auth@0.1.1

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -18,7 +18,7 @@
"@astrojs/vercel": "^5.2.0",
"@nanostores/react": "^0.7.1",
"astro": "^3.5.5",
"astro-clerk-auth": "0.1.0",
"astro-clerk-auth": "0.1.1",
"astro-seo": "^0.8.0",
"nanostores": "^0.9.5",
"react": "^18.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/astro-clerk-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# astro-clerk-auth

## 0.1.1

### Patch Changes

- dff41fd: Bump clerk versions
- @clerk/backend@1.0.0-beta.28 -> @clerk/backend@1.0.0-beta.29
- @clerk/clerk-js@5.0.0-beta.34 -> @clerk/clerk-js@5.0.0-beta.35
- @clerk/types@4.0.0-beta.20 -> @clerk/types@4.0.0-beta.21

## 0.1.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.1.0",
"version": "0.1.1",
"type": "module",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 99d9dac

Please sign in to comment.