Skip to content

Commit cb0e1d0

Browse files
ci(repo): Version packages (Core 2) (#8946)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f478d90 commit cb0e1d0

7 files changed

Lines changed: 23 additions & 8 deletions

File tree

.changeset/exclusive-membership-auto-activate-core2.md

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

packages/chrome-extension/CHANGELOG.md

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

3+
## 2.9.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f478d90`](https://github.com/clerk/javascript/commit/f478d903c18a493af7b6344419576919ded030d0)]:
8+
- @clerk/clerk-js@5.127.0
9+
310
## 2.9.19
411

512
### 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": "2.9.19",
3+
"version": "2.9.20",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

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

3+
## 5.127.0
4+
5+
### Minor Changes
6+
7+
- Backport exclusive-membership auto-activation for Core 2. When the `choose-organization` session task fires for a member of an exclusive-membership organization, clerk-js now skips the org picker and auto-activates that organization. `Organization.exclusiveMembership` is now exposed on the Organization resource. ([#8943](https://github.com/clerk/javascript/pull/8943)) by [@NicolasLopes7](https://github.com/NicolasLopes7)
8+
39
## 5.126.0
410

511
### Minor Changes

packages/clerk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "5.126.0",
3+
"version": "5.127.0",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/CHANGELOG.md

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

3+
## 2.19.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f478d90`](https://github.com/clerk/javascript/commit/f478d903c18a493af7b6344419576919ded030d0)]:
8+
- @clerk/clerk-js@5.127.0
9+
310
## 2.19.40
411

512
### Patch Changes

packages/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "2.19.40",
3+
"version": "2.19.41",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)