Skip to content

Commit a4ae753

Browse files
committed
v1.6.1
1 parent 5818804 commit a4ae753

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

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.6.1](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0...v1.6.1) (2024-02-06)
7+
8+
### Bug Fixes
9+
10+
- **uui-tab-group:** layout is causing issues due to missing `display: flex` ([#730](https://github.com/umbraco/Umbraco.UI/issues/730)) ([5818804](https://github.com/umbraco/Umbraco.UI/commit/58188040d30f872a6ee1c68f92879e3c0e3ac1b1))
11+
612
# [1.6.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.4...v1.6.0) (2024-02-02)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"npmClient": "npm",
55
"useWorkspaces": true,
66
"command": {

package-lock.json

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

packages/uui-tabs/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.6.1](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0...v1.6.1) (2024-02-06)
7+
8+
### Bug Fixes
9+
10+
- **uui-tab-group:** layout is causing issues due to missing `display: flex` ([#730](https://github.com/umbraco/Umbraco.UI/issues/730)) ([5818804](https://github.com/umbraco/Umbraco.UI/commit/58188040d30f872a6ee1c68f92879e3c0e3ac1b1))
11+
612
# [1.6.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.4...v1.6.0) (2024-02-02)
713

814
### Bug Fixes

packages/uui-tabs/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-tabs",
3-
"version": "1.6.0",
3+
"version": "1.6.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.6.1](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0...v1.6.1) (2024-02-06)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui
9+
610
# [1.6.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.4...v1.6.0) (2024-02-02)
711

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

packages/uui/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",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"license": "MIT",
55
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
66
"keywords": [
@@ -111,7 +111,7 @@
111111
"@umbraco-ui/uui-symbol-more": "1.6.0",
112112
"@umbraco-ui/uui-symbol-sort": "1.6.0",
113113
"@umbraco-ui/uui-table": "1.6.0",
114-
"@umbraco-ui/uui-tabs": "1.6.0",
114+
"@umbraco-ui/uui-tabs": "1.6.1",
115115
"@umbraco-ui/uui-tag": "1.6.0",
116116
"@umbraco-ui/uui-textarea": "1.6.0",
117117
"@umbraco-ui/uui-toast-notification": "1.6.0",

0 commit comments

Comments
 (0)