Skip to content

Commit

Permalink
ci(repo): Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 55a30de commit ddb8a85
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 32 deletions.
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.

20 changes: 10 additions & 10 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.2

### Patch Changes

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

## 1.0.1

### 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.1",
"version": "1.0.2",
"type": "module",
"license": "MIT",
"author": "Clerk",
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@clerk/backend": "1.4.0",
"@clerk/clerk-js": "5.10.0",
"@clerk/clerk-js": "5.10.1",
"@clerk/shared": "2.4.0",
"@clerk/types": "4.9.0",
"nanoid": "5.0.7",
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.1.6

### Patch Changes

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

## 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/[email protected]

## 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
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.5.1

### Patch Changes

- Update german translations for passkeys ([#3695](https://github.com/clerk/javascript/pull/3695)) by [@navid-rji](https://github.com/navid-rji)

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "2.5.0",
"version": "2.5.1",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down

0 comments on commit ddb8a85

Please sign in to comment.