Skip to content

Commit

Permalink
Merge branch 'main' into elef/user-665-display-userverification-for-s…
Browse files Browse the repository at this point in the history
…ensitive-actions-in
  • Loading branch information
panteliselef committed Sep 26, 2024
2 parents 942ae04 + f1f17ea commit 3593cf2
Show file tree
Hide file tree
Showing 119 changed files with 2,579 additions and 1,000 deletions.
File renamed without changes.
7 changes: 7 additions & 0 deletions .changeset/fresh-forks-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@clerk/clerk-js": patch
"@clerk/backend": patch
"@clerk/types": patch
---

Conditionally renders identification sections on `UserProfile` based on the SAML connection configuration for disabling additional identifiers.
2 changes: 2 additions & 0 deletions .changeset/many-baboons-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 6 additions & 0 deletions .changeset/tame-forks-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@clerk/backend": patch
"@clerk/types": patch
---

Introduces the CRUD of organization domains under the `organizations` API.
5 changes: 0 additions & 5 deletions .changeset/ten-months-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-weeks-accept.md

This file was deleted.

98 changes: 49 additions & 49 deletions integration/tests/handshake.test.ts

Large diffs are not rendered by default.

135 changes: 69 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @clerk/astro

## 1.3.8

### Patch Changes

- Updated dependencies [[`c9063853e`](https://github.com/clerk/javascript/commit/c9063853e538a4010f5d4e522a3da5abc80098a4), [`19d3808d4`](https://github.com/clerk/javascript/commit/19d3808d4672234944226d6709ec51214e8d6e1d), [`737bcbb0f`](https://github.com/clerk/javascript/commit/737bcbb0ffb5e2dcadbb02e8fc718fe8825c5842)]:
- @clerk/types@4.22.0
- @clerk/backend@1.13.4
- @clerk/shared@2.8.3

## 1.3.7

### Patch Changes

- Add `@clerk/astro` to Astro integrations list page ([#4194](https://github.com/clerk/javascript/pull/4194)) by [@wobsoriano](https://github.com/wobsoriano)

- Updated dependencies [[`cb32aaf59`](https://github.com/clerk/javascript/commit/cb32aaf59d38dcd12e959f542782f71a87adf9c1), [`2e5c550e4`](https://github.com/clerk/javascript/commit/2e5c550e4aec61150c2a17fdcd4a0e1273cb50e7), [`6275c242c`](https://github.com/clerk/javascript/commit/6275c242cd8bcb6f7766934059967e0fe775a0c1), [`418be2fdb`](https://github.com/clerk/javascript/commit/418be2fdb558bb5c85d7be491945935b44cad681), [`c59636a1a`](https://github.com/clerk/javascript/commit/c59636a1aca67be7d6732d281cec307ed456678b), [`5c18671f1`](https://github.com/clerk/javascript/commit/5c18671f158f8077f822877ce5c1fa192199aeda), [`f9faaf031`](https://github.com/clerk/javascript/commit/f9faaf03100baf679c78e6c24877fbf3b60be529), [`e0ca9dc94`](https://github.com/clerk/javascript/commit/e0ca9dc94fa68f3d3db5d2433fa6b85d800d4ca2)]:
- @clerk/shared@2.8.2
- @clerk/types@4.21.1
- @clerk/backend@1.13.3

## 1.3.6

### Patch Changes

- Updated dependencies [[`02babaccb`](https://github.com/clerk/javascript/commit/02babaccb648fa4e22f38cc0f572d44f82b09f78)]:
- @clerk/backend@1.13.2

## 1.3.5

### Patch Changes
Expand Down
Loading

0 comments on commit 3593cf2

Please sign in to comment.