Skip to content

Commit

Permalink
chore(release): cut 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](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](#198)) ([07c2187](07c2187))

### BREAKING CHANGES

* **deps:** This will break applications which use the v3 API of `@dhis2/ui-core` components
  • Loading branch information
dhis2-bot committed Dec 9, 2019
1 parent 07c2187 commit 17832f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 17832f9

Please sign in to comment.