Skip to content

Commit

Permalink
v1.0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
nnkogift committed Sep 13, 2023
1 parent 229cfa2 commit 8ab715d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.57"
"version": "1.0.58"
}
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hisptz/dhis2-analytics",
"version": "1.0.57",
"version": "1.0.58",
"description": "A collection of reusable react components for visualizing analytics data from DHIS2",
"license": "BSD-3-Clause",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@dhis2/app-runtime": "^3.7.0",
"@hisptz/dhis2-ui": "^1.0.57",
"@hisptz/dhis2-utils": "^1.0.57",
"@hisptz/dhis2-ui": "^1.0.58",
"@hisptz/dhis2-utils": "^1.0.58",
"@react-leaflet/core": "^2.1.0",
"async-es": "^3.2.4",
"d3-color": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hisptz/dhis2-utils",
"version": "1.0.57",
"version": "1.0.58",
"description": "A package of reusable functions, interfaces, constants, and other implementations for DHIS2 related applications",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hisptz/dhis2-ui",
"version": "1.0.57",
"version": "1.0.58",
"description": "A collection of reusable complex DHIS2 react ui components.",
"license": "BSD-3-Clause",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@dhis2/app-runtime": "^3.7.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hisptz/dhis2-utils": "^1.0.57",
"@hisptz/dhis2-utils": "^1.0.58",
"@mui/material": "^5.11.8",
"@react-buddy/ide-toolbox": "^2.3.1",
"classnames": "^2.3.2",
Expand Down

0 comments on commit 8ab715d

Please sign in to comment.