Skip to content

Commit

Permalink
chore(release): cut 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2019-05-27)

### Features

* support forever-loading CustomDataProvider ([#11](#11)) ([e80c7b7](e80c7b7))
  • Loading branch information
@dhis2-bot committed May 27, 2019
1 parent e80c7b7 commit 1321269
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/dhis2/app-runtime/compare/v1.1.0...v1.2.0) (2019-05-27)


### Features

* support forever-loading CustomDataProvider ([#11](https://github.com/dhis2/app-runtime/issues/11)) ([e80c7b7](https://github.com/dhis2/app-runtime/commit/e80c7b7))

# [1.1.0](https://github.com/dhis2/app-runtime/compare/v1.0.0...v1.1.0) (2019-04-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"pre-commit": "d2-style js apply"
}
},
"version": "1.1.0"
"version": "1.2.0"
}
4 changes: 2 additions & 2 deletions runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/app-runtime",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"version": "1.1.0",
"version": "1.2.0",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@dhis2/app-service-data": "^1.1.0",
"@dhis2/app-service-data": "1.2.0",
"loop": "^3.1.3",
"rollup": "^1.9.0",
"rollup-plugin-babel": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-data",
"version": "1.1.0",
"version": "1.2.0",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"repository": "https://github.com/dhis2/app-runtime.git",
Expand Down

0 comments on commit 1321269

Please sign in to comment.