Skip to content

Commit 974564b

Browse files
ci(repo): Version packages
1 parent df4619f commit 974564b

6 files changed

Lines changed: 18 additions & 12 deletions

File tree

.changeset/brown-wolves-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/org-profile-domain-subtitle-alignment.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/chrome-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.1.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df4619f`](https://github.com/clerk/javascript/commit/df4619f170912bd9a4dc02ccbc90802761c05ac0), [`5273b1d`](https://github.com/clerk/javascript/commit/5273b1d8d832ba1db9c2c2ac6d0b427d541a67af)]:
8+
- @clerk/ui@1.15.2
9+
- @clerk/react@6.8.0
10+
311
## 3.1.33
412

513
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "3.1.33",
3+
"version": "3.1.34",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @clerk/ui
22

3+
## 1.15.2
4+
5+
### Patch Changes
6+
7+
- Display the scope description for `user:org:read` organization access in the OAuth Consent dialog so users understand organization membership information is being shared with the OAuth client. ([#8798](https://github.com/clerk/javascript/pull/8798)) by [@jfoshee](https://github.com/jfoshee)
8+
9+
- Fix alignment of the domain section subtitle in the organization profile to match the button above it. ([#8795](https://github.com/clerk/javascript/pull/8795)) by [@alexcarpenter](https://github.com/alexcarpenter)
10+
311
## 1.15.1
412

513
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/ui",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
44
"description": "Internal package that contains the UI components for the Clerk frontend SDKs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)