Skip to content

Commit

Permalink
chore(release): cut 39.2.23 [skip ci]
Browse files Browse the repository at this point in the history
## [39.2.23](v39.2.22...v39.2.23) (2024-04-03)

### Bug Fixes

* upgrade analytics for interpretations like/unlike flashing [v39] ([#3012](#3012)) ([58ca653](58ca653)), closes [dhis2/analytics#1643](dhis2/analytics#1643) [dhis2/analytics#1600](dhis2/analytics#1600)
  • Loading branch information
dhis2-bot committed Apr 3, 2024
1 parent 58ca653 commit 7fe9d40
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 @@
## [39.2.23](https://github.com/dhis2/data-visualizer-app/compare/v39.2.22...v39.2.23) (2024-04-03)


### Bug Fixes

* upgrade analytics for interpretations like/unlike flashing [v39] ([#3012](https://github.com/dhis2/data-visualizer-app/issues/3012)) ([58ca653](https://github.com/dhis2/data-visualizer-app/commit/58ca65351817d2343892026daaa2131146d7362f)), closes [dhis2/analytics#1643](https://github.com/dhis2/analytics/issues/1643) [dhis2/analytics#1600](https://github.com/dhis2/analytics/issues/1600)

## [39.2.22](https://github.com/dhis2/data-visualizer-app/compare/v39.2.21...v39.2.22) (2024-03-22)


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.22",
"version": "39.2.23",
"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.22",
"version": "39.2.23",
"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.22",
"@dhis2/data-visualizer-plugin": "39.2.23",
"@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.22",
"version": "39.2.23",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
Expand Down

0 comments on commit 7fe9d40

Please sign in to comment.