Skip to content

Commit 19cc91c

Browse files
author
@dhis2-bot
committed
chore(release): cut 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2019-07-09) ### Features * support action queries with prefixed resource names ([#19](#19)) ([c5c5dc7](c5c5dc7))
1 parent c5c5dc7 commit 19cc91c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/dhis2/app-runtime/compare/v1.2.0...v1.3.0) (2019-07-09)
2+
3+
4+
### Features
5+
6+
* support action queries with prefixed resource names ([#19](https://github.com/dhis2/app-runtime/issues/19)) ([c5c5dc7](https://github.com/dhis2/app-runtime/commit/c5c5dc7))
7+
18
# [1.2.0](https://github.com/dhis2/app-runtime/compare/v1.1.0...v1.2.0) (2019-05-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"pre-commit": "d2-style js apply"
2828
}
2929
},
30-
"version": "1.2.0"
30+
"version": "1.3.0"
3131
}

runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dhis2/app-runtime",
33
"description": "A singular runtime dependency for applications on the DHIS2 platform",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"main": "build/cjs/index.js",
66
"module": "build/es/index.js",
77
"types": "build/types/index.d.ts",
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@babel/core": "^7.5.0",
1919
"@babel/preset-env": "^7.5.2",
20-
"@dhis2/app-service-data": "1.2.0",
20+
"@dhis2/app-service-data": "1.3.0",
2121
"loop": "^3.1.3",
2222
"rollup": "^1.9.0",
2323
"rollup-plugin-babel": "^4.3.2",

services/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-data",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "build/cjs/index.js",
55
"module": "build/es/index.js",
66
"repository": "https://github.com/dhis2/app-runtime.git",

0 commit comments

Comments
 (0)