Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(repo): Version packages #3790

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/chilled-carpets-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-yaks-buy.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quiet-pans-greet.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/red-ducks-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-brooms-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-glasses-teach.md

This file was deleted.

42 changes: 21 additions & 21 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.0.3

### Patch Changes

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

## 1.0.2

### 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,7 +1,7 @@
{
"name": "@clerk/astro",
"description": "Clerk SDK for Astro",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"dependencies": {
"@clerk/backend": "1.4.1",
"@clerk/backend": "1.4.2",
"@clerk/clerk-js": "5.10.1",
"@clerk/shared": "2.4.0",
"@clerk/types": "4.9.0",
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.4.2

### Patch Changes

- Fix `getToken` returning `null` when signing in. ([#3764](https://github.com/clerk/javascript/pull/3764)) by [@anagstef](https://github.com/anagstef)

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/dev-cli

## 0.0.2

### Patch Changes

- Adjust package.json to align with the other published packages inside clerk/javascript ([#3793](https://github.com/clerk/javascript/pull/3793)) by [@LekoArts](https://github.com/LekoArts)

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clerk/dev-cli",
"description": "CLI tool designed to simplify the process of iterating on packages within the clerk/javascript repository",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"type": "module",
"author": "Clerk",
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clerk/elements

## 0.10.6

### Patch Changes

- Add support for checkbox input usage and `signOutOfOtherSessions` functionality ([#3791](https://github.com/clerk/javascript/pull/3791)) by [@alexcarpenter](https://github.com/alexcarpenter)

## 0.10.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.10.5",
"version": "0.10.6",
"description": "Clerk Elements",
"keywords": [
"clerk",
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

## 0.0.20

### Patch Changes

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

## 0.0.19

### Patch 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": "0.0.19",
"version": "0.0.20",
"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.4.1",
"@clerk/backend": "^1.4.2",
"@clerk/shared": "^2.4.0",
"@clerk/types": "4.9.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

## 1.0.22

### Patch Changes

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

## 1.0.21

### 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": "1.0.21",
"version": "1.0.22",
"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.4.1",
"@clerk/backend": "1.4.2",
"@clerk/shared": "2.4.0",
"@clerk/types": "4.9.0",
"cookies": "0.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.4.1",
"@clerk/backend": "1.4.2",
"@clerk/clerk-react": "5.2.9",
"@clerk/clerk-sdk-node": "5.0.18",
"@clerk/clerk-sdk-node": "5.0.19",
"@clerk/types": "4.9.0",
"cookie": "0.5.0",
"tslib": "2.4.1"
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.2.7

### Patch Changes

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

## 5.2.6

### 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.2.6",
"version": "5.2.7",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "1.4.1",
"@clerk/backend": "1.4.2",
"@clerk/clerk-react": "5.2.9",
"@clerk/shared": "2.4.0",
"@clerk/types": "4.9.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.6

### Patch Changes

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

## 4.2.5

### 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.5",
"version": "4.2.6",
"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.4.1",
"@clerk/backend": "1.4.2",
"@clerk/clerk-react": "5.2.9",
"@clerk/shared": "2.4.0",
"@clerk/types": "4.9.0",
Expand Down
Loading
Loading