Skip to content

Commit

Permalink
ci(repo): Version packages (#3785)
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 Jul 23, 2024
1 parent a5d9b48 commit c442839
Show file tree
Hide file tree
Showing 36 changed files with 155 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-suits-flow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nine-terms-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-toes-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-needles-study.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/soft-fans-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-games-deliver.md

This file was deleted.

56 changes: 28 additions & 28 deletions package-lock.json

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

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

## 1.0.2

### Patch Changes

- Updated dependencies [[`045fb93cb`](https://github.com/clerk/javascript/commit/045fb93cbf577ca84e5b95fc6dfaacde67693be2)]:
- @clerk/backend@1.4.1
- @clerk/clerk-js@5.10.1

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.2",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -79,8 +79,8 @@
}
},
"dependencies": {
"@clerk/backend": "1.4.0",
"@clerk/clerk-js": "5.10.0",
"@clerk/backend": "1.4.1",
"@clerk/clerk-js": "5.10.1",
"@clerk/shared": "2.4.0",
"@clerk/types": "4.9.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.4.1

### Patch Changes

- Handle the scenario where FAPI returns unsuffixed cookies without throwing a handshake ([#3789](https://github.com/clerk/javascript/pull/3789)) by [@dimkl](https://github.com/dimkl)

## 1.4.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.4.0",
"version": "1.4.1",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.1.6

### Patch Changes

- Appropriately handle fulfilled, but null, cookie promises ([#3788](https://github.com/clerk/javascript/pull/3788)) by [@tmilewski](https://github.com/tmilewski)

- Updated dependencies []:
- @clerk/[email protected]

## 1.1.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.1.5",
"version": "1.1.6",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.10.0",
"@clerk/clerk-js": "5.10.1",
"@clerk/clerk-react": "5.2.9",
"@clerk/shared": "2.4.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.10.1

### Patch Changes

- Updated dependencies [[`24465035c`](https://github.com/clerk/javascript/commit/24465035c6f044ec76c31deeedc2fce0a19cad88)]:
- @clerk/localizations@2.5.1

## 5.10.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.10.0",
"version": "5.10.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": "2.5.0",
"@clerk/localizations": "2.5.1",
"@clerk/shared": "2.4.0",
"@clerk/types": "4.9.0",
"@emotion/cache": "11.11.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @clerk/dev-cli

## 0.0.1

### Patch Changes

- Introduce `clerk-dev` CLI tool ([#3689](https://github.com/clerk/javascript/pull/3689)) by [@dstaley](https://github.com/dstaley)
2 changes: 1 addition & 1 deletion packages/dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/dev-cli",
"version": "0.0.0",
"version": "0.0.1",
"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

## 1.2.9

### Patch Changes

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

## 1.2.8

### 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": "1.2.8",
"version": "1.2.9",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,7 +39,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.10.0",
"@clerk/clerk-js": "5.10.1",
"@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/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.0.19

### Patch Changes

- Updated dependencies [[`045fb93cb`](https://github.com/clerk/javascript/commit/045fb93cbf577ca84e5b95fc6dfaacde67693be2)]:
- @clerk/backend@1.4.1

## 0.0.18

### Patch Changes
Expand Down
Loading

0 comments on commit c442839

Please sign in to comment.