Skip to content

Commit

Permalink
chore(release): cut 34.6.109 [skip ci]
Browse files Browse the repository at this point in the history
## [34.6.109](v34.6.108...v34.6.109) (2023-10-03)

### Bug Fixes

* **translations:** sync translations from transifex (34.x) ([8e46244](8e46244))
* **translations:** sync translations from transifex (34.x) ([3b04a37](3b04a37))
  • Loading branch information
dhis2-bot committed Oct 3, 2023
1 parent 8e46244 commit e729e5c
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 @@
## [34.6.109](https://github.com/dhis2/data-visualizer-app/compare/v34.6.108...v34.6.109) (2023-10-03)


### Bug Fixes

* **translations:** sync translations from transifex (34.x) ([8e46244](https://github.com/dhis2/data-visualizer-app/commit/8e46244b4df2049c296996354ec51c2302e019a3))
* **translations:** sync translations from transifex (34.x) ([3b04a37](https://github.com/dhis2/data-visualizer-app/commit/3b04a37357fa7caf3fd7aa6a64024f5c55c54302))

## [34.6.108](https://github.com/dhis2/data-visualizer-app/compare/v34.6.107...v34.6.108) (2023-07-04)


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

0 comments on commit e729e5c

Please sign in to comment.