Skip to content

Commit

Permalink
ci(repo): Version packages (#3873)
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 Aug 2, 2024
1 parent f079a02 commit 2e18230
Show file tree
Hide file tree
Showing 34 changed files with 150 additions and 84 deletions.
2 changes: 0 additions & 2 deletions .changeset/curly-monkeys-sort.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eleven-weeks-lay.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fluffy-wolves-itch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lazy-poems-burn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/metal-cups-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-points-raise.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/poor-cougars-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-parrots-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-mugs-clap.md

This file was deleted.

44 changes: 22 additions & 22 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.6

### Patch Changes

- Updated dependencies [[`992e5960c`](https://github.com/clerk/javascript/commit/992e5960c785eace83f3bad7c34d589fa313dcaf)]:
- @clerk/backend@1.5.1

## 1.0.5

### 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.5",
"version": "1.0.6",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"dependencies": {
"@clerk/backend": "1.5.0",
"@clerk/backend": "1.5.1",
"@clerk/clerk-js": "5.11.0",
"@clerk/shared": "2.4.2",
"@clerk/types": "4.10.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.5.1

### Patch Changes

- Retry handshake in case of handshake cookie collision in order to support multiple apps on same-level subdomains ([#3848](https://github.com/clerk/javascript/pull/3848)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 1.5.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.5.0",
"version": "1.5.1",
"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.5

### Patch Changes

- Remove macOS-specific Terminal functionality ([#3859](https://github.com/clerk/javascript/pull/3859)) by [@dstaley](https://github.com/dstaley)

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.12.0

### Minor Changes

- Add Metamask (Web3) support for sign in and sign up ([#3879](https://github.com/clerk/javascript/pull/3879)) by [@dstaley](https://github.com/dstaley)

## 0.11.0

### Minor 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.11.0",
"version": "0.12.0",
"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.23

### Patch Changes

- Updated dependencies [[`992e5960c`](https://github.com/clerk/javascript/commit/992e5960c785eace83f3bad7c34d589fa313dcaf)]:
- @clerk/backend@1.5.1

## 0.0.22

### 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.22",
"version": "0.0.23",
"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.5.0",
"@clerk/backend": "^1.5.1",
"@clerk/shared": "^2.4.2",
"@clerk/types": "4.10.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.25

### Patch Changes

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

## 1.0.24

### 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.24",
"version": "1.0.25",
"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.5.0",
"@clerk/backend": "1.5.1",
"@clerk/shared": "2.4.2",
"@clerk/types": "4.10.0",
"cookies": "0.8.0"
Expand Down
Loading

0 comments on commit 2e18230

Please sign in to comment.