Skip to content

Commit

Permalink
chore(release): cut 32.1.72 [skip ci]
Browse files Browse the repository at this point in the history
## [32.1.72](v32.1.71...v32.1.72) (2023-05-25)

### Bug Fixes

* **translations:** sync translations from transifex (32.x) ([8898a0e](8898a0e))
  • Loading branch information
dhis2-bot committed May 25, 2023
1 parent 8898a0e commit c5ffa1a
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 @@
## [32.1.72](https://github.com/dhis2/data-visualizer-app/compare/v32.1.71...v32.1.72) (2023-05-25)


### Bug Fixes

* **translations:** sync translations from transifex (32.x) ([8898a0e](https://github.com/dhis2/data-visualizer-app/commit/8898a0ebaf53345e8566171a16108181ccff18ba))

## [32.1.71](https://github.com/dhis2/data-visualizer-app/compare/v32.1.70...v32.1.71) (2023-05-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"workspaces": [
"packages/*"
],
"version": "32.1.71"
"version": "32.1.72"
}
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": "32.1.71",
"version": "32.1.72",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand Down Expand Up @@ -30,7 +30,7 @@
"@dhis2/d2-ui-core": "^7.0.4",
"@dhis2/d2-ui-file-menu": "^7.0.4",
"@dhis2/d2-ui-interpretations": "^7.0.7",
"@dhis2/data-visualizer-plugin": "32.1.71",
"@dhis2/data-visualizer-plugin": "32.1.72",
"@dhis2/ui": "^1.0.0-beta.11",
"@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": "32.1.71",
"version": "32.1.72",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/index.js",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit c5ffa1a

Please sign in to comment.