Skip to content

Commit dabde96

Browse files
chore(repo): Version packages (beta)
1 parent 430ebb9 commit dabde96

File tree

9 files changed

+45
-6
lines changed

9 files changed

+45
-6
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"eight-geese-hang",
134134
"eight-plants-melt",
135135
"eight-pots-guess",
136+
"eighty-planets-provide",
136137
"eighty-walls-appear",
137138
"eleven-bananas-joke",
138139
"eleven-clouds-wave",
@@ -295,6 +296,7 @@
295296
"light-chairs-impress",
296297
"light-cherries-build",
297298
"light-doors-invent",
299+
"light-doors-teach",
298300
"light-shirts-lick",
299301
"light-snakes-type",
300302
"light-spoons-divide",
@@ -427,6 +429,7 @@
427429
"poor-horses-press",
428430
"poor-kings-marry",
429431
"poor-rats-pump",
432+
"popular-monkeys-clap",
430433
"popular-parents-hope",
431434
"popular-singers-sort",
432435
"pretty-mice-share",
@@ -475,6 +478,7 @@
475478
"rude-cows-fry",
476479
"rude-deers-fetch",
477480
"rude-falcons-grow",
481+
"rude-falcons-thank",
478482
"rude-gorillas-smash",
479483
"rude-jobs-yawn",
480484
"rude-lamps-yawn",
@@ -499,6 +503,7 @@
499503
"shiny-games-buy",
500504
"shiny-glasses-switch",
501505
"shiny-pumas-share",
506+
"shiny-ties-complain",
502507
"short-cheetahs-punch",
503508
"short-eagles-search",
504509
"short-kings-mate",
@@ -539,6 +544,7 @@
539544
"slow-eels-fly",
540545
"slow-wombats-battle",
541546
"small-cats-check",
547+
"small-cooks-boil",
542548
"small-dodos-marry",
543549
"small-ladybugs-mate",
544550
"small-months-sing",
@@ -691,6 +697,7 @@
691697
"witty-eggs-punch",
692698
"witty-forks-cheer",
693699
"witty-jokes-repair",
700+
"witty-pens-arrive",
694701
"witty-shirts-dream",
695702
"yellow-elephants-begin",
696703
"yellow-frogs-teach",

packages/chrome-extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.0.0-beta.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`141f09fdc`](https://github.com/clerk/javascript/commit/141f09fdc897f94f3fbcdf8d10442489307e032c), [`fe6215dea`](https://github.com/clerk/javascript/commit/fe6215deaf44d35a31f760283fc6cfa451845e98), [`5db6dbb90`](https://github.com/clerk/javascript/commit/5db6dbb90dc0e5a5836ad6279787525d66eefb02)]:
8+
- @clerk/clerk-js@5.0.0-beta.34
9+
310
## 1.0.0-beta.33
411

512
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.34",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",
@@ -44,7 +44,7 @@
4444
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
4545
},
4646
"dependencies": {
47-
"@clerk/clerk-js": "5.0.0-beta.33",
47+
"@clerk/clerk-js": "5.0.0-beta.34",
4848
"@clerk/clerk-react": "5.0.0-beta.30",
4949
"@clerk/shared": "2.0.0-beta.19",
5050
"webextension-polyfill": "^0.10.0"

packages/clerk-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 5.0.0-beta.34
4+
5+
### Patch Changes
6+
7+
- Fix the input box-shadow on iOS 16 devices ([#2946](https://github.com/clerk/javascript/pull/2946)) by [@anagstef](https://github.com/anagstef)
8+
9+
- Fix the OAuth errors coming from the server to use localizations ([#2957](https://github.com/clerk/javascript/pull/2957)) by [@anagstef](https://github.com/anagstef)
10+
11+
- Remove the `__clerk_ticket` and `__clerk_invitation_token` query params after they are consumed. ([#2949](https://github.com/clerk/javascript/pull/2949)) by [@desiprisg](https://github.com/desiprisg)
12+
313
## 5.0.0-beta.33
414

515
### Minor Changes

packages/clerk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "5.0.0-beta.33",
3+
"version": "5.0.0-beta.34",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.0.0-beta.34
4+
5+
### Patch Changes
6+
7+
- Update `expo-auth-session` dependency from 5.0.2 to 5.4.0 and `expo-web-browser` from 12.3.2 to 12.8.2 ([#2938](https://github.com/clerk/javascript/pull/2938)) by [@octoper](https://github.com/octoper)
8+
9+
- Updated dependencies [[`141f09fdc`](https://github.com/clerk/javascript/commit/141f09fdc897f94f3fbcdf8d10442489307e032c), [`fe6215dea`](https://github.com/clerk/javascript/commit/fe6215deaf44d35a31f760283fc6cfa451845e98), [`5db6dbb90`](https://github.com/clerk/javascript/commit/5db6dbb90dc0e5a5836ad6279787525d66eefb02)]:
10+
- @clerk/clerk-js@5.0.0-beta.34
11+
312
## 1.0.0-beta.33
413

514
### Patch Changes

packages/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.34",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",
@@ -39,7 +39,7 @@
3939
"publish:local": "npx yalc push --replace --sig"
4040
},
4141
"dependencies": {
42-
"@clerk/clerk-js": "5.0.0-beta.33",
42+
"@clerk/clerk-js": "5.0.0-beta.34",
4343
"@clerk/clerk-react": "5.0.0-beta.30",
4444
"@clerk/shared": "2.0.0-beta.19",
4545
"base-64": "^1.0.0",

packages/remix/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.0-beta.34
4+
5+
### Patch Changes
6+
7+
- Replace `response.clone()` with `new Response(response.body, response)` to avoid creating multiple branches of a single stream on Cloudflare workers ([issue reference](https://github.com/cloudflare/workers-sdk/issues/3259)). ([#2953](https://github.com/clerk/javascript/pull/2953)) by [@octoper](https://github.com/octoper)
8+
39
## 4.0.0-beta.33
410

511
### Patch Changes

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/remix",
3-
"version": "4.0.0-beta.33",
3+
"version": "4.0.0-beta.34",
44
"description": "Clerk SDK for Remix",
55
"keywords": [
66
"clerk",

0 commit comments

Comments
 (0)