Skip to content

Commit

Permalink
ci(repo): Version packages (#4859)
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 Jan 9, 2025
1 parent ae17771 commit 7618232
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-steaks-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-spiders-punch.md

This file was deleted.

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

## 2.1.10

### Patch Changes

- Updated dependencies [[`099496341a052ecb6989848a00c3c07f61b1b174`](https://github.com/clerk/javascript/commit/099496341a052ecb6989848a00c3c07f61b1b174)]:
- @clerk/clerk-js@5.43.7

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

## 5.43.7

### Patch Changes

- Fixes username form field errors to display messages according to the respective code sent in the error response. ([#4858](https://github.com/clerk/javascript/pull/4858)) by [@panteliselef](https://github.com/panteliselef)

## 5.43.6

### Patch 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.43.6",
"version": "5.43.7",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,12 @@
# Change Log

## 2.6.9

### Patch Changes

- Updated dependencies [[`099496341a052ecb6989848a00c3c07f61b1b174`](https://github.com/clerk/javascript/commit/099496341a052ecb6989848a00c3c07f61b1b174)]:
- @clerk/clerk-js@5.43.7

## 2.6.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.6.8",
"version": "2.6.9",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
# Change Log

## 6.9.9

### Patch Changes

- Always use nextUrl to build rewritten URLs ([#4856](https://github.com/clerk/javascript/pull/4856)) by [@dstaley](https://github.com/dstaley)

## 6.9.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@clerk/nextjs",
"version": "6.9.8",
"version": "6.9.9",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down

0 comments on commit 7618232

Please sign in to comment.