Skip to content

Commit 3e26ece

Browse files
ci(repo): Version packages
1 parent b7e6308 commit 3e26ece

10 files changed

Lines changed: 28 additions & 20 deletions

File tree

.changeset/fix-en-gb-username-placeholder.md

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

.changeset/kind-peaches-notice.md

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

.changeset/red-monkeys-deny.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), [`b7e6308`](https://github.com/clerk/javascript/commit/b7e6308acd3ef334a0dd98f27c850844d0a8cc1e)]:
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/localizations/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+
## 4.2.2
4+
5+
### Patch Changes
6+
7+
- Fix en-GB username field placeholder (was showing literal "undefined" instead of "Enter your username") ([#8040](https://github.com/clerk/javascript/pull/8040)) by [@petiteoh](https://github.com/petiteoh)
8+
39
## 4.2.1
410

511
### Patch Changes

packages/localizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/localizations",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Localizations for the Clerk components",
55
"keywords": [
66
"react",

packages/ui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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+
9+
- Fix issue where monthly/annual toggle appeared on default free plans. ([#8052](https://github.com/clerk/javascript/pull/8052)) by [@dstaley](https://github.com/dstaley)
10+
11+
- Updated dependencies [[`296f52e`](https://github.com/clerk/javascript/commit/296f52e0180969b7a6153a904e298242d3528e35)]:
12+
- @clerk/localizations@4.2.2
13+
314
## 1.2.1
415

516
### 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)