Skip to content

Commit

Permalink
chore(release): cut 34.3.19 [skip ci]
Browse files Browse the repository at this point in the history
## [34.3.19](v34.3.18...v34.3.19) (2020-03-10)

### Bug Fixes

* fix loading translations for share/translate dialogs (DHIS2-8249) ([#785](#785)) ([6184770](6184770))
  • Loading branch information
dhis2-bot committed Mar 10, 2020
1 parent 6184770 commit 7b60e3c
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 @@
## [34.3.19](https://github.com/dhis2/data-visualizer-app/compare/v34.3.18...v34.3.19) (2020-03-10)


### Bug Fixes

* fix loading translations for share/translate dialogs (DHIS2-8249) ([#785](https://github.com/dhis2/data-visualizer-app/issues/785)) ([6184770](https://github.com/dhis2/data-visualizer-app/commit/618477081c8c011165cdfd92c73d7639bb855274))

## [34.3.18](https://github.com/dhis2/data-visualizer-app/compare/v34.3.17...v34.3.18) (2020-03-06)


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.3.18"
"version": "34.3.19"
}
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.3.18",
"version": "34.3.19",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -18,7 +18,7 @@
"@dhis2/d2-ui-core": "^6.5.5",
"@dhis2/d2-ui-file-menu": "^6.5.10",
"@dhis2/d2-ui-interpretations": "^6.5.5",
"@dhis2/data-visualizer-plugin": "34.3.18",
"@dhis2/data-visualizer-plugin": "34.3.19",
"@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.3.18",
"version": "34.3.19",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
Expand Down

0 comments on commit 7b60e3c

Please sign in to comment.