Skip to content

Commit

Permalink
v1.7.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Feb 6, 2024
1 parent 1c6fadd commit a7166e6
Show file tree
Hide file tree
Showing 169 changed files with 990 additions and 619 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.1...v1.7.0-rc.0) (2024-02-06)

### Bug Fixes

- bump dependent uui-css to correct version range ([2d004d7](https://github.com/umbraco/Umbraco.UI/commit/2d004d7acb48db028c0607f7a68b0a3886e8d3e9))
- 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))
- set correct version of uui-css to trail releases ([00020e5](https://github.com/umbraco/Umbraco.UI/commit/00020e5f637116c9228c74ef4e9e8ff9a7c13d09))
- **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))

### Features

- allow lit 3 to be loaded for uui ([f9df5a5](https://github.com/umbraco/Umbraco.UI/commit/f9df5a5b82d1d8c182cd92e0642652a450a3c43b))
- no implicit lit ([c744ede](https://github.com/umbraco/Umbraco.UI/commit/c744edea60b5571e1f8a621522d8f45425e5f5fd))

## [1.6.2](https://github.com/umbraco/Umbraco.UI/compare/v1.6.1...v1.6.2) (2024-02-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "1.6.2",
"version": "1.7.0-rc.0",
"preid": "rc",
"exact": true,
"noPush": true,
Expand Down
Loading

0 comments on commit a7166e6

Please sign in to comment.