diff --git a/CHANGELOG.md b/CHANGELOG.md index ae22a9fc4..18f691f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.0.6] - 2023-01-29 + +- [ONCEHUB-60767](https://scheduleonce.atlassian.net/browse/ONCEHUB-60767) Fixed an padding issue in label in oui-tab + ## [8.0.5] - 2023-01-14 - [ONCEHUB-60767](https://scheduleonce.atlassian.net/browse/ONCEHUB-60767) Fixed an issue related to the spacing in oui-tab diff --git a/package-lock.json b/package-lock.json index a0c495be2..01540edf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oncehub-ui", - "version": "8.0.5", + "version": "8.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oncehub-ui", - "version": "8.0.5", + "version": "8.0.6", "dependencies": { "@angular-devkit/architect": "0.1601.6", "@angular-devkit/core": "16.1.6", diff --git a/package.json b/package.json index 220bf9e5e..1b7763b22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oncehub-ui", - "version": "8.0.5", + "version": "8.0.6", "scripts": { "ng": "ng", "build": "ng build ui", diff --git a/ui/package-lock.json b/ui/package-lock.json index 92fefe26c..4eb47cd20 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oncehub/ui", - "version": "8.0.5", + "version": "8.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oncehub/ui", - "version": "8.0.5", + "version": "8.0.6", "dependencies": { "tslib": "^2.4.0" } diff --git a/ui/package.json b/ui/package.json index ef2997332..072081539 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@oncehub/ui", - "version": "8.0.5", + "version": "8.0.6", "description": "Oncehub UI", "peerDependencies": {}, "repository": { diff --git a/ui/src/components/tabs/_tabs-common.scss b/ui/src/components/tabs/_tabs-common.scss index 9742af132..a4e24cff7 100644 --- a/ui/src/components/tabs/_tabs-common.scss +++ b/ui/src/components/tabs/_tabs-common.scss @@ -174,7 +174,7 @@ $oui-tab-animation-duration: 500ms !default; } .oui-mdc-tab:not(.mdc-tab--stacked) { - padding: 19px 0px 10px; + padding: 19px 20px 10px; } .oui-mdc-tab-header-pagination {