Skip to content

Commit 909ae62

Browse files
chore(repo): Version packages (beta) (#2954)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 629881c commit 909ae62

File tree

19 files changed

+143
-17
lines changed

19 files changed

+143
-17
lines changed

.changeset/pre.json

Lines changed: 9 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",
@@ -143,6 +144,7 @@
143144
"fair-cameras-boil",
144145
"fair-donuts-approve",
145146
"fair-peas-promise",
147+
"famous-bugs-tell",
146148
"famous-carrots-notice",
147149
"famous-forks-buy",
148150
"famous-penguins-bow",
@@ -288,13 +290,15 @@
288290
"lemon-kings-love",
289291
"lemon-rockets-explode",
290292
"lemon-rocks-act",
293+
"lemon-starfishes-buy",
291294
"lemon-turkeys-provide",
292295
"lemon-worms-chew",
293296
"light-apples-joke",
294297
"light-buckets-check",
295298
"light-chairs-impress",
296299
"light-cherries-build",
297300
"light-doors-invent",
301+
"light-doors-teach",
298302
"light-shirts-lick",
299303
"light-snakes-type",
300304
"light-spoons-divide",
@@ -427,6 +431,7 @@
427431
"poor-horses-press",
428432
"poor-kings-marry",
429433
"poor-rats-pump",
434+
"popular-monkeys-clap",
430435
"popular-parents-hope",
431436
"popular-singers-sort",
432437
"pretty-mice-share",
@@ -475,6 +480,7 @@
475480
"rude-cows-fry",
476481
"rude-deers-fetch",
477482
"rude-falcons-grow",
483+
"rude-falcons-thank",
478484
"rude-gorillas-smash",
479485
"rude-jobs-yawn",
480486
"rude-lamps-yawn",
@@ -499,6 +505,7 @@
499505
"shiny-games-buy",
500506
"shiny-glasses-switch",
501507
"shiny-pumas-share",
508+
"shiny-ties-complain",
502509
"short-cheetahs-punch",
503510
"short-eagles-search",
504511
"short-kings-mate",
@@ -539,6 +546,7 @@
539546
"slow-eels-fly",
540547
"slow-wombats-battle",
541548
"small-cats-check",
549+
"small-cooks-boil",
542550
"small-dodos-marry",
543551
"small-ladybugs-mate",
544552
"small-months-sing",
@@ -691,6 +699,7 @@
691699
"witty-eggs-punch",
692700
"witty-forks-cheer",
693701
"witty-jokes-repair",
702+
"witty-pens-arrive",
694703
"witty-shirts-dream",
695704
"yellow-elephants-begin",
696705
"yellow-frogs-teach",

packages/backend/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+
## 1.0.0-beta.28
4+
5+
### Minor Changes
6+
7+
- Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from `authenticateRequest()` ([#2898](https://github.com/clerk/javascript/pull/2898)) by [@dimkl](https://github.com/dimkl)
8+
39
## 1.0.0-beta.27
410

511
### Patch Changes

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "1.0.0-beta.27",
3+
"version": "1.0.0-beta.28",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

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/fastify/CHANGELOG.md

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

3+
## 1.0.0-beta.34
4+
5+
### Minor Changes
6+
7+
- Re-export everything from `@clerk/backend` in `@clerk/fastify` to support common backend types and functionality without adding `@clerk/backend` as dependency. ([#2968](https://github.com/clerk/javascript/pull/2968)) by [@dimkl](https://github.com/dimkl)
8+
9+
New exports:
10+
11+
- `verifyToken()`
12+
13+
New exported types:
14+
15+
- `ClerkOptions`
16+
- `ClerkClient`
17+
- `OrganizationMembershipRole`
18+
- `VerifyTokenOptions`
19+
- `WebhookEvent`
20+
- `WebhookEventType`
21+
- `AllowlistIdentifier`
22+
- `Client`
23+
- `EmailAddress`
24+
- `ExternalAccount`
25+
- `Invitation`
26+
- `OauthAccessToken`
27+
- `Organization`
28+
- `OrganizationInvitation`
29+
- `OrganizationMembership`
30+
- `OrganizationMembershipPublicUserData`
31+
- `PhoneNumber`
32+
- `Session`
33+
- `SignInToken`
34+
- `SMSMessage`
35+
- `Token`
36+
- `User`
37+
38+
- Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from `authenticateRequest()` ([#2898](https://github.com/clerk/javascript/pull/2898)) by [@dimkl](https://github.com/dimkl)
39+
40+
### Patch Changes
41+
42+
- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
43+
44+
345
## 1.0.0-beta.33
446

547
### Patch Changes

packages/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/fastify",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.34",
44
"description": "Clerk SDK for Fastify",
55
"keywords": [
66
"auth",
@@ -40,7 +40,7 @@
4040
"test:cache:clear": "jest --clearCache --useStderr"
4141
},
4242
"dependencies": {
43-
"@clerk/backend": "1.0.0-beta.27",
43+
"@clerk/backend": "1.0.0-beta.28",
4444
"@clerk/shared": "2.0.0-beta.19",
4545
"@clerk/types": "4.0.0-beta.20",
4646
"cookies": "0.8.0"

packages/gatsby-plugin-clerk/CHANGELOG.md

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

3+
## 5.0.0-beta.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
8+
- @clerk/clerk-sdk-node@5.0.0-beta.29
9+
- @clerk/backend@1.0.0-beta.28
10+
311
## 5.0.0-beta.33
412

513
### Patch Changes

packages/gatsby-plugin-clerk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-clerk",
3-
"version": "5.0.0-beta.33",
3+
"version": "5.0.0-beta.34",
44
"description": "Clerk SDK for Gatsby",
55
"keywords": [
66
"clerk",
@@ -44,9 +44,9 @@
4444
"publish:local": "npx yalc push --replace --sig"
4545
},
4646
"dependencies": {
47-
"@clerk/backend": "1.0.0-beta.27",
47+
"@clerk/backend": "1.0.0-beta.28",
4848
"@clerk/clerk-react": "5.0.0-beta.30",
49-
"@clerk/clerk-sdk-node": "5.0.0-beta.28",
49+
"@clerk/clerk-sdk-node": "5.0.0-beta.29",
5050
"cookie": "0.5.0",
5151
"tslib": "2.4.1"
5252
},

packages/nextjs/CHANGELOG.md

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

3+
## 5.0.0-beta.34
4+
5+
### Minor Changes
6+
7+
- Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from `authenticateRequest()` ([#2898](https://github.com/clerk/javascript/pull/2898)) by [@dimkl](https://github.com/dimkl)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
12+
13+
314
## 5.0.0-beta.33
415

516
### Patch Changes

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "5.0.0-beta.33",
3+
"version": "5.0.0-beta.34",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",
@@ -67,7 +67,7 @@
6767
"test:ci": "jest --maxWorkers=70%"
6868
},
6969
"dependencies": {
70-
"@clerk/backend": "1.0.0-beta.27",
70+
"@clerk/backend": "1.0.0-beta.28",
7171
"@clerk/clerk-react": "5.0.0-beta.30",
7272
"@clerk/shared": "2.0.0-beta.19",
7373
"path-to-regexp": "6.2.1"

packages/remix/CHANGELOG.md

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

3+
## 4.0.0-beta.34
4+
5+
### Minor Changes
6+
7+
- Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from `authenticateRequest()` ([#2898](https://github.com/clerk/javascript/pull/2898)) by [@dimkl](https://github.com/dimkl)
8+
9+
### Patch Changes
10+
11+
- 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)
12+
13+
- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
14+
- @clerk/backend@1.0.0-beta.28
15+
316
## 4.0.0-beta.33
417

518
### Patch Changes

packages/remix/package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -73,7 +73,7 @@
7373
"publish:local": "npx yalc push --replace --sig"
7474
},
7575
"dependencies": {
76-
"@clerk/backend": "1.0.0-beta.27",
76+
"@clerk/backend": "1.0.0-beta.28",
7777
"@clerk/clerk-react": "5.0.0-beta.30",
7878
"@clerk/shared": "2.0.0-beta.19",
7979
"cookie": "0.5.0",

packages/sdk-node/CHANGELOG.md

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

3+
## 5.0.0-beta.29
4+
5+
### Minor Changes
6+
7+
- Expose debug headers in response for handshake / signed-out states from SDKs using headers returned from `authenticateRequest()` ([#2898](https://github.com/clerk/javascript/pull/2898)) by [@dimkl](https://github.com/dimkl)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
12+
- @clerk/backend@1.0.0-beta.28
13+
314
## 5.0.0-beta.28
415

516
### Patch Changes

packages/sdk-node/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-sdk-node",
3-
"version": "5.0.0-beta.28",
3+
"version": "5.0.0-beta.29",
44
"description": "Clerk server SDK for usage with node",
55
"keywords": [
66
"clerk",
@@ -53,7 +53,7 @@
5353
"test:ci": "jest --maxWorkers=70%"
5454
},
5555
"dependencies": {
56-
"@clerk/backend": "1.0.0-beta.27",
56+
"@clerk/backend": "1.0.0-beta.28",
5757
"@clerk/shared": "2.0.0-beta.19",
5858
"camelcase-keys": "6.2.2",
5959
"snakecase-keys": "3.2.1"

0 commit comments

Comments
 (0)