Skip to content
Merged
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/eighty-feet-see.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-buses-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-yaks-create.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/little-lies-peel.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/old-eggs-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-shirts-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-llamas-lie.md

This file was deleted.

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

## 2.5.10

### Patch Changes

- Update dependencies ([#6174](https://github.com/clerk/javascript/pull/6174)) by [@renovate](https://github.com/apps/renovate)

- Updated dependencies [[`7ca080f`](https://github.com/clerk/javascript/commit/7ca080fb18a9bf7797dc8f38ecded41c0eb12677)]:
- @clerk/[email protected]
- @clerk/[email protected]

## 2.5.9

### 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": "2.5.9",
"version": "2.5.10",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
9 changes: 9 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.74.1

### Patch Changes

- Replace the `/subscriptions` FAPI endpoint with `/subscription_items` for cancelling subscription items. ([#6341](https://github.com/clerk/javascript/pull/6341)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`4f2e0ad`](https://github.com/clerk/javascript/commit/4f2e0ad10d8680bdb1dea2bdcbfad45933a06a32)]:
- @clerk/[email protected]

## 5.74.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "5.74.0",
"version": "5.74.1",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
8 changes: 8 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.14.9

### Patch Changes

- Updated dependencies [[`7ca080f`](https://github.com/clerk/javascript/commit/7ca080fb18a9bf7797dc8f38ecded41c0eb12677)]:
- @clerk/[email protected]
- @clerk/[email protected]

## 2.14.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "2.14.8",
"version": "2.14.9",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.20.1

### Patch Changes

- Expand `vi-VN` localizations ([#6185](https://github.com/clerk/javascript/pull/6185)) by [@namnguyenthanhwork](https://github.com/namnguyenthanhwork)

## 3.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "3.20.0",
"version": "3.20.1",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down
13 changes: 13 additions & 0 deletions packages/tanstack-react-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @clerk/tanstack-react-start

## 0.21.0

### Minor Changes

- - Fixes serialization errors during handshake ([#6345](https://github.com/clerk/javascript/pull/6345)) by [@wobsoriano](https://github.com/wobsoriano)

- Bump `@tanstack/react-start` and `@tanstack/react-router` peer dependency to 1.127.0

### Patch Changes

- Updated dependencies []:
- @clerk/[email protected]

## 0.20.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-react-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/tanstack-react-start",
"version": "0.20.4",
"version": "0.21.0",
"description": "Clerk SDK for TanStack React Start",
"keywords": [
"clerk",
Expand Down
Loading