Skip to content

Commit

Permalink
ci(repo): Version packages (#4179)
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 17, 2024
1 parent cca3ee3 commit 26ab88c
Show file tree
Hide file tree
Showing 33 changed files with 206 additions and 100 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-lobsters-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-seals-beg.md

This file was deleted.

90 changes: 45 additions & 45 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.3.5

### Patch Changes

- Updated dependencies [[`3743eb911`](https://github.com/clerk/javascript/commit/3743eb9114733f20ed56a863ab98fa9c363b6723)]:
- @clerk/shared@2.8.1
- @clerk/backend@1.13.1

## 1.3.4

### 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.3.4",
"version": "1.3.5",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -79,8 +79,8 @@
}
},
"dependencies": {
"@clerk/backend": "1.13.0",
"@clerk/shared": "2.8.0",
"@clerk/backend": "1.13.1",
"@clerk/shared": "2.8.1",
"@clerk/types": "4.21.0",
"nanoid": "5.0.7",
"nanostores": "0.11.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.13.1

### Patch Changes

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

## 1.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.13.0",
"version": "1.13.1",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down Expand Up @@ -95,7 +95,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/shared": "2.8.0",
"@clerk/shared": "2.8.1",
"@clerk/types": "4.21.0",
"cookie": "0.5.0",
"snakecase-keys": "5.4.4",
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.3.7

### Patch Changes

- Updated dependencies [[`3743eb911`](https://github.com/clerk/javascript/commit/3743eb9114733f20ed56a863ab98fa9c363b6723), [`cca3ee371`](https://github.com/clerk/javascript/commit/cca3ee37171de22c9feb9d5985d1829a4ff2fe13)]:
- @clerk/shared@2.8.1
- @clerk/clerk-js@5.22.2
- @clerk/clerk-react@5.9.1

## 1.3.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "1.3.7",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -47,9 +47,9 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.22.1",
"@clerk/clerk-react": "5.9.0",
"@clerk/shared": "2.8.0",
"@clerk/clerk-js": "5.22.2",
"@clerk/clerk-react": "5.9.1",
"@clerk/shared": "2.8.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.22.2

### Patch Changes

- Add color to phone input select options to fix rendering within dark and shadesOfPurple themes. ([#4176](https://github.com/clerk/javascript/pull/4176)) by [@alexcarpenter](https://github.com/alexcarpenter)

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

## 5.22.1

### Patch 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.1",
"version": "5.22.2",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down Expand Up @@ -51,7 +51,7 @@
"browserslist": "last 2 versions, ios_saf > 12, Safari > 12, > 1%, not dead, not ie > 0",
"dependencies": {
"@clerk/localizations": "3.0.3",
"@clerk/shared": "2.8.0",
"@clerk/shared": "2.8.1",
"@clerk/types": "4.21.0",
"@coinbase/wallet-sdk": "4.0.4",
"@emotion/cache": "11.11.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @clerk/elements

## 0.15.4

## 0.15.3

### Patch Changes
Expand Down
Loading

0 comments on commit 26ab88c

Please sign in to comment.