Skip to content

Commit

Permalink
chore(repo): Version packages (beta) (#2954)
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 Mar 11, 2024
1 parent 629881c commit 909ae62
Show file tree
Hide file tree
Showing 19 changed files with 143 additions and 17 deletions.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"eight-geese-hang",
"eight-plants-melt",
"eight-pots-guess",
"eighty-planets-provide",
"eighty-walls-appear",
"eleven-bananas-joke",
"eleven-clouds-wave",
Expand All @@ -143,6 +144,7 @@
"fair-cameras-boil",
"fair-donuts-approve",
"fair-peas-promise",
"famous-bugs-tell",
"famous-carrots-notice",
"famous-forks-buy",
"famous-penguins-bow",
Expand Down Expand Up @@ -288,13 +290,15 @@
"lemon-kings-love",
"lemon-rockets-explode",
"lemon-rocks-act",
"lemon-starfishes-buy",
"lemon-turkeys-provide",
"lemon-worms-chew",
"light-apples-joke",
"light-buckets-check",
"light-chairs-impress",
"light-cherries-build",
"light-doors-invent",
"light-doors-teach",
"light-shirts-lick",
"light-snakes-type",
"light-spoons-divide",
Expand Down Expand Up @@ -427,6 +431,7 @@
"poor-horses-press",
"poor-kings-marry",
"poor-rats-pump",
"popular-monkeys-clap",
"popular-parents-hope",
"popular-singers-sort",
"pretty-mice-share",
Expand Down Expand Up @@ -475,6 +480,7 @@
"rude-cows-fry",
"rude-deers-fetch",
"rude-falcons-grow",
"rude-falcons-thank",
"rude-gorillas-smash",
"rude-jobs-yawn",
"rude-lamps-yawn",
Expand All @@ -499,6 +505,7 @@
"shiny-games-buy",
"shiny-glasses-switch",
"shiny-pumas-share",
"shiny-ties-complain",
"short-cheetahs-punch",
"short-eagles-search",
"short-kings-mate",
Expand Down Expand Up @@ -539,6 +546,7 @@
"slow-eels-fly",
"slow-wombats-battle",
"small-cats-check",
"small-cooks-boil",
"small-dodos-marry",
"small-ladybugs-mate",
"small-months-sing",
Expand Down Expand Up @@ -691,6 +699,7 @@
"witty-eggs-punch",
"witty-forks-cheer",
"witty-jokes-repair",
"witty-pens-arrive",
"witty-shirts-dream",
"yellow-elephants-begin",
"yellow-frogs-teach",
Expand Down
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0-beta.28

### Minor Changes

- 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)

## 1.0.0-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.28",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
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.0.0-beta.34

### Patch Changes

- 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)]:
- @clerk/clerk-js@5.0.0-beta.34

## 1.0.0-beta.33

### 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.33",
"version": "1.0.0-beta.34",
"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.33",
"@clerk/clerk-js": "5.0.0-beta.34",
"@clerk/clerk-react": "5.0.0-beta.30",
"@clerk/shared": "2.0.0-beta.19",
"webextension-polyfill": "^0.10.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.0.0-beta.34

### Patch Changes

- Fix the input box-shadow on iOS 16 devices ([#2946](https://github.com/clerk/javascript/pull/2946)) by [@anagstef](https://github.com/anagstef)

- 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)

- 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)

## 5.0.0-beta.33

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.33",
"version": "5.0.0-beta.34",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
9 changes: 9 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0-beta.34

### Patch Changes

- 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)

- 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)]:
- @clerk/clerk-js@5.0.0-beta.34

## 1.0.0-beta.33

### 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.33",
"version": "1.0.0-beta.34",
"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.33",
"@clerk/clerk-js": "5.0.0-beta.34",
"@clerk/clerk-react": "5.0.0-beta.30",
"@clerk/shared": "2.0.0-beta.19",
"base-64": "^1.0.0",
Expand Down
42 changes: 42 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Change Log

