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 16, 2024
1 parent 2de7ac4 commit 081cabf
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-olives-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-hats-clap.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/pink-onions-ring.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/stale-cougars-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-swans-sin.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.3

### Patch Changes

- Updated dependencies [[`2de7ac42f6db38e840ce84aceb2ecb1640493cf9`](https://github.com/clerk/javascript/commit/2de7ac42f6db38e840ce84aceb2ecb1640493cf9)]:
- @clerk/clerk-js@5.43.0

## 2.1.2

### 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.2",
"version": "2.1.3",
"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.0

### Minor Changes

- Redirect to the current page when within modal mode and no redirect URL is provided. ([#4768](https://github.com/clerk/javascript/pull/4768)) by [@alexcarpenter](https://github.com/alexcarpenter)

## 5.42.1

### 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.42.1",
"version": "5.43.0",
"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.2

### Patch Changes

- Updated dependencies [[`2de7ac42f6db38e840ce84aceb2ecb1640493cf9`](https://github.com/clerk/javascript/commit/2de7ac42f6db38e840ce84aceb2ecb1640493cf9)]:
- @clerk/clerk-js@5.43.0

## 2.6.1

### 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.1",
"version": "2.6.2",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/nuxt

## 0.1.3

### Patch Changes

- Updated dependencies [[`dfdf23bc9a25ebc13df98d553454a14c765423bb`](https://github.com/clerk/javascript/commit/dfdf23bc9a25ebc13df98d553454a14c765423bb)]:
- @clerk/vue@0.1.3

## 0.1.2

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

## 4.4.3

### Patch Changes

- Add note about React Router v7 to the README. If you want to use React Router v7 and Clerk together, please use the [`@clerk/react-router`](https://clerk.com/docs/references/react-router/overview) SDK instead. ([#4783](https://github.com/clerk/javascript/pull/4783)) by [@LekoArts](https://github.com/LekoArts)

## 4.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "4.4.2",
"version": "4.4.3",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/vue

## 0.1.3

### Patch Changes

- Fixed an issue when accessing Clerk properties inside composables before Clerk is available. ([#4779](https://github.com/clerk/javascript/pull/4779)) by [@wobsoriano](https://github.com/wobsoriano)

## 0.1.2

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

0 comments on commit 081cabf

Please sign in to comment.