From deb8f0a1d7a0083043311923402efc5ec6f534a0 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 14 Jun 2019 09:51:56 +0000 Subject: [PATCH] chore(release): cut 3.2.0 [skip ci] # [3.2.0](https://github.com/dhis2/ui/compare/v3.1.1...v3.2.0) (2019-06-14) ### Features * **alertbar:** add the alert bar and alert stack ([#277](https://github.com/dhis2/ui/issues/277)) ([a645093](https://github.com/dhis2/ui/commit/a645093)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53779947f..5fb8e0bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/dhis2/ui/compare/v3.1.1...v3.2.0) (2019-06-14) + + +### Features + +* **alertbar:** add the alert bar and alert stack ([#277](https://github.com/dhis2/ui/issues/277)) ([a645093](https://github.com/dhis2/ui/commit/a645093)) + ## [3.1.1](https://github.com/dhis2/ui/compare/v3.1.0...v3.1.1) (2019-06-13) diff --git a/package.json b/package.json index 152b9169c..62baf2641 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-core", - "version": "3.1.1", + "version": "3.2.0", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "sideEffects": false,