Skip to content

Commit

Permalink
chore(repo): Version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent 71319f1 commit e1bc493
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 16 deletions.
15 changes: 14 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"blue-lies-drop",
"brave-suits-drive",
"breezy-deers-hide",
"bright-bats-marry",
"bright-dragons-join",
"bright-knives-jump",
"bright-plants-swim",
Expand Down Expand Up @@ -97,6 +98,7 @@
"curly-cycles-march",
"curly-news-push",
"curly-parrots-camp",
"curly-students-enjoy",
"curly-toes-complain",
"curvy-chefs-sneeze",
"curvy-cows-destroy",
Expand Down Expand Up @@ -139,6 +141,7 @@
"eight-cherries-tan",
"eight-dolphins-float",
"eight-geese-hang",
"eight-mangos-do",
"eight-plants-melt",
"eight-pots-guess",
"eighty-planets-provide",
Expand Down Expand Up @@ -296,6 +299,7 @@
"late-geckos-impress",
"late-insects-doubt",
"late-jobs-sort",
"late-kids-push",
"late-pillows-notice",
"late-wasps-attack",
"late-wolves-mate",
Expand Down Expand Up @@ -324,6 +328,7 @@
"little-dolphins-scream",
"little-numbers-jam",
"little-shoes-give",
"little-spoons-guess",
"long-beds-mate",
"long-dancers-whisper",
"long-icons-share",
Expand All @@ -337,6 +342,7 @@
"lovely-jars-explode",
"lovely-jobs-arrive",
"lovely-mirrors-remember",
"lovely-pears-eat",
"lovely-plums-sin",
"lovely-spies-kiss",
"lovely-students-occur",
Expand All @@ -354,6 +360,7 @@
"many-starfishes-warn",
"many-weeks-march",
"mean-frogs-hammer",
"mean-ghosts-develop",
"mean-houses-juggle",
"mean-numbers-grin",
"mean-poets-bow",
Expand Down Expand Up @@ -605,6 +612,7 @@
"spotty-boxes-do",
"spotty-boxes-fold",
"spotty-hotels-cheat",
"spotty-hotels-shout",
"spotty-nails-double",
"spotty-penguins-admire",
"spotty-ravens-sleep",
Expand Down Expand Up @@ -665,6 +673,7 @@
"thirty-kings-trade",
"thirty-news-mate",
"thirty-taxis-ring",
"three-bulldogs-smile",
"three-planes-tell",
"tidy-buttons-pump",
"tidy-dots-lick",
Expand All @@ -681,10 +690,12 @@
"tough-lobsters-camp",
"tough-peas-teach",
"tough-pots-grow",
"tough-rings-rest",
"tough-roses-hunt",
"tricky-bikes-fix",
"tricky-boxes-juggle",
"tricky-buses-march",
"tricky-frogs-fail",
"tricky-swans-develop",
"twelve-lions-remain",
"twenty-elephants-try",
Expand All @@ -704,6 +715,7 @@
"violet-birds-scream",
"violet-penguins-nail",
"violet-roses-look",
"violet-windows-turn",
"warm-apricots-design",
"warm-books-begin",
"warm-dragons-think",
Expand Down Expand Up @@ -746,6 +758,7 @@
"young-experts-attack",
"young-frogs-enjoy",
"young-guests-help",
"young-items-explode"
"young-items-explode",
"young-shoes-sin"
]
}
16 changes: 8 additions & 8 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/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.0-beta.36

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@5.0.0-beta.36

## 1.0.0-beta.35

### 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.0.0-beta.35",
"version": "1.0.0-beta.36",
"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.0.0-beta.35",
"@clerk/clerk-js": "5.0.0-beta.36",
"@clerk/clerk-react": "5.0.0-beta.31",
"@clerk/shared": "2.0.0-beta.19",
"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.0.0-beta.36

### Patch Changes

- Updated dependencies [[`78ed58da4`](https://github.com/clerk/javascript/commit/78ed58da4b75a6324edb884b55b5c573b121e750), [`75d6bf9ad`](https://github.com/clerk/javascript/commit/75d6bf9ade57f1b4d8d68d070fd4c20c0a40d066)]:
- @clerk/localizations@2.0.0-beta.19

## 5.0.0-beta.35

### 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.0.0-beta.35",
"version": "5.0.0-beta.36",
"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.0.0-beta.18",
"@clerk/localizations": "2.0.0-beta.19",
"@clerk/shared": "2.0.0-beta.19",
"@clerk/types": "4.0.0-beta.21",
"@emotion/cache": "11.11.0",
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.0.0-beta.36

### Patch Changes

- Updated dependencies []:
- @clerk/clerk-js@5.0.0-beta.36

## 1.0.0-beta.35

### 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.0.0-beta.35",
"version": "1.0.0-beta.36",
"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.0.0-beta.35",
"@clerk/clerk-js": "5.0.0-beta.36",
"@clerk/clerk-react": "5.0.0-beta.31",
"@clerk/shared": "2.0.0-beta.19",
"base-64": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.0-beta.19

### Patch Changes

- Translate EN strings to ES in es-ES.ts ([#3020](https://github.com/clerk/javascript/pull/3020)) by [@pauloconde](https://github.com/pauloconde)

- Added Mongolian (mn-MN) localizations ([#3024](https://github.com/clerk/javascript/pull/3024)) by [@TsPuujee](https://github.com/TsPuujee)

## 2.0.0-beta.18

### 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.0.0-beta.18",
"version": "2.0.0-beta.19",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down

0 comments on commit e1bc493

Please sign in to comment.