diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca8fb553..15dd60265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/dhis2/app-platform/compare/v2.0.0...v3.0.0) (2019-12-09) + + +### Features + +* **deps:** upgrade @dhis2/ui-core to 4.1.1 and @dhis2/ui-widgets to 2.0.4 ([#198](https://github.com/dhis2/app-platform/issues/198)) ([07c2187](https://github.com/dhis2/app-platform/commit/07c2187e75a25e1a45484fcbc63c6bc3572e4f32)) + + +### BREAKING CHANGES + +* **deps:** This will break applications which use the v3 API of `@dhis2/ui-core` components + # [2.0.0](https://github.com/dhis2/app-platform/compare/v1.5.10...v2.0.0) (2019-11-28) diff --git a/cli/package.json b/cli/package.json index e699a3ac1..136d54836 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "2.0.0", + "version": "3.0.0", "main": "src/index.js", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", diff --git a/package.json b/package.json index 3ba38794e..fad883edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "2.0.0", + "version": "3.0.0", "private": true, "repository": { "type": "git",