Skip to content

Commit

Permalink
chore(release): cut 38.3.23 [skip ci]
Browse files Browse the repository at this point in the history
## [38.3.23](v38.3.22...v38.3.23) (2023-11-09)

### Bug Fixes

* legend sets fail to load in table with data dimension in the row (DHIS2-12830) v39 ([#2900](#2900)) ([a4868d9](a4868d9))
  • Loading branch information
dhis2-bot committed Nov 9, 2023
1 parent a4868d9 commit 80d87e1
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 @@
## [38.3.23](https://github.com/dhis2/data-visualizer-app/compare/v38.3.22...v38.3.23) (2023-11-09)


### Bug Fixes

* legend sets fail to load in table with data dimension in the row (DHIS2-12830) v39 ([#2900](https://github.com/dhis2/data-visualizer-app/issues/2900)) ([a4868d9](https://github.com/dhis2/data-visualizer-app/commit/a4868d9853d87566f17803d109c184c1cd22e158))

## [38.3.22](https://github.com/dhis2/data-visualizer-app/compare/v38.3.21...v38.3.22) (2023-10-12)


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": "38.3.22",
"version": "38.3.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": "38.3.22",
"version": "38.3.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/d2-i18n": "^1.1.0",
"@dhis2/d2-ui-interpretations": "^7.3.4",
"@dhis2/data-visualizer-plugin": "38.3.22",
"@dhis2/data-visualizer-plugin": "38.3.23",
"@dhis2/ui": "^7.7.3",
"d2": "^31.9.1",
"history": "^4.7.2",
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": "38.3.22",
"version": "38.3.23",
"description": "DHIS2 Data Visualizer plugin",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
Expand Down

0 comments on commit 80d87e1

Please sign in to comment.