Skip to content

Commit

Permalink
chore(release): cut 34.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [34.0.0](v33.0.0...v34.0.0) (2020-02-12)

### Bug Fixes

* correctly specify runtime and peer dependencieis ([#662](#662)) ([a2e3f60](a2e3f60))

### BREAKING CHANGES

* The Data Visualizer Plugin now requires react and react-dom to be provided by the consumer.
  • Loading branch information
dhis2-bot committed Feb 12, 2020
1 parent a2e3f60 commit 728ea04
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [34.0.0](https://github.com/dhis2/data-visualizer-app/compare/v33.0.0...v34.0.0) (2020-02-12)


### Bug Fixes

* correctly specify runtime and peer dependencieis ([#662](https://github.com/dhis2/data-visualizer-app/issues/662)) ([a2e3f60](https://github.com/dhis2/data-visualizer-app/commit/a2e3f60c5fc911f32f6a2e7576950a24df81c499))


### BREAKING CHANGES

* The Data Visualizer Plugin now requires react and react-dom to be provided by the consumer.

# [33.0.0](https://github.com/dhis2/data-visualizer-app/compare/v32.0.3...v33.0.0) (2020-02-12)


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": "33.0.0"
"version": "34.0.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": "33.0.0",
"version": "34.0.0",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -16,7 +16,7 @@
"@dhis2/d2-ui-core": "^6.5.3",
"@dhis2/d2-ui-file-menu": "^6.5.3",
"@dhis2/d2-ui-interpretations": "^6.5.3",
"@dhis2/data-visualizer-plugin": "33.0.0",
"@dhis2/data-visualizer-plugin": "34.0.0",
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"d2": "31.2.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": "33.0.0",
"version": "34.0.0",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
Expand Down

0 comments on commit 728ea04

Please sign in to comment.