Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/agents-md-expand.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/billing-manage-subscription-seat-based.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-apes-sneeze.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/retire-vite-override.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shared-build-declarations-tests.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/turbo-security-bump.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.1.30

### Patch Changes

- Updated dependencies [[`cdde181`](https://github.com/clerk/javascript/commit/cdde1817d2b6510a55b8fbc6aa68df5514662d8d)]:
- @clerk/ui@1.13.1
- @clerk/react@6.7.0

## 3.1.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "3.1.29",
"version": "3.1.30",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.3.1

### Patch Changes

- Forward redirect URL options from middleware to client state. ([#8622](https://github.com/clerk/javascript/pull/8622)) by [@wobsoriano](https://github.com/wobsoriano)

- Updated dependencies []:
- @clerk/react@6.7.0

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/react-router",
"version": "3.3.0",
"version": "3.3.1",
"description": "Clerk SDK for React Router",
"keywords": [
"clerk",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/ui

## 1.13.1

### Patch Changes

- Fix the Manage Subscription button in `<UserProfile />` / `<OrganizationProfile />` and the Cancel / Re-subscribe actions in `<SubscriptionDetails />` so they are shown for paid seat-based plans that have no base fee. A shared `isManageableSubscriptionItem` helper now drives both places, treating "free / unmanageable" as "the instance's default plan" instead of "the plan has no base fee". ([#8375](https://github.com/clerk/javascript/pull/8375)) by [@mauricioabreu](https://github.com/mauricioabreu)

## 1.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/ui",
"version": "1.13.0",
"version": "1.13.1",
"description": "Internal package that contains the UI components for the Clerk frontend SDKs",
"repository": {
"type": "git",
Expand Down
Loading