Skip to content

Commit 9e37b56

Browse files
ci(repo): Version packages
1 parent 4fc38a0 commit 9e37b56

42 files changed

Lines changed: 186 additions & 33 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/astro-buttons-accept-one.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-parts-chew.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/astro/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @clerk/astro
22

3+
## 3.2.5
4+
5+
### Patch Changes
6+
7+
- Allow unstyled button components to accept a single React element passed as an array. Fixes a misleading "multiple children" error that could appear when a custom button child crossed a server/client boundary and arrived as a one-item array. ([#8561](https://github.com/clerk/javascript/pull/8561)) by [@manovotny](https://github.com/manovotny)
8+
9+
- Updated dependencies [[`4fc38a0`](https://github.com/clerk/javascript/commit/4fc38a097cb9ed1d37c9c3faa274e5c44e405c68)]:
10+
- @clerk/shared@4.12.1
11+
- @clerk/backend@3.4.10
12+
313
## 3.2.4
414

515
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/astro",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.4.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fc38a0`](https://github.com/clerk/javascript/commit/4fc38a097cb9ed1d37c9c3faa274e5c44e405c68)]:
8+
- @clerk/shared@4.12.1
9+
310
## 3.4.9
411

512
### Patch Changes

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "3.4.9",
3+
"version": "3.4.10",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/chrome-extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 3.1.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fc38a0`](https://github.com/clerk/javascript/commit/4fc38a097cb9ed1d37c9c3faa274e5c44e405c68)]:
8+
- @clerk/clerk-js@6.11.2
9+
- @clerk/shared@4.12.1
10+
- @clerk/ui@1.11.1
11+
- @clerk/react@6.6.5
12+
313
## 3.1.26
414

515
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "3.1.26",
3+
"version": "3.1.27",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 6.11.2
4+
5+
### Patch Changes
6+
7+
- Add support for custom SAML provider in `<ConfigureSSO />` ([#8564](https://github.com/clerk/javascript/pull/8564)) by [@LauraBeatris](https://github.com/LauraBeatris)
8+
9+
- Updated dependencies [[`4fc38a0`](https://github.com/clerk/javascript/commit/4fc38a097cb9ed1d37c9c3faa274e5c44e405c68)]:
10+
- @clerk/shared@4.12.1
11+
312
## 6.11.1
413

514
### Patch Changes

packages/clerk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "6.11.1",
3+
"version": "6.11.2",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

0 commit comments

Comments
 (0)