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
2 changes: 0 additions & 2 deletions .changeset/beige-beers-lie.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/big-points-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-socks-perform.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/breezy-horses-raise.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/bright-meals-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-poets-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-wolves-tie.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dirty-panthers-build.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/dull-terms-tap.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/few-kangaroos-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-bats-kiss.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gold-peaches-peel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/green-snails-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-chairs-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-crabs-applaud.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/khaki-mice-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-rockets-yawn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nervous-scissors-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-games-rule.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/orange-masks-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-boxes-attend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/popular-laws-matter.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/popular-squids-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-crabs-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-horses-jam.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/seven-boxes-wave.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sharp-ligers-peel.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shiny-dingos-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-numbers-sell.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sixty-paws-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-shoes-attack.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/stupid-elephants-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-hounds-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-rabbits-chew.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wicked-bugs-punch.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.29.1

### Patch Changes

- Change `README` to include updated links to issue templates and update Discord link. ([#1750](https://github.com/clerkinc/javascript/pull/1750)) by [@LekoArts](https://github.com/LekoArts)

- Fix missing members_count property for an Organization ([#1735](https://github.com/clerkinc/javascript/pull/1735)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`e99df0a0d`](https://github.com/clerkinc/javascript/commit/e99df0a0de8ab91e9de4d32dfab46ad562f510d3), [`4327b91f9`](https://github.com/clerkinc/javascript/commit/4327b91f9ed65b440afaa5f76a6231aeacd3541a), [`01b024c57`](https://github.com/clerkinc/javascript/commit/01b024c57c80ae00d83801fe90b2992111dc1a68)]:
- @clerk/types@3.52.0

## 0.29.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "0.29.0",
"version": "0.29.1",
"license": "MIT",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test:cloudflare-workerd": "tests/cloudflare-workerd/run.sh"
},
"dependencies": {
"@clerk/types": "^3.51.0",
"@clerk/types": "^3.52.0",
"@peculiar/webcrypto": "1.4.1",
"@types/node": "16.18.6",
"cookie": "0.5.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 0.4.0

### Minor Changes

- Introduce the new brand-new component OrganizationList ([#1692](https://github.com/clerkinc/javascript/pull/1692)) by [@panteliselef](https://github.com/panteliselef)

- Lists all the memberships, invitations or suggestions an active user may have
- Powered by our `useOrganizationList` react hook

### Patch Changes

- Change `README` to include updated links to issue templates and update Discord link. ([#1750](https://github.com/clerkinc/javascript/pull/1750)) by [@LekoArts](https://github.com/LekoArts)

- Updated dependencies [[`30bb9eccb`](https://github.com/clerkinc/javascript/commit/30bb9eccb95632fb1de02b756e818118ca6324f7), [`e99df0a0d`](https://github.com/clerkinc/javascript/commit/e99df0a0de8ab91e9de4d32dfab46ad562f510d3), [`4327b91f9`](https://github.com/clerkinc/javascript/commit/4327b91f9ed65b440afaa5f76a6231aeacd3541a), [`a8eb4351a`](https://github.com/clerkinc/javascript/commit/a8eb4351a623b26a961c6968684e3a1f43ebd10d), [`23c073957`](https://github.com/clerkinc/javascript/commit/23c073957bc61cf27824e9c7e15e89f65c3eab35), [`01b024c57`](https://github.com/clerkinc/javascript/commit/01b024c57c80ae00d83801fe90b2992111dc1a68), [`b0f396bc5`](https://github.com/clerkinc/javascript/commit/b0f396bc5c75c9920df46e26d672c37f3cc3d974), [`16f667275`](https://github.com/clerkinc/javascript/commit/16f667275c7dd6f97ca94b247d72afa92c4ab4ce), [`7fa93644d`](https://github.com/clerkinc/javascript/commit/7fa93644d47252a472000633a939dc15d8d7f292), [`634948fda`](https://github.com/clerkinc/javascript/commit/634948fdaf9276b593f8fabcb2af45f3c3457048), [`43786f8d0`](https://github.com/clerkinc/javascript/commit/43786f8d0d89c3e8a827415aabba4020a928eeed)]:
- @clerk/clerk-js@4.58.0
- @clerk/clerk-react@4.25.0

## 0.3.31

### 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": "0.3.31",
"version": "0.4.0",
"license": "MIT",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
Expand Down Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@clerk/clerk-js": "^4.57.0",
"@clerk/clerk-react": "^4.24.2"
"@clerk/clerk-js": "^4.58.0",
"@clerk/clerk-react": "^4.25.0"
},
"devDependencies": {
"@types/chrome": "*",
Expand Down
40 changes: 40 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Change Log

## 4.58.0

### Minor Changes

- Introduce the new brand-new component OrganizationList ([#1692](https://github.com/clerkinc/javascript/pull/1692)) by [@panteliselef](https://github.com/panteliselef)

- Lists all the memberships, invitations or suggestions an active user may have
- Powered by our `useOrganizationList` react hook

### Patch Changes

- Organization.getMemberships now supports paginated responses by passing `{paginated:true}` ([#1708](https://github.com/clerkinc/javascript/pull/1708)) by [@panteliselef](https://github.com/panteliselef)

- Change `README` to include updated links to issue templates and update Discord link. ([#1750](https://github.com/clerkinc/javascript/pull/1750)) by [@LekoArts](https://github.com/LekoArts)

- Add support for redirecting to "factor-one" during account transfer flow. ([#1696](https://github.com/clerkinc/javascript/pull/1696)) by [@kostaspt](https://github.com/kostaspt)

- Disable role selection for the last admin in OrganizationProfile ([#1721](https://github.com/clerkinc/javascript/pull/1721)) by [@panteliselef](https://github.com/panteliselef)

- This PR replaces `The verification link expired. Please resend it.` message with the localization key `formFieldError__verificationLinkExpired`. The english message was also adjust to `The verification link expired. Please request a new link.` to make the second sentence clearer. ([#1738](https://github.com/clerkinc/javascript/pull/1738)) by [@LekoArts](https://github.com/LekoArts)

- Improve color contrast in Badges ([#1716](https://github.com/clerkinc/javascript/pull/1716)) by [@panteliselef](https://github.com/panteliselef)

- The [issue #1557](https://github.com/clerkinc/javascript/issues/1557) uncovered that when using `@clerk/nextjs` together with `next-intl` the error `"Failed to execute 'removeChild' on 'Node'"` was thrown. ([#1726](https://github.com/clerkinc/javascript/pull/1726)) by [@LekoArts](https://github.com/LekoArts)

That error came from `@floating-ui/react` which `@clerk/clerk-js` used under the hood. Its version was upgraded from `0.19.0` to `0.25.4` to fix this error.

This error is probably not isolated to `next-intl` so if you encountered a similar error in the past, try upgrading.

- Fix bug with missing or incorrect breadcrumbs in Organization and User profiles ([#1722](https://github.com/clerkinc/javascript/pull/1722)) by [@panteliselef](https://github.com/panteliselef)

- Fixes minor bug in UI of a success page ([#1725](https://github.com/clerkinc/javascript/pull/1725)) by [@panteliselef](https://github.com/panteliselef)

- Improve spacing consistency OrganizationList ([#1717](https://github.com/clerkinc/javascript/pull/1717)) by [@panteliselef](https://github.com/panteliselef)

- Updated dependencies [[`e6b52ae34`](https://github.com/clerkinc/javascript/commit/e6b52ae34fcfaf3266dde1334a8e95bc00624ee2), [`e99df0a0d`](https://github.com/clerkinc/javascript/commit/e99df0a0de8ab91e9de4d32dfab46ad562f510d3), [`4327b91f9`](https://github.com/clerkinc/javascript/commit/4327b91f9ed65b440afaa5f76a6231aeacd3541a), [`4e16d39f3`](https://github.com/clerkinc/javascript/commit/4e16d39f3e7a10442753d280abf1b9175784f623), [`8b9a7a360`](https://github.com/clerkinc/javascript/commit/8b9a7a36003f1b8622f444a139a811f1c35ca813), [`30bb9eccb`](https://github.com/clerkinc/javascript/commit/30bb9eccb95632fb1de02b756e818118ca6324f7), [`01b024c57`](https://github.com/clerkinc/javascript/commit/01b024c57c80ae00d83801fe90b2992111dc1a68), [`b0f396bc5`](https://github.com/clerkinc/javascript/commit/b0f396bc5c75c9920df46e26d672c37f3cc3d974)]:
- @clerk/localizations@1.26.0
- @clerk/types@3.52.0
- @clerk/shared@0.22.1

## 4.57.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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": "4.57.0",
"version": "4.58.0",
"license": "MIT",
"description": "Clerk JS library",
"keywords": [
Expand Down Expand Up @@ -41,9 +41,9 @@
"watch": "webpack --config webpack.config.js --env production --watch"
},
"dependencies": {
"@clerk/localizations": "^1.25.2",
"@clerk/shared": "^0.22.0",
"@clerk/types": "^3.51.0",
"@clerk/localizations": "^1.26.0",
"@clerk/shared": "^0.22.1",
"@clerk/types": "^3.52.0",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@floating-ui/react": "0.25.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.19.2

### Patch Changes

- Change `README` to include updated links to issue templates and update Discord link. ([#1750](https://github.com/clerkinc/javascript/pull/1750)) by [@LekoArts](https://github.com/LekoArts)

- Updated dependencies [[`30bb9eccb`](https://github.com/clerkinc/javascript/commit/30bb9eccb95632fb1de02b756e818118ca6324f7), [`e99df0a0d`](https://github.com/clerkinc/javascript/commit/e99df0a0de8ab91e9de4d32dfab46ad562f510d3), [`4327b91f9`](https://github.com/clerkinc/javascript/commit/4327b91f9ed65b440afaa5f76a6231aeacd3541a), [`a8eb4351a`](https://github.com/clerkinc/javascript/commit/a8eb4351a623b26a961c6968684e3a1f43ebd10d), [`23c073957`](https://github.com/clerkinc/javascript/commit/23c073957bc61cf27824e9c7e15e89f65c3eab35), [`01b024c57`](https://github.com/clerkinc/javascript/commit/01b024c57c80ae00d83801fe90b2992111dc1a68), [`b0f396bc5`](https://github.com/clerkinc/javascript/commit/b0f396bc5c75c9920df46e26d672c37f3cc3d974), [`16f667275`](https://github.com/clerkinc/javascript/commit/16f667275c7dd6f97ca94b247d72afa92c4ab4ce), [`7fa93644d`](https://github.com/clerkinc/javascript/commit/7fa93644d47252a472000633a939dc15d8d7f292), [`634948fda`](https://github.com/clerkinc/javascript/commit/634948fdaf9276b593f8fabcb2af45f3c3457048), [`43786f8d0`](https://github.com/clerkinc/javascript/commit/43786f8d0d89c3e8a827415aabba4020a928eeed)]:
- @clerk/clerk-js@4.58.0
- @clerk/clerk-react@4.25.0

## 0.19.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.19.1",
"version": "0.19.2",
"license": "MIT",
"description": "Clerk React Native/Expo library",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"lint": "eslint ."
},
"dependencies": {
"@clerk/clerk-js": "^4.57.0",
"@clerk/clerk-react": "^4.24.2",
"@clerk/clerk-js": "^4.58.0",
"@clerk/clerk-react": "^4.25.0",
"base-64": "1.0.0",
"react-native-url-polyfill": "1.3.0"
},
"devDependencies": {
"@clerk/types": "^3.51.0",
"@clerk/types": "^3.52.0",
"@types/base-64": "^1.0.0",
"@types/node": "^16.11.55",
"@types/react": "*",
Expand Down
10 changes: 10 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.6.7

### Patch Changes

- Change `README` to include updated links to issue templates and update Discord link. ([#1750](https://github.com/clerkinc/javascript/pull/1750)) by [@LekoArts](https://github.com/LekoArts)

- Updated dependencies [[`e99df0a0d`](https://github.com/clerkinc/javascript/commit/e99df0a0de8ab91e9de4d32dfab46ad562f510d3), [`4327b91f9`](https://github.com/clerkinc/javascript/commit/4327b91f9ed65b440afaa5f76a6231aeacd3541a), [`75be1d6b3`](https://github.com/clerkinc/javascript/commit/75be1d6b3d9bf7b5d71613b3f169a942b1d25e7e), [`01b024c57`](https://github.com/clerkinc/javascript/commit/01b024c57c80ae00d83801fe90b2992111dc1a68)]:
- @clerk/types@3.52.0
- @clerk/backend@0.29.1

## 0.6.6

### Patch Changes
Expand Down
Loading