Skip to content

Commit c1c2392

Browse files
committed
v1.14.0-rc.3
1 parent 7f51011 commit c1c2392

File tree

11 files changed

+43
-19
lines changed

11 files changed

+43
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.14.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.2...v1.14.0-rc.3) (2025-05-28)
7+
8+
### Bug Fixes
9+
10+
- Set height for input prepend/append slots ([#1113](https://github.com/umbraco/Umbraco.UI/issues/1113)) ([0681615](https://github.com/umbraco/Umbraco.UI/commit/0681615c576dcf4e1095b1334caf48c21d29edba))
11+
612
# [1.14.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2025-05-26)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "1.14.0-rc.2",
4+
"version": "1.14.0-rc.3",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uui-input-lock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.14.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.2...v1.14.0-rc.3) (2025-05-28)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-input-lock
9+
610
# [1.14.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2025-05-23)
711

812
**Note:** Version bump only for package @umbraco-ui/uui-input-lock

packages/uui-input-lock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-input-lock",
3-
"version": "1.14.0-rc.1",
3+
"version": "1.14.0-rc.3",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -33,7 +33,7 @@
3333
"@umbraco-ui/uui-base": "1.14.0-rc.1",
3434
"@umbraco-ui/uui-button": "1.14.0-rc.1",
3535
"@umbraco-ui/uui-icon": "1.14.0-rc.1",
36-
"@umbraco-ui/uui-input": "1.14.0-rc.1"
36+
"@umbraco-ui/uui-input": "1.14.0-rc.3"
3737
},
3838
"scripts": {
3939
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",

packages/uui-input-password/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.14.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.2...v1.14.0-rc.3) (2025-05-28)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-input-password
9+
610
# [1.14.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2025-05-23)
711

812
**Note:** Version bump only for package @umbraco-ui/uui-input-password

packages/uui-input-password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-input-password",
3-
"version": "1.14.0-rc.1",
3+
"version": "1.14.0-rc.3",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@umbraco-ui/uui-base": "1.14.0-rc.1",
3434
"@umbraco-ui/uui-icon-registry-essential": "1.14.0-rc.1",
35-
"@umbraco-ui/uui-input": "1.14.0-rc.1"
35+
"@umbraco-ui/uui-input": "1.14.0-rc.3"
3636
},
3737
"scripts": {
3838
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",

packages/uui-input/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.14.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.2...v1.14.0-rc.3) (2025-05-28)
7+
8+
### Bug Fixes
9+
10+
- Set height for input prepend/append slots ([#1113](https://github.com/umbraco/Umbraco.UI/issues/1113)) ([0681615](https://github.com/umbraco/Umbraco.UI/commit/0681615c576dcf4e1095b1334caf48c21d29edba))
11+
612
# [1.14.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2025-05-23)
713

814
**Note:** Version bump only for package @umbraco-ui/uui-input

packages/uui-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-input",
3-
"version": "1.14.0-rc.1",
3+
"version": "1.14.0-rc.3",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.14.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.2...v1.14.0-rc.3) (2025-05-28)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui
9+
610
# [1.14.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2025-05-26)
711

812
**Note:** Version bump only for package @umbraco-ui/uui

0 commit comments

Comments
 (0)