Skip to content

Commit 9159dd7

Browse files
ci(repo): Version packages
1 parent 7c3c2bf commit 9159dd7

6 files changed

Lines changed: 16 additions & 9 deletions

File tree

.changeset/kind-peaches-notice.md

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

.changeset/remove-turbo-cache-dir.md

Lines changed: 0 additions & 2 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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`254faac`](https://github.com/clerk/javascript/commit/254faac93f6e4990a216379ae5316743293345a9)]:
8+
- @clerk/ui@1.2.2
9+
- @clerk/react@6.1.0
10+
311
## 3.1.2
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.2",
3+
"version": "3.1.3",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/ui/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- Improve spacing for `CreateOrganization` and `OrganizationList` ([#8034](https://github.com/clerk/javascript/pull/8034)) by [@LauraBeatris](https://github.com/LauraBeatris)
8+
39
## 1.2.1
410

511
### 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.2.1",
3+
"version": "1.2.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)