Skip to content

Commit

Permalink
chore(release): cut 35.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [35.12.0](v35.11.1...v35.12.0) (2020-08-28)

### Features

* move dx to filter for YOY which allows for multiple dx items (DHIS2-8808) ([#1229](#1229)) ([9a4723c](9a4723c))
  • Loading branch information
dhis2-bot committed Aug 28, 2020
1 parent 9a4723c commit 0e4b0c5
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 @@
# [35.12.0](https://github.com/dhis2/data-visualizer-app/compare/v35.11.1...v35.12.0) (2020-08-28)


### Features

* move dx to filter for YOY which allows for multiple dx items (DHIS2-8808) ([#1229](https://github.com/dhis2/data-visualizer-app/issues/1229)) ([9a4723c](https://github.com/dhis2/data-visualizer-app/commit/9a4723caac37019ba0d4be24d9059829f9a3543f))

## [35.11.1](https://github.com/dhis2/data-visualizer-app/compare/v35.11.0...v35.11.1) (2020-08-28)


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": "35.11.1"
"version": "35.12.0"
}
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": "35.11.1",
"version": "35.12.0",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -17,7 +17,7 @@
"@dhis2/d2-i18n": "*",
"@dhis2/d2-ui-file-menu": "^7.0.5",
"@dhis2/d2-ui-interpretations": "^7.0.5",
"@dhis2/data-visualizer-plugin": "35.11.1",
"@dhis2/data-visualizer-plugin": "35.12.0",
"@dhis2/ui": "^5.5.2",
"@material-ui/icons": "^3.0.1",
"d2": "31.8.2",
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": "35.11.1",
"version": "35.12.0",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
Expand Down

0 comments on commit 0e4b0c5

Please sign in to comment.