-
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.20 [skip ci]
# [5.0.0-alpha.20](v5.0.0-alpha.19...v5.0.0-alpha.20) (2020-05-28) ### Code Refactoring * **transfer:** align with select & monorepo structure ([c15477d](c15477d)), closes [#50](#50) * **transfer:** align with select & monorepo structure ([d50f960](d50f960)) ### BREAKING CHANGES * **transfer:** The Transfer component now expects options to be passed in as objects, not as children. Custom components can be provided via the optionComponent prop for all options or via the component property on an individual option. * **transfer:** The Transfer component now expects strings as selected values instead of option objects. * **transfer:** The Transfer component is now part of widgets * **transfer:** The Transfer component now expects strings as selected values instead of option objects. * **transfer:** The Transfer component is now part of `widgets`
- Loading branch information
Showing
9 changed files
with
44 additions
and
25 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": "5.0.0-alpha.19", | ||
"version": "5.0.0-alpha.20", | ||
"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.19", | ||
"@dhis2/ui-icons": "5.0.0-alpha.19", | ||
"@dhis2/ui-core": "5.0.0-alpha.19", | ||
"@dhis2/ui-forms": "5.0.0-alpha.19", | ||
"@dhis2/ui-widgets": "5.0.0-alpha.19" | ||
"@dhis2/ui-constants": "5.0.0-alpha.20", | ||
"@dhis2/ui-icons": "5.0.0-alpha.20", | ||
"@dhis2/ui-core": "5.0.0-alpha.20", | ||
"@dhis2/ui-forms": "5.0.0-alpha.20", | ||
"@dhis2/ui-widgets": "5.0.0-alpha.20" | ||
} | ||
} |
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