Skip to content

Commit

Permalink
ci(repo): Version packages (#3665)
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 Jul 4, 2024
1 parent e8a2af5 commit aa35afd
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-knives-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-carrots-provide.md

This file was deleted.

16 changes: 4 additions & 12 deletions package-lock.json

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

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

## 0.0.1

### Patch Changes

- Introduce an experimental version of the official [Astro](https://astro.build/) SDK called `@clerk/astro` ([#3646](https://github.com/clerk/javascript/pull/3646)) by [@panteliselef](https://github.com/panteliselef)
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clerk/astro",
"description": "Clerk SDK for Astro",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.2.2

### Patch Changes

- Fixes Next.js build warnings (https://github.com/clerk/javascript/issues/3660) where `AsyncLocalStorage` and `MessageEvent` were being imported as Node.js modules on the edge runtime. ([#3661](https://github.com/clerk/javascript/pull/3661)) by [@LauraBeatris](https://github.com/LauraBeatris)

## 5.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "5.2.1",
"version": "5.2.2",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down

0 comments on commit aa35afd

Please sign in to comment.