Skip to content

Commit

Permalink
ci(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 389133b commit 20af3ab
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 35 deletions.
2 changes: 0 additions & 2 deletions .changeset/eleven-months-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-trains-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-impalas-visit.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/metal-tables-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-terms-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-mangos-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-taxis-decide.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

## 2.1.7

### Patch Changes

- Updated dependencies [[`99f7536f191eb7b4f2ecff008f5523c500a02816`](https://github.com/clerk/javascript/commit/99f7536f191eb7b4f2ecff008f5523c500a02816), [`05c5de9201ac94ca889d4b65a9aab2946beb2474`](https://github.com/clerk/javascript/commit/05c5de9201ac94ca889d4b65a9aab2946beb2474)]:
- @clerk/clerk-js@5.43.4
- @clerk/clerk-react@5.20.4

## 2.1.6

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

## 5.43.4

### Patch Changes

- Fix broken enterprise connection icon for custom SAML provider ([#4809](https://github.com/clerk/javascript/pull/4809)) by [@LauraBeatris](https://github.com/LauraBeatris)

- fix(clerk-js): Rethrow errors if not requires_captcha during init ([#4812](https://github.com/clerk/javascript/pull/4812)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

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

## 5.43.3

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

## 2.6.6

### Patch Changes

- Re-export the `isClerkRuntimeError()` utility function from `@clerk/clerk-react`. ([#4815](https://github.com/clerk/javascript/pull/4815)) by [@anagstef](https://github.com/anagstef)

- Updated dependencies [[`99f7536f191eb7b4f2ecff008f5523c500a02816`](https://github.com/clerk/javascript/commit/99f7536f191eb7b4f2ecff008f5523c500a02816), [`05c5de9201ac94ca889d4b65a9aab2946beb2474`](https://github.com/clerk/javascript/commit/05c5de9201ac94ca889d4b65a9aab2946beb2474)]:
- @clerk/clerk-js@5.43.4
- @clerk/clerk-react@5.20.4

## 2.6.5

### 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.5",
"version": "2.6.6",
"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.9.5

### Patch Changes

- Fix delete account action for `nb-NO` localization. ([#4821](https://github.com/clerk/javascript/pull/4821)) by [@lasseklovstad](https://github.com/lasseklovstad)

## 3.9.4

### Patch 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.9.4",
"version": "3.9.5",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/nuxt

## 0.1.6

### Patch Changes

- Fix Vite optimization issue that caused duplicate versions of @clerk/vue to be created on first load, resulting in the Vue plugin losing context. ([#4820](https://github.com/clerk/javascript/pull/4820)) by [@wobsoriano](https://github.com/wobsoriano)

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nuxt",
"version": "0.1.5",
"version": "0.1.6",
"description": "Clerk SDK for Nuxt",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/ui

## 0.3.6

### Patch Changes

- Updated dependencies [[`fa8be89155279f00b2a04da669e5ec3e22514d42`](https://github.com/clerk/javascript/commit/fa8be89155279f00b2a04da669e5ec3e22514d42)]:
- @clerk/localizations@3.9.5

## 0.3.5

### Patch 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": "0.3.5",
"version": "0.3.6",
"repository": {
"type": "git",
"url": "git+https://github.com/clerk/javascript.git",
Expand Down

0 comments on commit 20af3ab

Please sign in to comment.