Skip to content

Commit

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

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

### Bug Fixes

- **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))

# [1.6.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.4...v1.6.0) (2024-02-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.6.0",
"version": "1.6.1",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/uui-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **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))

# [1.6.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.4...v1.6.0) (2024-02-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-tabs",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

# [1.6.0](https://github.com/umbraco/Umbraco.UI/compare/v1.6.0-rc.4...v1.6.0) (2024-02-02)

**Note:** Version bump only for package @umbraco-ui/uui
Expand Down
4 changes: 2 additions & 2 deletions packages/uui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
"keywords": [
Expand Down Expand Up @@ -111,7 +111,7 @@
"@umbraco-ui/uui-symbol-more": "1.6.0",
"@umbraco-ui/uui-symbol-sort": "1.6.0",
"@umbraco-ui/uui-table": "1.6.0",
"@umbraco-ui/uui-tabs": "1.6.0",
"@umbraco-ui/uui-tabs": "1.6.1",
"@umbraco-ui/uui-tag": "1.6.0",
"@umbraco-ui/uui-textarea": "1.6.0",
"@umbraco-ui/uui-toast-notification": "1.6.0",
Expand Down

0 comments on commit a4ae753

Please sign in to comment.