-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add push analytics ev cls (#1060)
- Loading branch information
1 parent
6dcfaf7
commit d30e8c2
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# event-charts-app | ||
DHIS 2 app for event data visualization | ||
|
||
Latest compatible version of d2-analysis: `33.1.0-ev.1` | ||
Latest compatible version of d2-analysis: `33.1.0-ev.3` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1303,10 +1303,10 @@ currently-unhandled@^0.4.1: | |
dependencies: | ||
array-find-index "^1.0.1" | ||
|
||
[email protected].1: | ||
version "33.1.0-ev.1" | ||
resolved "https://registry.yarnpkg.com/d2-analysis/-/d2-analysis-33.1.0-ev.1.tgz#fd3c21645f62c52431e73bc2ecb2da3204c7d94f" | ||
integrity sha512-a1LzXYK9BaQmSMA/VklHdz7CN/UMneYFCTaeY93hzV4BF2Bd19L6IzTEA2WSEE3khUzpJ0C2JPcF9D0eYcC+Wg== | ||
[email protected].3: | ||
version "33.1.0-ev.3" | ||
resolved "https://registry.yarnpkg.com/d2-analysis/-/d2-analysis-33.1.0-ev.3.tgz#3f3ba374aeca54c22b2c07d1adb517a068cc96e4" | ||
integrity sha512-jAJYTFnu1xgnNZNy1ATPNXUg9gsn/4/Ezx47TC+wR5qXY15eIJ8kAcMm4VEQmviSdic13I5TT4y1UkPTLZGmWg== | ||
dependencies: | ||
"@dhis2/d2-ui-rich-text" "^5.1.0" | ||
d2-utilizr "^0.2.16" | ||
|