From a9fc7b64af0c0af7c202c37455c67e2babad72ce Mon Sep 17 00:00:00 2001 From: Mayank <9084735+mayank99@users.noreply.github.com> Date: Thu, 20 May 2021 11:09:17 -0400 Subject: [PATCH] Release 0.16.0 (#100) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c370771419..e314863cf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.16.0] + +`2021-05-20` + +### What's new + +- **Changed header class to `.iui-page-header`** and made it responsive. + ## [0.15.0] `2021-05-17` @@ -205,6 +213,7 @@ - **Global style resets have 0 specificity now.** +[0.16.0]: https://github.com/iTwin/iTwinUI/compare/v0.16.0...v0.16.0 [0.15.0]: https://github.com/iTwin/iTwinUI/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/iTwin/iTwinUI/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/iTwin/iTwinUI/compare/v0.13.0...v0.13.1 diff --git a/package.json b/package.json index d68bc91391b..4723504f2c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/itwinui-css", - "version": "0.15.0", + "version": "0.16.0", "author": "Bentley Systems", "license": "MIT", "main": "src/index.scss",