Skip to content

Commit 03bb157

Browse files
committed
v1.14.2
1 parent affb7bf commit 03bb157

File tree

13 files changed

+49
-25
lines changed

13 files changed

+49
-25
lines changed

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.2](https://github.com/umbraco/Umbraco/compare/v1.14.1...v1.14.2) (2025-07-03)
7+
8+
**Note:** Version bump only for package uui-monorepo
9+
610
## [1.14.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0...v1.14.1) (2025-06-30)
711

812
### 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.1",
4+
"version": "1.14.2",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

package-lock.json

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

packages/uui-color-picker/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.2](https://github.com/umbraco/Umbraco/compare/v1.14.1...v1.14.2) (2025-07-03)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-color-picker
9+
610
## [1.14.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0...v1.14.1) (2025-06-30)
711

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

packages/uui-color-picker/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-color-picker",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@umbraco-ui/uui-base": "1.14.1",
34-
"@umbraco-ui/uui-popover-container": "1.14.1",
34+
"@umbraco-ui/uui-popover-container": "1.14.2",
3535
"colord": "^2.9.3"
3636
},
3737
"scripts": {

packages/uui-combobox/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.2](https://github.com/umbraco/Umbraco/compare/v1.14.1...v1.14.2) (2025-07-03)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-combobox
9+
610
## [1.14.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0...v1.14.1) (2025-06-30)
711

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

packages/uui-combobox/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-combobox",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -34,7 +34,7 @@
3434
"@umbraco-ui/uui-button": "1.14.1",
3535
"@umbraco-ui/uui-combobox-list": "1.14.1",
3636
"@umbraco-ui/uui-icon": "1.14.1",
37-
"@umbraco-ui/uui-popover-container": "1.14.1",
37+
"@umbraco-ui/uui-popover-container": "1.14.2",
3838
"@umbraco-ui/uui-scroll-container": "1.14.1",
3939
"@umbraco-ui/uui-symbol-expand": "1.14.1"
4040
},

packages/uui-popover-container/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.2](https://github.com/umbraco/Umbraco/compare/v1.14.1...v1.14.2) (2025-07-03)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-popover-container
9+
610
## [1.14.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0...v1.14.1) (2025-06-30)
711

812
### Bug Fixes

packages/uui-popover-container/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-popover-container",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui-tabs/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.2](https://github.com/umbraco/Umbraco/compare/v1.14.1...v1.14.2) (2025-07-03)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-tabs
9+
610
## [1.14.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0...v1.14.1) (2025-06-30)
711

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

packages/uui-tabs/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-tabs",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@umbraco-ui/uui-base": "1.14.1",
3434
"@umbraco-ui/uui-button": "1.14.1",
35-
"@umbraco-ui/uui-popover-container": "1.14.1",
35+
"@umbraco-ui/uui-popover-container": "1.14.2",
3636
"@umbraco-ui/uui-symbol-more": "1.14.1"
3737
},
3838
"scripts": {

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.2](https://github.com/umbraco/Umbraco/compare/v1.14.1...v1.14.2) (2025-07-03)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui
9+
610
## [1.14.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0...v1.14.1) (2025-06-30)
711

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

packages/uui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"license": "MIT",
55
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
66
"keywords": [
@@ -57,11 +57,11 @@
5757
"@umbraco-ui/uui-caret": "1.14.1",
5858
"@umbraco-ui/uui-checkbox": "1.14.1",
5959
"@umbraco-ui/uui-color-area": "1.14.1",
60-
"@umbraco-ui/uui-color-picker": "1.14.1",
60+
"@umbraco-ui/uui-color-picker": "1.14.2",
6161
"@umbraco-ui/uui-color-slider": "1.14.1",
6262
"@umbraco-ui/uui-color-swatch": "1.14.1",
6363
"@umbraco-ui/uui-color-swatches": "1.14.1",
64-
"@umbraco-ui/uui-combobox": "1.14.1",
64+
"@umbraco-ui/uui-combobox": "1.14.2",
6565
"@umbraco-ui/uui-combobox-list": "1.14.1",
6666
"@umbraco-ui/uui-css": "1.14.1",
6767
"@umbraco-ui/uui-dialog": "1.14.1",
@@ -87,7 +87,7 @@
8787
"@umbraco-ui/uui-modal": "1.14.1",
8888
"@umbraco-ui/uui-pagination": "1.14.1",
8989
"@umbraco-ui/uui-popover": "1.14.1",
90-
"@umbraco-ui/uui-popover-container": "1.14.1",
90+
"@umbraco-ui/uui-popover-container": "1.14.2",
9191
"@umbraco-ui/uui-progress-bar": "1.14.1",
9292
"@umbraco-ui/uui-radio": "1.14.1",
9393
"@umbraco-ui/uui-range-slider": "1.14.1",
@@ -112,7 +112,7 @@
112112
"@umbraco-ui/uui-symbol-more": "1.14.1",
113113
"@umbraco-ui/uui-symbol-sort": "1.14.1",
114114
"@umbraco-ui/uui-table": "1.14.1",
115-
"@umbraco-ui/uui-tabs": "1.14.1",
115+
"@umbraco-ui/uui-tabs": "1.14.2",
116116
"@umbraco-ui/uui-tag": "1.14.1",
117117
"@umbraco-ui/uui-textarea": "1.14.1",
118118
"@umbraco-ui/uui-toast-notification": "1.14.1",

0 commit comments

Comments
 (0)