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
22 changes: 22 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"bright-ways-provide",
"brown-clouds-divide",
"brown-ducks-reply",
"brown-mangos-jam",
"brown-pets-smile",
"chatty-beans-fix",
"chatty-berries-jump",
Expand All @@ -58,9 +59,12 @@
"cool-cars-float",
"cuddly-cougars-check",
"cuddly-fireants-switch",
"cuddly-tips-speak",
"curly-news-push",
"curly-parrots-camp",
"curly-toes-complain",
"curvy-mails-rhyme",
"curvy-suns-roll",
"curvy-timers-play",
"cyan-dodos-provide",
"cyan-rockets-fail",
Expand Down Expand Up @@ -102,6 +106,7 @@
"fifty-rats-rhyme",
"fifty-shirts-grin",
"fifty-snakes-accept",
"five-lamps-beam",
"flat-ants-worry",
"flat-bugs-visit",
"flat-clocks-clap",
Expand All @@ -112,6 +117,7 @@
"fluffy-chicken-explain",
"fluffy-pets-greet",
"fluffy-queens-tap",
"four-guests-drive",
"fresh-crews-lick",
"friendly-boats-chew",
"friendly-months-film",
Expand All @@ -128,6 +134,9 @@
"gentle-berries-teach",
"gentle-donkeys-talk",
"gentle-pants-matter",
"gentle-toes-obey",
"gentle-toys-melt",
"giant-bags-lie",
"giant-rice-crash",
"gold-fireants-sort",
"gold-islands-cover",
Expand All @@ -140,6 +149,7 @@
"happy-dolls-taste",
"happy-panthers-approve",
"happy-trees-burn",
"healthy-walls-fold",
"heavy-falcons-help",
"heavy-horses-nail",
"hip-eagles-clap",
Expand All @@ -149,6 +159,7 @@
"hot-ducks-wink",
"hungry-bears-allow",
"hungry-bikes-clean",
"hungry-lies-burn",
"hungry-news-bathe",
"itchy-chairs-argue",
"itchy-chairs-call",
Expand All @@ -171,6 +182,7 @@
"lemon-rocks-act",
"lemon-turkeys-provide",
"lemon-worms-chew",
"light-apples-joke",
"light-snakes-type",
"light-spoons-divide",
"little-apes-notice",
Expand Down Expand Up @@ -225,6 +237,7 @@
"neat-lies-thank",
"neat-mice-invite",
"neat-numbers-decide",
"nervous-kings-deny",
"new-cougars-taste",
"new-eels-mix",
"new-points-train",
Expand Down Expand Up @@ -281,6 +294,7 @@
"rare-poets-deliver",
"rare-students-sell",
"real-cougars-design",
"real-lobsters-flash",
"real-taxis-compare",
"red-coats-itch",
"red-monkeys-sing",
Expand All @@ -298,11 +312,13 @@
"rude-lamps-yawn",
"selfish-eggs-sort",
"selfish-flies-care",
"selfish-peaches-glow",
"selfish-pugs-repair",
"selfish-trains-breathe",
"seven-tables-tan",
"shaggy-points-cheer",
"shaggy-pumpkins-tap",
"sharp-donuts-drum",
"sharp-trains-ring",
"shiny-glasses-switch",
"shiny-pumas-share",
Expand All @@ -318,9 +334,11 @@
"silver-cats-appear",
"silver-weeks-roll",
"six-kangaroos-serve",
"six-lies-refuse",
"sixty-dancers-lie",
"sixty-frogs-pump",
"sixty-months-listen",
"sixty-pianos-look",
"sixty-rats-bathe",
"slimy-brooms-smoke",
"slimy-singers-glow",
Expand All @@ -342,6 +360,7 @@
"soft-apples-chew",
"soft-birds-thank",
"soft-fireants-jog",
"soft-rats-grab",
"soft-swans-swim",
"sour-ads-wave",
"sour-avocados-sin",
Expand Down Expand Up @@ -384,13 +403,15 @@
"thirty-taxis-ring",
"tidy-buttons-pump",
"tidy-dots-lick",
"tiny-crabs-eat",
"tiny-forks-sit",
"tiny-pants-change",
"tiny-ravens-accept",
"tough-pots-grow",
"tough-roses-hunt",
"tricky-bikes-fix",
"tricky-swans-develop",
"twelve-lions-remain",
"twenty-elephants-try",
"two-crews-talk",
"two-pumas-doubt",
Expand Down Expand Up @@ -418,6 +439,7 @@
"witty-forks-cheer",
"witty-shirts-dream",
"yellow-elephants-begin",
"yellow-frogs-teach",
"yellow-tigers-know",
"young-experts-attack",
"young-frogs-enjoy",
Expand Down
10 changes: 10 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.0.0-alpha-v5.16

### Patch Changes