## 1.0.0-beta.34

### Minor Changes

- 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)

New exports:

- `verifyToken()`

New exported types:

- `ClerkOptions`
- `ClerkClient`
- `OrganizationMembershipRole`
- `VerifyTokenOptions`
- `WebhookEvent`
- `WebhookEventType`
- `AllowlistIdentifier`
- `Client`
- `EmailAddress`
- `ExternalAccount`
- `Invitation`
- `OauthAccessToken`
- `Organization`
- `OrganizationInvitation`
- `OrganizationMembership`
- `OrganizationMembershipPublicUserData`
- `PhoneNumber`
- `Session`
- `SignInToken`
- `SMSMessage`
- `Token`
- `User`

- 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)

### Patch Changes

- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
- @clerk/[email protected]

## 1.0.0-beta.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "1.0.0-beta.33",
"version": "1.0.0-beta.34",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down Expand Up @@ -40,7 +40,7 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/backend": "1.0.0-beta.27",
"@clerk/backend": "1.0.0-beta.28",
"@clerk/shared": "2.0.0-beta.19",
"@clerk/types": "4.0.0-beta.20",
"cookies": "0.8.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.0.0-beta.34

### Patch Changes

- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
- @clerk/clerk-sdk-node@5.0.0-beta.29
- @clerk/backend@1.0.0-beta.28

## 5.0.0-beta.33

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-clerk",
"version": "5.0.0-beta.33",
"version": "5.0.0-beta.34",
"description": "Clerk SDK for Gatsby",
"keywords": [
"clerk",
Expand Down Expand Up @@ -44,9 +44,9 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.0.0-beta.27",
"@clerk/backend": "1.0.0-beta.28",
"@clerk/clerk-react": "5.0.0-beta.30",
"@clerk/clerk-sdk-node": "5.0.0-beta.28",
"@clerk/clerk-sdk-node": "5.0.0-beta.29",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.0.0-beta.34

### Minor Changes

- 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)

### Patch Changes

- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
- @clerk/[email protected]

## 5.0.0-beta.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "5.0.0-beta.33",
"version": "5.0.0-beta.34",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "1.0.0-beta.27",
"@clerk/backend": "1.0.0-beta.28",
"@clerk/clerk-react": "5.0.0-beta.30",
"@clerk/shared": "2.0.0-beta.19",
"path-to-regexp": "6.2.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 4.0.0-beta.34

### Minor Changes

- 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)

### Patch Changes

- 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)

- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
- @clerk/backend@1.0.0-beta.28

## 4.0.0-beta.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "4.0.0-beta.33",
"version": "4.0.0-beta.34",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down Expand Up @@ -73,7 +73,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/backend": "1.0.0-beta.27",
"@clerk/backend": "1.0.0-beta.28",
"@clerk/clerk-react": "5.0.0-beta.30",
"@clerk/shared": "2.0.0-beta.19",
"cookie": "0.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.0.0-beta.29

### Minor Changes

- 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)

### Patch Changes

- Updated dependencies [[`2964f8a47`](https://github.com/clerk/javascript/commit/2964f8a47e473fa8457a27104adb4d008613a0e3)]:
- @clerk/backend@1.0.0-beta.28

## 5.0.0-beta.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-sdk-node",
"version": "5.0.0-beta.28",
"version": "5.0.0-beta.29",
"description": "Clerk server SDK for usage with node",
"keywords": [
"clerk",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test:ci": "jest --maxWorkers=70%"
},
"dependencies": {
"@clerk/backend": "1.0.0-beta.27",
"@clerk/backend": "1.0.0-beta.28",
"@clerk/shared": "2.0.0-beta.19",
"camelcase-keys": "6.2.2",
"snakecase-keys": "3.2.1"
Expand Down

0 comments on commit 909ae62

Please sign in to comment.