Skip to content

Commit

Permalink
fix: separator for hundreds, thousands and millions is missing in the…
Browse files Browse the repository at this point in the history
… Pie charts (DHIS2-16172) v39 (#3000)
  • Loading branch information
martinkrulltott authored Jun 14, 2024
1 parent a4e6be7 commit 812cfa4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"private": true,
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/analytics": "^24",
"@dhis2/analytics": "^24.10.10",
"@dhis2/app-runtime": "^3.9.3",
"@dhis2/app-runtime-adapter-d2": "^1.1.0",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/d2-ui-core": "^7.4.1",
"@dhis2/d2-ui-interpretations": "^7.4.1",
"@dhis2/d2-ui-mentions-wrapper": "^7.4.1",
"@dhis2/d2-ui-rich-text": "^7.4.1",
"@dhis2/data-visualizer-plugin": "^39.2.33",
"@dhis2/data-visualizer-plugin": "^39.2.35",
"@dhis2/ui": "^8.12.4",
"@krakenjs/post-robot": "^11.0.0",
"classnames": "^2.3.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2153,10 +2153,10 @@
classnames "^2.3.1"
prop-types "^15.7.2"

"@dhis2/analytics@^24":
version "24.10.9"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-24.10.9.tgz#9de0f16664693c0c45354d2522444c186606718e"
integrity sha512-6GpE1wHNzZ1XE0pBa/sbthFiNLnsA8NUxutUiip0mIlbqshJw8Da0JMszDz+CF4JYU1lg1lcSkrhBWSM4vpDBQ==
"@dhis2/analytics@^24.10.10":
version "24.10.10"
resolved "https://registry.yarnpkg.com/@dhis2/analytics/-/analytics-24.10.10.tgz#b9d35b9a86afb6634b688eab2f50004f0edeb492"
integrity sha512-YNfjUy64eZ9wfepSe/Dr53yYay0tFL8nS+mgwXvU1P2qZM41VDqlvutas5DCNhr2kufCZeD15LC1nQlYQn8Tcg==
dependencies:
"@dhis2/d2-ui-rich-text" "^7.4.0"
"@dhis2/multi-calendar-dates" "1.0.0"
Expand Down Expand Up @@ -2434,12 +2434,12 @@
recompose "^0.26.0"
rxjs "^5.5.7"

"@dhis2/data-visualizer-plugin@^39.2.33":
version "39.2.33"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-39.2.33.tgz#bfccc31c6331eda8a3ef878cf20fbe8305a18edc"
integrity sha512-yISbOR46VjuTYPhjzyxdo2IARUBf3fPbMcqFiptEGYWCRT0JjGXGpodoyXE1hQaj2dUPi0fyIoptHlW3vKzsfA==
"@dhis2/data-visualizer-plugin@^39.2.35":
version "39.2.35"
resolved "https://registry.yarnpkg.com/@dhis2/data-visualizer-plugin/-/data-visualizer-plugin-39.2.35.tgz#eaf4b29dc40707b694c22fae7c258968c775746a"
integrity sha512-rfWET8rjzwAJp18mjEhnquKfL1UWAohieBqVpWtUnGWQedhagYU0pxdU725RBkOWvESibfLIu++ibv309pUCHQ==
dependencies:
"@dhis2/analytics" "^24"
"@dhis2/analytics" "^24.10.10"
"@dhis2/app-runtime" "^3.9.0"
"@dhis2/d2-i18n" "^1.1.0"
"@dhis2/ui" "^8.4.11"
Expand Down

0 comments on commit 812cfa4

Please sign in to comment.