From 984c5ce3b62ac3f45626db480a0e99437578300e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vagner=20Jos=C3=A9=20Nicolodi?= Date: Wed, 24 Nov 2021 14:20:41 -0300 Subject: [PATCH] chore: release v0.17.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73250b94..f65ea9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 0.17.0 (2021-11-24) + +##### New Features + +* **LinearProgress:** Created the LinearProgress STC-543 ([#159](https://github.com/micromed-dev/herz-ui/pull/159)) ([2bce0ff5](https://github.com/micromed-dev/herz-ui/commit/2bce0ff5d9d16212d5aaf8ec716e3b02cc8105bf)) + #### 0.16.1 (2021-11-19) ##### New Features diff --git a/package.json b/package.json index 4e448569..aaebbd93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@micromed/herz-ui", - "version": "0.16.1", + "version": "0.17.0", "description": "Herz UI (/hɛrʦ/ - Hérts) is a design system containing a styleguide(colors, grid, icons, typography) and library of UI components", "main": "./lib/cjs/components/index.js", "typings": "./lib/types/components/index.d.ts",