Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"angry-clocks-attend",
"angry-cows-refuse",
"beige-eyes-relate",
"beige-stingrays-explode",
"big-ads-provide",
"blue-garlics-remain",
"blue-ghosts-float",
"blue-grapes-marry",
Expand Down Expand Up @@ -73,6 +75,7 @@
"dull-ants-argue",
"dull-stingrays-fix",
"dull-wasps-begin",
"early-carpets-fly",
"early-forks-argue",
"early-timers-wave",
"early-tomatoes-hide",
Expand All @@ -92,6 +95,7 @@
"fast-swans-smile",
"few-beers-wink",
"few-kids-design",
"few-rings-push",
"fifty-rats-rhyme",
"fifty-shirts-grin",
"fifty-snakes-accept",
Expand Down Expand Up @@ -145,6 +149,7 @@
"khaki-buttons-march",
"khaki-spoons-teach",
"khaki-timers-work",
"kind-eagles-hope",
"kind-onions-think",
"late-cooks-collect",
"late-dolphins-peel",
Expand Down Expand Up @@ -172,6 +177,7 @@
"loud-countries-hang",
"loud-lions-compete",
"loud-panthers-poke",
"loud-tomatoes-jam",
"lovely-experts-deny",
"lovely-jobs-arrive",
"lovely-mirrors-remember",
Expand All @@ -180,6 +186,7 @@
"lucky-ligers-brush",
"many-dragons-carry",
"many-flowers-heal",
"many-moons-matter",
"many-weeks-march",
"mean-frogs-hammer",
"mean-houses-juggle",
Expand All @@ -199,12 +206,15 @@
"mighty-ways-learn",
"modern-buses-sort",
"modern-mayflies-sort",
"modern-plums-invent",
"moody-pears-trade",
"moody-radios-begin",
"moody-trainers-bow",
"moody-zoos-deliver",
"nasty-books-tap",
"nasty-lemons-obey",
"neat-lies-thank",
"neat-mice-invite",
"neat-numbers-decide",
"new-cougars-taste",
"new-eels-mix",
Expand All @@ -216,6 +226,7 @@
"nine-beans-travel",
"nine-cooks-retire",
"nine-mayflies-smoke",
"ninety-apricots-yell",
"odd-dogs-tan",
"odd-eels-ring",
"odd-lemons-reply",
Expand All @@ -225,8 +236,10 @@
"old-onions-swim",
"old-timers-obey",
"olive-bags-reflect",
"olive-beers-scream",
"olive-steaks-end",
"orange-files-end",
"orange-melons-destroy",
"orange-pumpkins-poke",
"perfect-ants-joke",
"pink-days-drum",
Expand All @@ -239,6 +252,7 @@
"popular-singers-sort",
"pretty-mice-share",
"pretty-months-greet",
"pretty-owls-switch",
"pretty-scissors-thank",
"pretty-singers-change",
"proud-carpets-visit",
Expand Down Expand Up @@ -271,7 +285,9 @@
"rude-lamps-yawn",
"selfish-eggs-sort",
"selfish-flies-care",
"selfish-pugs-repair",
"selfish-trains-breathe",
"seven-tables-tan",
"shaggy-points-cheer",
"shaggy-pumpkins-tap",
"sharp-trains-ring",
Expand All @@ -292,6 +308,7 @@
"sixty-dancers-lie",
"sixty-frogs-pump",
"sixty-months-listen",
"sixty-rats-bathe",
"slimy-brooms-smoke",
"slimy-singers-glow",
"slimy-ties-approve",
Expand All @@ -313,13 +330,16 @@
"soft-birds-thank",
"soft-fireants-jog",
"soft-swans-swim",
"sour-ads-wave",
"sour-avocados-sin",
"sour-comics-stare",
"spicy-feet-buy",
"spotty-apples-march",
"spotty-boxes-do",
"spotty-nails-double",
"spotty-ravens-sleep",
"spotty-roses-push",
"stale-hats-jump",
"strong-cows-sit",
"stupid-suits-accept",
"stupid-toys-remain",
Expand All @@ -337,6 +357,7 @@
"ten-mugs-film",
"ten-nails-whisper",
"tender-peaches-yell",
"tender-phones-explain",
"thick-doors-smile",
"thin-fireants-fix",
"thin-phones-drop",
Expand All @@ -348,6 +369,7 @@
"tidy-buttons-pump",
"tidy-dots-lick",
"tiny-forks-sit",
"tiny-pants-change",
"tiny-ravens-accept",
"tough-pots-grow",
"tough-roses-hunt",
Expand All @@ -366,10 +388,12 @@
"weak-elephants-grin",
"weak-feet-love",
"weak-pants-warn",
"weak-trees-kneel",
"wicked-countries-explain",
"wicked-spoons-confess",
"wicked-suits-remain",
"wild-cougars-greet",
"wild-cycles-jog",
"wild-phones-smoke",
"wise-houses-shop",
"wise-lions-type",
Expand Down
12 changes: 12 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.0.0-alpha-v5.14

