Skip to content

Commit d3a7c76

Browse files
committed
v1.8.1
1 parent e2b9efa commit d3a7c76

File tree

9 files changed

+29
-13
lines changed

9 files changed

+29
-13
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.8.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0...v1.8.1) (2024-05-24)
7+
8+
**Note:** Version bump only for package uui-monorepo
9+
610
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
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.8.0",
4+
"version": "1.8.1",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

package-lock.json

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

packages/uui-form-layout-item/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.8.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0...v1.8.1) (2024-05-24)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-form-layout-item
9+
610
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
711

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

packages/uui-form-layout-item/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-form-layout-item",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@umbraco-ui/uui-base": "1.8.0",
34-
"@umbraco-ui/uui-form-validation-message": "1.8.0"
34+
"@umbraco-ui/uui-form-validation-message": "1.8.1"
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",

packages/uui-form-validation-message/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.8.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0...v1.8.1) (2024-05-24)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-form-validation-message
9+
610
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
711

812
### Features

packages/uui-form-validation-message/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-form-validation-message",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
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.8.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0...v1.8.1) (2024-05-24)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui
9+
610
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
711

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

packages/uui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"license": "MIT",
55
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
66
"keywords": [
@@ -68,8 +68,8 @@
6868
"@umbraco-ui/uui-file-dropzone": "1.8.0",
6969
"@umbraco-ui/uui-file-preview": "1.8.0",
7070
"@umbraco-ui/uui-form": "1.8.0",
71-
"@umbraco-ui/uui-form-layout-item": "1.8.0",
72-
"@umbraco-ui/uui-form-validation-message": "1.8.0",
71+
"@umbraco-ui/uui-form-layout-item": "1.8.1",
72+
"@umbraco-ui/uui-form-validation-message": "1.8.1",
7373
"@umbraco-ui/uui-icon": "1.8.0",
7474
"@umbraco-ui/uui-icon-registry": "1.8.0",
7575
"@umbraco-ui/uui-icon-registry-essential": "1.8.0",

0 commit comments

Comments
 (0)