Skip to content

Commit a7166e6

Browse files
committed
v1.7.0-rc.0
1 parent 1c6fadd commit a7166e6

File tree

169 files changed

+990
-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

+990
-619
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.1...v1.7.0-rc.0) (2024-02-06)
7+
8+
### Bug Fixes
9+
10+
- bump dependent uui-css to correct version range ([2d004d7](https://github.com/umbraco/Umbraco.UI/commit/2d004d7acb48db028c0607f7a68b0a3886e8d3e9))
11+
- Don't update saturation based on parsed color ([#536](https://github.com/umbraco/Umbraco.UI/issues/536)) ([d83b8ba](https://github.com/umbraco/Umbraco.UI/commit/d83b8bafd1798e69ade1e4c2917a9e5ec3acd97f))
12+
- set correct version of uui-css to trail releases ([00020e5](https://github.com/umbraco/Umbraco.UI/commit/00020e5f637116c9228c74ef4e9e8ff9a7c13d09))
13+
- **uui-tab-group:** layout is causing issues due to missing `display: flex` ([#730](https://github.com/umbraco/Umbraco.UI/issues/730)) ([d6cadd9](https://github.com/umbraco/Umbraco.UI/commit/d6cadd9e7bb19f848f17d33b95f726a769d6de27))
14+
15+
### Features
16+
17+
- allow lit 3 to be loaded for uui ([f9df5a5](https://github.com/umbraco/Umbraco.UI/commit/f9df5a5b82d1d8c182cd92e0642652a450a3c43b))
18+
- no implicit lit ([c744ede](https://github.com/umbraco/Umbraco.UI/commit/c744edea60b5571e1f8a621522d8f45425e5f5fd))
19+
620
## [1.6.2](https://github.com/umbraco/Umbraco.UI/compare/v1.6.1...v1.6.2) (2024-02-06)
721

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

0 commit comments

Comments
 (0)