Skip to content

Commit

Permalink
chore(release): cut 34.6.14 [skip ci]
Browse files Browse the repository at this point in the history
## [34.6.14](v34.6.13...v34.6.14) (2020-08-25)

### Bug Fixes

* change help text for aggregation type ([#1151](#1151)) ([#1209](#1209)) ([b9c3519](b9c3519))
* Decimals and Steps options only allow positive values (DHIS2-9002, DHIS2-9194) ([#1161](#1161)) v34 ([#1210](#1210)) ([b099607](b099607))
* reorder options for consistency (DHIS2-9004) (519b0ba) v34 ([#1211](#1211)) ([8c59852](8c59852))
  • Loading branch information
dhis2-bot committed Aug 25, 2020
1 parent b9c3519 commit 869d96f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [34.6.14](https://github.com/dhis2/data-visualizer-app/compare/v34.6.13...v34.6.14) (2020-08-25)


### Bug Fixes

* change help text for aggregation type ([#1151](https://github.com/dhis2/data-visualizer-app/issues/1151)) ([#1209](https://github.com/dhis2/data-visualizer-app/issues/1209)) ([b9c3519](https://github.com/dhis2/data-visualizer-app/commit/b9c351904a34b80c5372a78e8fd3b35c91a02092))
* Decimals and Steps options only allow positive values (DHIS2-9002, DHIS2-9194) ([#1161](https://github.com/dhis2/data-visualizer-app/issues/1161)) v34 ([#1210](https://github.com/dhis2/data-visualizer-app/issues/1210)) ([b099607](https://github.com/dhis2/data-visualizer-app/commit/b0996072769123a02249c63cb41cf347d90ad2f2))
* reorder options for consistency (DHIS2-9004) (519b0ba) v34 ([#1211](https://github.com/dhis2/data-visualizer-app/issues/1211)) ([8c59852](https://github.com/dhis2/data-visualizer-app/commit/8c59852b9a241847b73a77f5d107e863226509dc))

## [34.6.13](https://github.com/dhis2/data-visualizer-app/compare/v34.6.12...v34.6.13) (2020-08-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"workspaces": [
"packages/*"
],
"version": "34.6.13"
"version": "34.6.14"
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-visualizer-app",
"version": "34.6.13",
"version": "34.6.14",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -18,7 +18,7 @@
"@dhis2/d2-ui-core": "^7.0.4",
"@dhis2/d2-ui-file-menu": "^7.0.4",
"@dhis2/d2-ui-interpretations": "^7.0.4",
"@dhis2/data-visualizer-plugin": "34.6.13",
"@dhis2/data-visualizer-plugin": "34.6.14",
"@dhis2/ui-core": "*",
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/data-visualizer-plugin",
"version": "34.6.13",
"version": "34.6.14",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
Expand Down

0 comments on commit 869d96f

Please sign in to comment.