-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.0.2](v6.0.1...v6.0.2) (2020-12-17) ### Bug Fixes * **npm:** add consistent per-package readme ([e07fc7c](e07fc7c)) * **npm:** add homepage field to packages ([7cc5652](7cc5652)) * **npm:** remove outdated or superseded files ([100d04a](100d04a))
- Loading branch information
Showing
8 changed files
with
25 additions
and
16 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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dhis2/ui", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"main": "build/cjs/lib.js", | ||
"module": "build/es/lib.js", | ||
"author": "Viktor Varland <[email protected]>", | ||
|
@@ -16,11 +16,11 @@ | |
"build": "d2-app-scripts build" | ||
}, | ||
"dependencies": { | ||
"@dhis2/ui-constants": "6.0.1", | ||
"@dhis2/ui-icons": "6.0.1", | ||
"@dhis2/ui-core": "6.0.1", | ||
"@dhis2/ui-forms": "6.0.1", | ||
"@dhis2/ui-widgets": "6.0.1" | ||
"@dhis2/ui-constants": "6.0.2", | ||
"@dhis2/ui-icons": "6.0.2", | ||
"@dhis2/ui-core": "6.0.2", | ||
"@dhis2/ui-forms": "6.0.2", | ||
"@dhis2/ui-widgets": "6.0.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8", | ||
|
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