Skip to content

Commit

Permalink
ci(repo): Version packages (#4130)
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 Sep 11, 2024
1 parent b97b2c1 commit 5d8bc44
Show file tree
Hide file tree
Showing 43 changed files with 317 additions and 177 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-phones-nail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-clocks-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-donuts-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-months-share.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/rare-onions-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-hotels-buy.md

This file was deleted.

132 changes: 66 additions & 66 deletions package-lock.json

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

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

## 1.3.1

### Patch Changes

- Allow child elements in unstyled Astro components. ([#4122](https://github.com/clerk/javascript/pull/4122)) by [@wobsoriano](https://github.com/wobsoriano)

Usage:

```astro
---
import { SignInButton } from '@clerk/components/astro'
---
<SignInButton asChild>
<button>Sign in with Clerk</button>
</SignInButton>
```

- Fixes an issue where control components in client-side rendered apps are always hidden. ([#4131](https://github.com/clerk/javascript/pull/4131)) by [@wobsoriano](https://github.com/wobsoriano)

- Updated dependencies [[`b97b2c1ca`](https://github.com/clerk/javascript/commit/b97b2c1cae5cb1e569708a8745c13d203beb81d9), [`8c6909d46`](https://github.com/clerk/javascript/commit/8c6909d46328c943f1d464a28f1a324a27d0f3f1)]:
- @clerk/backend@1.11.0
- @clerk/types@4.20.1
- @clerk/shared@2.7.1

## 1.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit 5d8bc44

Please sign in to comment.