Skip to content

Commit 1f139dc

Browse files
committed
v1.7.0
1 parent 1f3e6bd commit 1f139dc

File tree

169 files changed

+962
-619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+962
-619
lines changed

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.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)
7+
8+
### Bug Fixes
9+
10+
- **uui-box:** add a getter to headlineVariant to support Lit 3 ([0fc8dbc](https://github.com/umbraco/Umbraco.UI/commit/0fc8dbc31f178bfceaa314c5b466a868f48d18c2))
11+
- **uui-select:** make native inner select follow the width of the outer element ([39c08dd](https://github.com/umbraco/Umbraco.UI/commit/39c08dd8e66a962db1f6cf7b32883fb258b42cc6))
12+
613
# [1.7.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.1...v1.7.0-rc.0) (2024-02-06)
714

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

0 commit comments

Comments
 (0)