Skip to content

Commit

Permalink
ci(repo): Version packages (#4353)
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 Oct 17, 2024
1 parent e1a2654 commit bf83dd5
Show file tree
Hide file tree
Showing 20 changed files with 96 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-flies-compare.md

This file was deleted.

34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/astro

## 1.3.16

### Patch Changes

- Updated dependencies [[`e1a26547a`](https://github.com/clerk/javascript/commit/e1a26547a9c65f4c79c2bbd4dc386ddf67c2fbee)]:
- @clerk/backend@1.14.1

## 1.3.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "1.3.15",
"version": "1.3.16",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down Expand Up @@ -81,7 +81,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.14.0",
"@clerk/backend": "1.14.1",
"@clerk/shared": "2.9.2",
"@clerk/types": "4.26.0",
"nanoid": "5.0.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.14.1

### Patch Changes

- Remove console error message from refresh token flow failures. ([#4351](https://github.com/clerk/javascript/pull/4351)) by [@anagstef](https://github.com/anagstef)

## 1.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.14.0",
"version": "1.14.1",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.1

### Patch Changes

- Updated dependencies [[`e1a26547a`](https://github.com/clerk/javascript/commit/e1a26547a9c65f4c79c2bbd4dc386ddf67c2fbee)]:
- @clerk/backend@1.14.1

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "1.3.0",
"version": "1.3.1",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "^1.14.0",
"@clerk/backend": "^1.14.1",
"@clerk/shared": "^2.9.2",
"@clerk/types": "4.26.0",
"tslib": "2.4.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.3

### Patch Changes

- Updated dependencies [[`e1a26547a`](https://github.com/clerk/javascript/commit/e1a26547a9c65f4c79c2bbd4dc386ddf67c2fbee)]:
- @clerk/backend@1.14.1

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "2.0.2",
"version": "2.0.3",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down Expand Up @@ -40,7 +40,7 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/backend": "1.14.0",
"@clerk/backend": "1.14.1",
"@clerk/shared": "2.9.2",
"@clerk/types": "4.26.0",
"cookies": "0.8.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.7.5

### Patch Changes

- Updated dependencies [[`e1a26547a`](https://github.com/clerk/javascript/commit/e1a26547a9c65f4c79c2bbd4dc386ddf67c2fbee)]:
- @clerk/backend@1.14.1

## 5.7.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "5.7.4",
"version": "5.7.5",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "1.14.0",
"@clerk/backend": "1.14.1",
"@clerk/clerk-react": "5.12.0",
"@clerk/shared": "2.9.2",
"@clerk/types": "4.26.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.2.39

### Patch Changes

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

## 4.2.38

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "4.2.38",
"version": "4.2.39",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down Expand Up @@ -73,7 +73,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.14.0",
"@clerk/backend": "1.14.1",
"@clerk/clerk-react": "5.12.0",
"@clerk/shared": "2.9.2",
"@clerk/types": "4.26.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.0.52

### Patch Changes

- Updated dependencies [[`e1a26547a`](https://github.com/clerk/javascript/commit/e1a26547a9c65f4c79c2bbd4dc386ddf67c2fbee)]:
- @clerk/backend@1.14.1

## 5.0.51

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-sdk-node",
"version": "5.0.51",
"version": "5.0.52",
"description": "Clerk server SDK for usage with node",
"keywords": [
"clerk",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "1.14.0",
"@clerk/backend": "1.14.1",
"@clerk/shared": "2.9.2",
"@clerk/types": "4.26.0",
"tslib": "2.4.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/tanstack-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/tanstack-start

## 0.4.15

### Patch Changes

- Updated dependencies [[`e1a26547a`](https://github.com/clerk/javascript/commit/e1a26547a9c65f4c79c2bbd4dc386ddf67c2fbee)]:
- @clerk/backend@1.14.1

## 0.4.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tanstack-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/tanstack-start",
"version": "0.4.14",
"version": "0.4.15",
"description": "Clerk SDK for TanStack Start",
"keywords": [
"clerk",
Expand Down Expand Up @@ -54,7 +54,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.14.0",
"@clerk/backend": "1.14.1",
"@clerk/clerk-react": "5.12.0",
"@clerk/shared": "2.9.2",
"@clerk/types": "4.26.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/testing

## 1.3.13

### Patch Changes

- Updated dependencies [[`e1a26547a`](https://github.com/clerk/javascript/commit/e1a26547a9c65f4c79c2bbd4dc386ddf67c2fbee)]:
- @clerk/backend@1.14.1

## 1.3.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/testing",
"version": "1.3.12",
"version": "1.3.13",
"description": "Utilities to help you create E2E test suites for apps using Clerk",
"keywords": [
"auth",
Expand Down Expand Up @@ -62,7 +62,7 @@
"lint": "eslint src/"
},
"dependencies": {
"@clerk/backend": "1.14.0",
"@clerk/backend": "1.14.1",
"@clerk/shared": "2.9.2",
"@clerk/types": "4.26.0",
"dotenv": "16.4.5"
Expand Down

0 comments on commit bf83dd5

Please sign in to comment.