Skip to content

Commit

Permalink
ci(repo): Version packages (#4780)
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 Dec 16, 2024
1 parent 5ed3576 commit 9f3dcb5
Show file tree
Hide file tree
Showing 27 changed files with 86 additions and 50 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.

5 changes: 0 additions & 5 deletions .changeset/loud-keys-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-wasps-rush.md

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shy-steaks-tell.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-beans-trade.md

This file was deleted.

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

### Patch Changes

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

## 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
15 changes: 15 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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)

### Patch Changes

- fix: Properly detect and create devBrowser when the suffixed version is missing but an unsuffixed version exists ([#4776](https://github.com/clerk/javascript/pull/4776)) by [@panteliselef](https://github.com/panteliselef)

If the \_\_clerk_db_jwt referred to a different instance, we’d fetch `/environment` and `/client` with mismatched publishable keys and JWTs, breaking the app.

- Updated dependencies [[`1677fa46862accd25d4837c9abd9a7a70c5b7858`](https://github.com/clerk/javascript/commit/1677fa46862accd25d4837c9abd9a7a70c5b7858), [`dcd2f3973ca90500fda9e52c4f81e631c49e87fc`](https://github.com/clerk/javascript/commit/dcd2f3973ca90500fda9e52c4f81e631c49e87fc)]:
- @clerk/localizations@3.9.3

## 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
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.6.2

### Patch Changes

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

## 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
8 changes: 8 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.9.3

### Patch Changes

- Improve `el-GR` localization. ([#4757](https://github.com/clerk/javascript/pull/4757)) by [@dikaioai](https://github.com/dikaioai)

- Improve `pl-PL` localization. ([#4781](https://github.com/clerk/javascript/pull/4781)) by [@mic0ishere](https://github.com/mic0ishere)

## 3.9.2

### 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.2",
"version": "3.9.3",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down
9 changes: 9 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 6.9.3

### Patch Changes

- Improves the error message when changing keys in development causes a subsequent request to fail. ([#4787](https://github.com/clerk/javascript/pull/4787)) by [@panteliselef](https://github.com/panteliselef)

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

## 6.9.2

### 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.2",
"version": "6.9.3",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
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
9 changes: 9 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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)

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

## 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
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.3

### Patch Changes

- Updated dependencies [[`1677fa46862accd25d4837c9abd9a7a70c5b7858`](https://github.com/clerk/javascript/commit/1677fa46862accd25d4837c9abd9a7a70c5b7858), [`dcd2f3973ca90500fda9e52c4f81e631c49e87fc`](https://github.com/clerk/javascript/commit/dcd2f3973ca90500fda9e52c4f81e631c49e87fc)]:
- @clerk/localizations@3.9.3

## 0.3.2

### 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.2",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "git+https://github.com/clerk/javascript.git",
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 9f3dcb5

Please # to comment.