Skip to content

Commit 0bb9009

Browse files
committed
v1.8.0-rc.1
1 parent f047a1d commit 0bb9009

File tree

9 files changed

+36
-11
lines changed

9 files changed

+36
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.0...v1.8.0-rc.1) (2024-04-11)
7+
8+
### Bug Fixes
9+
10+
- add custom property for menu border radius ([f6e0a94](https://github.com/umbraco/Umbraco.UI/commit/f6e0a9444eb982969ec70aeff773daa51f97cf8b))
11+
- inherit font weight for uui-menu-item ([d1c59ad](https://github.com/umbraco/Umbraco.UI/commit/d1c59ad81d5bd2b893ab67795d83667440050fd4))
12+
- Update uui-box.element.ts to support border color changeability ([455c1ca](https://github.com/umbraco/Umbraco.UI/commit/455c1caa9b96ecd43c07cd75a46abacb8e0af5c2))
13+
614
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
715

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

package-lock.json

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

packages/uui-box/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.8.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.0...v1.8.0-rc.1) (2024-04-11)
7+
8+
### Bug Fixes
9+
10+
- Update uui-box.element.ts to support border color changeability ([455c1ca](https://github.com/umbraco/Umbraco.UI/commit/455c1caa9b96ecd43c07cd75a46abacb8e0af5c2))
11+
612
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
713

814
### Features

packages/uui-box/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-box",
3-
"version": "1.8.0-rc.0",
3+
"version": "1.8.0-rc.1",
44
"license": "MIT",
55
"description": "A box web component for grouping elements",
66
"keywords": [

packages/uui-menu-item/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.0...v1.8.0-rc.1) (2024-04-11)
7+
8+
### Bug Fixes
9+
10+
- add custom property for menu border radius ([f6e0a94](https://github.com/umbraco/Umbraco.UI/commit/f6e0a9444eb982969ec70aeff773daa51f97cf8b))
11+
- inherit font weight for uui-menu-item ([d1c59ad](https://github.com/umbraco/Umbraco.UI/commit/d1c59ad81d5bd2b893ab67795d83667440050fd4))
12+
613
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
714

815
### Features

packages/uui-menu-item/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-menu-item",
3-
"version": "1.8.0-rc.0",
3+
"version": "1.8.0-rc.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.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.0...v1.8.0-rc.1) (2024-04-11)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui
9+
610
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
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-rc.0",
3+
"version": "1.8.0-rc.1",
44
"license": "MIT",
55
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
66
"keywords": [
@@ -43,7 +43,7 @@
4343
"@umbraco-ui/uui-badge": "1.8.0-rc.0",
4444
"@umbraco-ui/uui-base": "1.8.0-rc.0",
4545
"@umbraco-ui/uui-boolean-input": "1.8.0-rc.0",
46-
"@umbraco-ui/uui-box": "1.8.0-rc.0",
46+
"@umbraco-ui/uui-box": "1.8.0-rc.1",
4747
"@umbraco-ui/uui-breadcrumbs": "1.8.0-rc.0",
4848
"@umbraco-ui/uui-button": "1.8.0-rc.0",
4949
"@umbraco-ui/uui-button-group": "1.8.0-rc.0",
@@ -82,7 +82,7 @@
8282
"@umbraco-ui/uui-loader": "1.8.0-rc.0",
8383
"@umbraco-ui/uui-loader-bar": "1.8.0-rc.0",
8484
"@umbraco-ui/uui-loader-circle": "1.8.0-rc.0",
85-
"@umbraco-ui/uui-menu-item": "1.8.0-rc.0",
85+
"@umbraco-ui/uui-menu-item": "1.8.0-rc.1",
8686
"@umbraco-ui/uui-modal": "1.8.0-rc.0",
8787
"@umbraco-ui/uui-pagination": "1.8.0-rc.0",
8888
"@umbraco-ui/uui-popover": "1.8.0-rc.0",

0 commit comments

Comments
 (0)