Skip to content

Commit

Permalink
chore(release): cut 36.1.15 [skip ci]
Browse files Browse the repository at this point in the history
## [36.1.15](v36.1.14...v36.1.15) (2023-03-31)

### Bug Fixes

* **translations:** sync translations from transifex (36.x) ([#2205](#2205)) ([c2ce025](c2ce025))
  • Loading branch information
dhis2-bot committed Mar 31, 2023
1 parent c2ce025 commit dfd2309
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 @@
## [36.1.15](https://github.com/dhis2/data-visualizer-app/compare/v36.1.14...v36.1.15) (2023-03-31)


### Bug Fixes

* **translations:** sync translations from transifex (36.x) ([#2205](https://github.com/dhis2/data-visualizer-app/issues/2205)) ([c2ce025](https://github.com/dhis2/data-visualizer-app/commit/c2ce025b33fcc5eacc909ccb624f28ba2fa22fe9))

## [36.1.14](https://github.com/dhis2/data-visualizer-app/compare/v36.1.13...v36.1.14) (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "data-visualizer",
"description": "DHIS2 Data Visualizer",
"private": true,
"version": "36.1.14",
"version": "36.1.15",
"workspaces": [
"packages/*"
],
Expand Down
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": "36.1.14",
"version": "36.1.15",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -17,7 +17,7 @@
"@dhis2/app-runtime": "^2.8.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/d2-ui-interpretations": "^7.4.0",
"@dhis2/data-visualizer-plugin": "36.1.14",
"@dhis2/data-visualizer-plugin": "36.1.15",
"@dhis2/ui": "^6.5.5",
"@material-ui/icons": "^3.0.1",
"d2": "^31.9.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": "36.1.14",
"version": "36.1.15",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
Expand Down

0 comments on commit dfd2309

Please sign in to comment.