From 560043a822b480d3a3d615fb61c313730d51882c Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Tue, 28 Apr 2020 19:20:14 +0200 Subject: [PATCH] 0.0.16 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- projects/components/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e994dcf..b4ddffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.16](https://github.com/notiz-dev/design/compare/v0.0.15...v0.0.16) (2020-04-28) + + +### Bug Fixes + +* **tab:** set host display to contents ([3d1545f](https://github.com/notiz-dev/design/commit/3d1545f5668e0528885abff1d0ddc1d3d20213d5)) + + + ## [0.0.15](https://github.com/notiz-dev/design/compare/v0.0.14...v0.0.15) (2020-04-28) diff --git a/package.json b/package.json index a9ce318..959b424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notiz/design-showcase", - "version": "0.0.15", + "version": "0.0.16", "author": "notiz Team", "license": "MIT", "contributors": [ diff --git a/projects/components/package.json b/projects/components/package.json index 667a5bf..20f2cc0 100644 --- a/projects/components/package.json +++ b/projects/components/package.json @@ -1,6 +1,6 @@ { "name": "@notiz/ngx-design", - "version": "0.0.15", + "version": "0.0.16", "peerDependencies": { "@angular/common": "^9.0.7", "@angular/core": "^9.0.7",