Skip to content

Commit

Permalink
chore(release): cut 39.2.21 [skip ci]
Browse files Browse the repository at this point in the history
## [39.2.21](v39.2.20...v39.2.21) (2024-03-03)

### Bug Fixes

* **translations:** sync translations from transifex (39.x) ([624835b](624835b))
* keep original item height to avoid PT not showing up (DHIS2-16888) v39 ([#2983](#2983)) ([a16b4b5](a16b4b5))
  • Loading branch information
dhis2-bot committed Mar 3, 2024
1 parent 624835b commit fcbc341
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 @@
## [39.2.21](https://github.com/dhis2/data-visualizer-app/compare/v39.2.20...v39.2.21) (2024-03-03)


### Bug Fixes

* **translations:** sync translations from transifex (39.x) ([624835b](https://github.com/dhis2/data-visualizer-app/commit/624835b28bbd2258872705cbbdaa3e692adb9698))
* keep original item height to avoid PT not showing up (DHIS2-16888) v39 ([#2983](https://github.com/dhis2/data-visualizer-app/issues/2983)) ([a16b4b5](https://github.com/dhis2/data-visualizer-app/commit/a16b4b5c2d610822c1f6141cb561ee2fa99151fa))

## [39.2.20](https://github.com/dhis2/data-visualizer-app/compare/v39.2.19...v39.2.20) (2024-01-21)


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": "39.2.20",
"version": "39.2.21",
"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": "39.2.20",
"version": "39.2.21",
"description": "DHIS2 Data Visualizer app",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -18,7 +18,7 @@
"@dhis2/app-runtime-adapter-d2": "^1.1.0",
"@dhis2/app-service-datastore": "^1.0.0-beta.3",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/data-visualizer-plugin": "39.2.20",
"@dhis2/data-visualizer-plugin": "39.2.21",
"@dhis2/ui": "^8.4.11",
"d2": "^31.9.1",
"history": "^5.3.0",
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": "39.2.20",
"version": "39.2.21",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
Expand Down

0 comments on commit fcbc341

Please sign in to comment.