Skip to content

Commit 0a38eb2

Browse files
committed
chore(release): cut 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2020-03-24) ### Bug Fixes * expand array of filters to multiple filter querystring params ([#462](#462)) ([aee9993](aee9993))
1 parent aee9993 commit 0a38eb2

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/dhis2/app-runtime/compare/v2.1.0...v2.1.1) (2020-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* expand array of filters to multiple filter querystring params ([#462](https://github.com/dhis2/app-runtime/issues/462)) ([aee9993](https://github.com/dhis2/app-runtime/commit/aee9993086813ffe215ed7733b2de8f902d0bc9c))
7+
18
# [2.1.0](https://github.com/dhis2/app-runtime/compare/v2.0.4...v2.1.0) (2020-02-25)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
"description": "A singular runtime dependency for applications on the [DHIS2 platform](https://platform.dhis2.nu)"
6868
}
6969
},
70-
"version": "2.1.0"
70+
"version": "2.1.1"
7171
}

runtime/package.json

Lines changed: 3 additions & 3 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": "2.1.0",
4+
"version": "2.1.1",
55
"main": "build/cjs/index.js",
66
"module": "build/es/index.js",
77
"types": "build/types/index.d.ts",
@@ -19,8 +19,8 @@
1919
"build/**"
2020
],
2121
"devDependencies": {
22-
"@dhis2/app-service-config": "2.1.0",
23-
"@dhis2/app-service-data": "2.1.0"
22+
"@dhis2/app-service-config": "2.1.1",
23+
"@dhis2/app-service-data": "2.1.1"
2424
},
2525
"peerDependencies": {
2626
"prop-types": "^15.7.2",

services/config/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-config",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "build/cjs/index.js",
55
"module": "build/es/index.js",
66
"types": "build/types/index.d.ts",

services/data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-service-data",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "build/cjs/index.js",
55
"module": "build/es/index.js",
66
"types": "build/types/index.d.ts",
@@ -12,7 +12,7 @@
1212
"build/**"
1313
],
1414
"peerDependencies": {
15-
"@dhis2/app-service-config": "2.1.0",
15+
"@dhis2/app-service-config": "2.1.1",
1616
"prop-types": "^15.7.2",
1717
"react": "^16.8",
1818
"react-dom": "^16.8"

0 commit comments

Comments
 (0)