- The `emails` endpoint helper and the corresponding `createEmail` method have been removed from the `@clerk/backend` SDK and `apiClint.emails.createEmail` will no longer be available. ([#2548](https://github.com/clerk/javascript/pull/2548)) by [@Nikpolik](https://github.com/Nikpolik)

We will not be providing an alternative method for creating and sending emails directly from our JavaScript SDKs with this release. If you are currently using `createEmail` and you wish to update to the latest SDK version, please reach out to our support team (https://clerk.com/support) so we can assist you.

- Update README for v5 ([#2577](https://github.com/clerk/javascript/pull/2577)) by [@LekoArts](https://github.com/LekoArts)

## 1.0.0-alpha-v5.15

### Major 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.15",
"version": "1.0.0-alpha-v5.16",
"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-alpha-v5.17

### Patch Changes

- Updated dependencies [[`434a96ebe`](https://github.com/clerk/javascript/commit/434a96ebefc550b726b417788b7bae9e41791408), [`6a769771c`](https://github.com/clerk/javascript/commit/6a769771c975996d8d52b35b5cfdbae5dcec85d4)]:
- @clerk/clerk-js@5.0.0-alpha-v5.17

## 1.0.0-alpha-v5.16

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

## 5.0.0-alpha-v5.17

### Patch Changes

- Hide backup codes when adding `phone_code` mfa and instance setting is off. ([#2583](https://github.com/clerk/javascript/pull/2583)) by [@panteliselef](https://github.com/panteliselef)

- Update README for v5 ([#2577](https://github.com/clerk/javascript/pull/2577)) by [@LekoArts](https://github.com/LekoArts)

- Updated dependencies [[`34fe88f73`](https://github.com/clerk/javascript/commit/34fe88f73f12a0ee569b3e8c8c956f05a8bdc3dc)]:
- @clerk/localizations@2.0.0-alpha-v5.11

## 5.0.0-alpha-v5.16

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

## 0.0.2-alpha-v5.6

### Patch Changes

- Updated dependencies [[`6a769771c`](https://github.com/clerk/javascript/commit/6a769771c975996d8d52b35b5cfdbae5dcec85d4), [`529e2e14c`](https://github.com/clerk/javascript/commit/529e2e14c4d53683bf5b2e3791a15e7bd265ab5c), [`32992906c`](https://github.com/clerk/javascript/commit/32992906c46f8d76e8ccb42257c8ffadf10e0076)]:
- @clerk/nextjs@5.0.0-alpha-v5.18

## 0.0.2-alpha-v5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "0.0.2-alpha-v5.6",
"private": true,
"description": "Clerk Elements",
"keywords": [
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@clerk/clerk-react": "5.0.0-alpha-v5.16",
"@clerk/nextjs": "5.0.0-alpha-v5.17",
"@clerk/nextjs": "5.0.0-alpha-v5.18",
"@clerk/shared": "2.0.0-alpha-v5.10",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-slot": "^1.0.2",
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-alpha-v5.17

### Patch Changes

- Updated dependencies [[`434a96ebe`](https://github.com/clerk/javascript/commit/434a96ebefc550b726b417788b7bae9e41791408), [`6a769771c`](https://github.com/clerk/javascript/commit/6a769771c975996d8d52b35b5cfdbae5dcec85d4)]:
- @clerk/clerk-js@5.0.0-alpha-v5.17

## 1.0.0-alpha-v5.16

### 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-alpha-v5.16",
"version": "1.0.0-alpha-v5.17",
"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-alpha-v5.16",
"@clerk/clerk-js": "5.0.0-alpha-v5.17",
"@clerk/clerk-react": "5.0.0-alpha-v5.16",
"@clerk/shared": "2.0.0-alpha-v5.10",
"base-64": "^1.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.18

### Patch Changes

- Updated dependencies [[`935b0886e`](https://github.com/clerk/javascript/commit/935b0886e8317445f30c92000a27ed68e1223ff6), [`6a769771c`](https://github.com/clerk/javascript/commit/6a769771c975996d8d52b35b5cfdbae5dcec85d4)]:
- @clerk/backend@1.0.0-alpha-v5.16

## 1.0.0-alpha-v5.17

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

## 5.0.0-alpha-v5.18

### Patch Changes

- Update README for v5 ([#2577](https://github.com/clerk/javascript/pull/2577)) by [@LekoArts](https://github.com/LekoArts)

- Updated dependencies [[`935b0886e`](https://github.com/clerk/javascript/commit/935b0886e8317445f30c92000a27ed68e1223ff6), [`6a769771c`](https://github.com/clerk/javascript/commit/6a769771c975996d8d52b35b5cfdbae5dcec85d4)]:
- @clerk/backend@1.0.0-alpha-v5.16
- @clerk/clerk-sdk-node@5.0.0-alpha-v5.16

## 5.0.0-alpha-v5.17

### Minor 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-alpha-v5.17",
"version": "5.0.0-alpha-v5.18",
"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.15",
"@clerk/backend": "1.0.0-alpha-v5.16",
"@clerk/clerk-react": "5.0.0-alpha-v5.16",
"@clerk/clerk-sdk-node": "5.0.0-alpha-v5.15",
"@clerk/clerk-sdk-node": "5.0.0-alpha-v5.16",
"cookie": "0.5.0",
"tslib": "2.4.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0-alpha-v5.11

### Patch Changes

- Add Bulgarian (bg-BG) localization (#2565) ([#2565](https://github.com/clerk/javascript/pull/2565)) by [@samusarsar](https://github.com/samusarsar)

## 2.0.0-alpha-v5.10

### 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-alpha-v5.10",
"version": "2.0.0-alpha-v5.11",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down
Loading