Skip to content

Commit c60badd

Browse files
ci(repo): Version packages
1 parent 0f8aed2 commit c60badd

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

.changeset/wizard-architecture-layers.md

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

packages/chrome-extension/CHANGELOG.md

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

3+
## 3.1.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f8aed2`](https://github.com/clerk/javascript/commit/0f8aed21395124a7f9c77b214e39982ab4524265)]:
8+
- @clerk/ui@1.9.2
9+
- @clerk/react@6.6.2
10+
311
## 3.1.24
412

513
### 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.24",
3+
"version": "3.1.25",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/ui/CHANGELOG.md

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

3+
## 1.9.2
4+
5+
### Patch Changes
6+
7+
- Refactor `<__experimental_ConfigureSSO />` into a layered primitive set: a state-driven Wizard, a UI-only Stepper, a `Step` compound, and ProfileCard chrome. No public component API change. Drops the central FooterActionsContext registry — each step now renders its own footer via `Step.Footer.Previous` / `Step.Footer.Continue` purely-presentational compounds. Adds a SelectProviderStep boilerplate filtered out of the breadcrumb. ([#8493](https://github.com/clerk/javascript/pull/8493)) by [@iagodahlem](https://github.com/iagodahlem)
8+
39
## 1.9.1
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/ui",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Internal package that contains the UI components for the Clerk frontend SDKs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)