Skip to content

Commit

Permalink
chore(release): cut 35.22.64 [skip ci]
Browse files Browse the repository at this point in the history
## [35.22.64](v35.22.63...v35.22.64) (2024-06-16)

### Bug Fixes

* **translations:** sync translations from transifex (35.x) ([b4f3fea](b4f3fea))
* **translations:** sync translations from transifex (35.x) ([83c2a6c](83c2a6c))
  • Loading branch information
dhis2-bot committed Jun 16, 2024
1 parent b4f3fea commit e94f5cc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [35.22.64](https://github.com/dhis2/data-visualizer-app/compare/v35.22.63...v35.22.64) (2024-06-16)


### Bug Fixes

* **translations:** sync translations from transifex (35.x) ([b4f3fea](https://github.com/dhis2/data-visualizer-app/commit/b4f3feaabce763d0bb9625313ac38bc79f585bcd))
* **translations:** sync translations from transifex (35.x) ([83c2a6c](https://github.com/dhis2/data-visualizer-app/commit/83c2a6cd2cd5938234d5564e55412ea2470c7d0e))

## [35.22.63](https://github.com/dhis2/data-visualizer-app/compare/v35.22.62...v35.22.63) (2024-06-02)


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.22.63"
"version": "35.22.64"
}
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.22.63",
"version": "35.22.64",
"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.1.6",
"@dhis2/d2-ui-interpretations": "^7.3.1",
"@dhis2/data-visualizer-plugin": "35.22.63",
"@dhis2/data-visualizer-plugin": "35.22.64",
"@dhis2/ui": "^5.6.1",
"@material-ui/icons": "^3.0.1",
"d2": "^31.9.3",
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.22.63",
"version": "35.22.64",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
Expand Down

0 comments on commit e94f5cc

Please sign in to comment.