Skip to content

Commit

Permalink
ci(repo): Version packages (#4173)
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 Sep 16, 2024
1 parent eb82eb0 commit 4ce6f68
Show file tree
Hide file tree
Showing 36 changed files with 147 additions and 76 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-bottles-sin.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/grumpy-clocks-own.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quick-hornets-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-carrots-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-avocados-refuse.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/ten-olives-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-buses-hammer.md

This file was deleted.

50 changes: 25 additions & 25 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.4

### Patch Changes

- Updated dependencies [[`e578b1599`](https://github.com/clerk/javascript/commit/e578b1599451d9f2122f12d835b510b26882e839)]:
- @clerk/backend@1.13.0

## 1.3.3

### 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.3.3",
"version": "1.3.4",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"dependencies": {
"@clerk/backend": "1.12.0",
"@clerk/backend": "1.13.0",
"@clerk/shared": "2.8.0",
"@clerk/types": "4.21.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.13.0

### Minor Changes

- Add new refresh token flow to reduce errors arising from too many redirects ([#4154](https://github.com/clerk/javascript/pull/4154)) by [@dstaley](https://github.com/dstaley)

## 1.12.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.12.0",
"version": "1.13.0",
"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/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.6

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@5.22.1

## 1.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "1.3.5",
"version": "1.3.6",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.22.0",
"@clerk/clerk-js": "5.22.1",
"@clerk/clerk-react": "5.9.0",
"@clerk/shared": "2.8.0",
"webextension-polyfill": "^0.10.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.22.1

### Patch Changes

- Updated dependencies [[`2d8e6e9d0`](https://github.com/clerk/javascript/commit/2d8e6e9d00ce3568bceb4cb79421eb61c0cf8715), [`bcc5eba39`](https://github.com/clerk/javascript/commit/bcc5eba39260ec1f99c0e0bd95e8ea13ce73e921)]:
- @clerk/localizations@3.0.3

## 5.22.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.22.0",
"version": "5.22.1",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "3.0.2",
"@clerk/localizations": "3.0.3",
"@clerk/shared": "2.8.0",
"@clerk/types": "4.21.0",
"@coinbase/wallet-sdk": "4.0.4",
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.8

### Patch Changes

- Update dependencies (`concurrently@9.0.1`) ([#4175](https://github.com/clerk/javascript/pull/4175)) by [@dstaley](https://github.com/dstaley)

## 0.0.7

### 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.7",
"version": "0.0.8",
"license": "MIT",
"type": "module",
"author": "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.2.12

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@5.22.1

## 2.2.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "2.2.11",
"version": "2.2.12",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -55,7 +55,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.22.0",
"@clerk/clerk-js": "5.22.1",
"@clerk/clerk-react": "5.9.0",
"@clerk/shared": "2.8.0",
"@clerk/types": "4.21.0",
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.1.1

### Patch Changes

- Updated dependencies [[`e578b1599`](https://github.com/clerk/javascript/commit/e578b1599451d9f2122f12d835b510b26882e839)]:
- @clerk/backend@1.13.0

## 0.1.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": "0.1.0",
"version": "0.1.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.12.0",
"@clerk/backend": "^1.13.0",
"@clerk/shared": "^2.8.0",
"@clerk/types": "4.21.0",
"tslib": "2.4.1"
Expand Down
Loading

0 comments on commit 4ce6f68

Please sign in to comment.