Skip to content

Commit

Permalink
chore(release): cut 5.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [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
dhis2-bot committed Apr 1, 2020
1 parent 95600e4 commit 2d31d3d
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 26 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.0.0-alpha.3](https://github.com/dhis2/ui/compare/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](https://github.com/dhis2/ui/commit/e3627a479577a7bbd3d78e86f5fbf93e2ca57971))


### 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

# [5.0.0-alpha.2](https://github.com/dhis2/ui/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2020-03-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Constants used in the UI libs",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/ui-core",
"description": "Component primitives for DHIS2 user interfaces",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.5.0",
"@dhis2/ui-constants": "5.0.0-alpha.2",
"@dhis2/ui-icons": "5.0.0-alpha.2",
"@dhis2/ui-constants": "5.0.0-alpha.3",
"@dhis2/ui-icons": "5.0.0-alpha.3",
"@popperjs/core": "^2.1.0",
"classnames": "^2.2.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"main": "./build/cjs/lib.js",
"module": "./build/es/lib.js",
"sideEffects": false,
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.5",
"@dhis2/ui-core": "5.0.0-alpha.2",
"@dhis2/ui-widgets": "5.0.0-alpha.2",
"@dhis2/ui-core": "5.0.0-alpha.3",
"@dhis2/ui-widgets": "5.0.0-alpha.3",
"classnames": "^2.2.6",
"final-form": "^4.18.5",
"react-final-form": "^6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Icons used in the UI libs",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
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]>",
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-widgets",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand All @@ -26,9 +26,9 @@
"@dhis2/app-runtime": "^2.1.0",
"@dhis2/d2-i18n": "^1",
"@dhis2/prop-types": "^1.5",
"@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-constants": "5.0.0-alpha.3",
"@dhis2/ui-icons": "5.0.0-alpha.3",
"@dhis2/ui-core": "5.0.0-alpha.3",
"classnames": "^2.2.6"
},
"files": [
Expand Down
14 changes: 7 additions & 7 deletions storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Stories for DHIS2 UI",
"main": "index.js",
"license": "BSD-3-Clause",
Expand All @@ -21,11 +21,11 @@
"typeface-roboto": "^0.0.75"
},
"dependencies": {
"@dhis2/ui": "5.0.0-alpha.2",
"@dhis2/ui-constants": "5.0.0-alpha.2",
"@dhis2/ui-core": "5.0.0-alpha.2",
"@dhis2/ui-forms": "5.0.0-alpha.2",
"@dhis2/ui-icons": "5.0.0-alpha.2",
"@dhis2/ui-widgets": "5.0.0-alpha.2"
"@dhis2/ui": "5.0.0-alpha.3",
"@dhis2/ui-constants": "5.0.0-alpha.3",
"@dhis2/ui-core": "5.0.0-alpha.3",
"@dhis2/ui-forms": "5.0.0-alpha.3",
"@dhis2/ui-icons": "5.0.0-alpha.3",
"@dhis2/ui-widgets": "5.0.0-alpha.3"
}
}

0 comments on commit 2d31d3d

Please sign in to comment.