### Minor Changes

- Add fullName, primaryEmailAddress, primaryPhoneNumber, primaryWeb3Wallet to User class. ([#2493](https://github.com/clerk/javascript/pull/2493)) by [@panteliselef](https://github.com/panteliselef)

### Patch Changes

- Fix an error in the handshake flow where the request would throw an unhandled error when verification of the handshake payload fails. ([#2541](https://github.com/clerk/javascript/pull/2541)) by [@BRKalow](https://github.com/BRKalow)

- Replace enums with `as const` objects so `@clerk/backend` is consistent with the other packages ([#2516](https://github.com/clerk/javascript/pull/2516)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 1.0.0-alpha-v5.13

### 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-alpha-v5.13",
"version": "1.0.0-alpha-v5.14",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.0-alpha-v5.15

### Patch Changes

- Updated dependencies [[`fbbb1afc2`](https://github.com/clerk/javascript/commit/fbbb1afc20a96aa7e5b7e8adf1f2be8a08b094cc), [`57e0972bb`](https://github.com/clerk/javascript/commit/57e0972bbffdb60bbc620d6efcfbff028105a740), [`e9841dd91`](https://github.com/clerk/javascript/commit/e9841dd91897a7ebb468b14e272ce06154795389), [`59f9a7296`](https://github.com/clerk/javascript/commit/59f9a72968fb49add6d9031158c791ac60a161b9)]:
- @clerk/clerk-js@5.0.0-alpha-v5.15
- @clerk/clerk-react@5.0.0-alpha-v5.15

## 1.0.0-alpha-v5.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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-alpha-v5.14",
"version": "1.0.0-alpha-v5.15",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-alpha-v5.14",
"@clerk/clerk-react": "5.0.0-alpha-v5.14",
"@clerk/clerk-js": "5.0.0-alpha-v5.15",
"@clerk/clerk-react": "5.0.0-alpha-v5.15",
"@clerk/shared": "2.0.0-alpha-v5.9",
"webextension-polyfill": "^0.10.0"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 5.0.0-alpha-v5.15

### Minor Changes

- Remove fallback data and allow promise to throw for paginated endpoint methods. ([#2491](https://github.com/clerk/javascript/pull/2491)) by [@panteliselef](https://github.com/panteliselef)

Affected methods:

- Organization.getDomains
- Organization.getInvitations
- Organization.getMembershipRequests
- Organization.getMemberships
- User.getOrganizationInvitations
- User.getOrganizationSuggestions
- User.getOrganizationMemberships

### Patch Changes

- Exclude external custom links from route matching. Previously adding external links to custom pages would cause all pages that are defined below it to throw an error. ([#2519](https://github.com/clerk/javascript/pull/2519)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`6b316611f`](https://github.com/clerk/javascript/commit/6b316611fb9d647bd75e9ead1858492255339449)]:
- @clerk/localizations@2.0.0-alpha-v5.10

## 5.0.0-alpha-v5.14

### Patch 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-alpha-v5.14",
"version": "5.0.0-alpha-v5.15",
"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-alpha-v5.9",
"@clerk/localizations": "2.0.0-alpha-v5.10",
"@clerk/shared": "2.0.0-alpha-v5.9",
"@clerk/types": "4.0.0-alpha-v5.12",
"@emotion/cache": "11.11.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @clerk/elements

## 0.0.2-alpha-v5.4

### Patch Changes

- Updated dependencies [[`e9841dd91`](https://github.com/clerk/javascript/commit/e9841dd91897a7ebb468b14e272ce06154795389), [`59f9a7296`](https://github.com/clerk/javascript/commit/59f9a72968fb49add6d9031158c791ac60a161b9)]:
- @clerk/clerk-react@5.0.0-alpha-v5.15
- @clerk/nextjs@5.0.0-alpha-v5.16

## 0.0.2-alpha-v5.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.0.2-alpha-v5.3",
"version": "0.0.2-alpha-v5.4",
"private": true,
"description": "Clerk Elements",
"keywords": [
Expand Down Expand Up @@ -58,8 +58,8 @@
"test:cache:clear": "jest --clearCache --useStderr"
},
"dependencies": {
"@clerk/clerk-react": "5.0.0-alpha-v5.14",
"@clerk/nextjs": "5.0.0-alpha-v5.15",
"@clerk/clerk-react": "5.0.0-alpha-v5.15",
"@clerk/nextjs": "5.0.0-alpha-v5.16",
"@clerk/shared": "2.0.0-alpha-v5.9",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 1.0.0-alpha-v5.15

### Minor Changes

- Include new headers in requests; ([#2528](https://github.com/clerk/javascript/pull/2528)) by [@thiskevinwang](https://github.com/thiskevinwang)

Added `expo-application >=5` & `expo-constants >=14` peer deps

### Patch Changes

- Updated dependencies [[`fbbb1afc2`](https://github.com/clerk/javascript/commit/fbbb1afc20a96aa7e5b7e8adf1f2be8a08b094cc), [`57e0972bb`](https://github.com/clerk/javascript/commit/57e0972bbffdb60bbc620d6efcfbff028105a740), [`e9841dd91`](https://github.com/clerk/javascript/commit/e9841dd91897a7ebb468b14e272ce06154795389), [`59f9a7296`](https://github.com/clerk/javascript/commit/59f9a72968fb49add6d9031158c791ac60a161b9)]:
- @clerk/clerk-js@5.0.0-alpha-v5.15
- @clerk/clerk-react@5.0.0-alpha-v5.15

## 1.0.0-alpha-v5.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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-alpha-v5.14",
"version": "1.0.0-alpha-v5.15",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,8 +39,8 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "5.0.0-alpha-v5.14",
"@clerk/clerk-react": "5.0.0-alpha-v5.14",
"@clerk/clerk-js": "5.0.0-alpha-v5.15",
"@clerk/clerk-react": "5.0.0-alpha-v5.15",
"@clerk/shared": "2.0.0-alpha-v5.9",
"base-64": "^1.0.0",
"react-native-url-polyfill": "2.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.0-alpha-v5.16

### Patch Changes

- Updated dependencies [[`448e02e93`](https://github.com/clerk/javascript/commit/448e02e93cf2392878d5891009640c52103d99a8), [`e6ecbaa2f`](https://github.com/clerk/javascript/commit/e6ecbaa2ff7add95bf888cb4ce43457b9fde7a13), [`e921af259`](https://github.com/clerk/javascript/commit/e921af259e9bdc8810a830bed54d71cf8eced1f8)]:
- @clerk/backend@1.0.0-alpha-v5.14

## 1.0.0-alpha-v5.15

### 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-alpha-v5.15",
"version": "1.0.0-alpha-v5.16",
"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-alpha-v5.13",
"@clerk/backend": "1.0.0-alpha-v5.14",
"@clerk/shared": "2.0.0-alpha-v5.9",
"@clerk/types": "4.0.0-alpha-v5.12",
"cookies": "0.8.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-plugin-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.0-alpha-v5.16

### Patch Changes

- Updated dependencies [[`448e02e93`](https://github.com/clerk/javascript/commit/448e02e93cf2392878d5891009640c52103d99a8), [`e6ecbaa2f`](https://github.com/clerk/javascript/commit/e6ecbaa2ff7add95bf888cb4ce43457b9fde7a13), [`e921af259`](https://github.com/clerk/javascript/commit/e921af259e9bdc8810a830bed54d71cf8eced1f8), [`e9841dd91`](https://github.com/clerk/javascript/commit/e9841dd91897a7ebb468b14e272ce06154795389), [`59f9a7296`](https://github.com/clerk/javascript/commit/59f9a72968fb49add6d9031158c791ac60a161b9)]:
- @clerk/backend@1.0.0-alpha-v5.14
- @clerk/clerk-react@5.0.0-alpha-v5.15
- @clerk/clerk-sdk-node@5.0.0-alpha-v5.14

## 5.0.0-alpha-v5.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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-alpha-v5.15",
"version": "5.0.0-alpha-v5.16",
"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-alpha-v5.13",
"@clerk/clerk-react": "5.0.0-alpha-v5.14",
"@clerk/clerk-sdk-node": "5.0.0-alpha-v5.13",
"@clerk/backend": "1.0.0-alpha-v5.14",
"@clerk/clerk-react": "5.0.0-alpha-v5.15",
"@clerk/clerk-sdk-node": "5.0.0-alpha-v5.14",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
Loading