-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): cut 5.0.0-alpha.3 [skip ci]
# [5.0.0-alpha.3](v5.0.0-alpha.2...v5.0.0-alpha.3) (2020-04-01) ### Code Refactoring * use string based selection in multi- and single-select ([e3627a4](e3627a4)) ### BREAKING CHANGES * - SingleSelect selection is now a string instead of an object with a value and label property - MultiSelect selection is now an array of strings instead of an array of objects with a value and label property
- Loading branch information
Showing
9 changed files
with
39 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "root", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"repository": "[email protected]:dhis2/ui.git", | ||
"author": "Viktor Varland <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
|
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": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"main": "build/cjs/lib.js", | ||
"module": "build/es/lib.js", | ||
"author": "Viktor Varland <[email protected]>", | ||
|
@@ -10,10 +10,10 @@ | |
"build": "d2-app-scripts build" | ||
}, | ||
"dependencies": { | ||
"@dhis2/ui-constants": "5.0.0-alpha.2", | ||
"@dhis2/ui-icons": "5.0.0-alpha.2", | ||
"@dhis2/ui-core": "5.0.0-alpha.2", | ||
"@dhis2/ui-forms": "5.0.0-alpha.2", | ||
"@dhis2/ui-widgets": "5.0.0-alpha.2" | ||
"@dhis2/ui-constants": "5.0.0-alpha.3", | ||
"@dhis2/ui-icons": "5.0.0-alpha.3", | ||
"@dhis2/ui-core": "5.0.0-alpha.3", | ||
"@dhis2/ui-forms": "5.0.0-alpha.3", | ||
"@dhis2/ui-widgets": "5.0.0-alpha.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