Skip to content

Commit

Permalink
chore(release): cut 5.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-alpha.1](v4.0.0...v5.0.0-alpha.1) (2020-03-19)

### Bug Fixes

* **root:** update repourl ([7e6eedc](7e6eedc))

### Code Refactoring

* **checkboxfield:** move to ui-widgets ([d979d96](d979d96))
* **fileinputfield:** move to ui-widgets ([6059625](6059625))
* **fileinputfieldwithlist:** move to ui-widgets ([a512f00](a512f00))
* **forms:** add suffix 'Control' ([06896ea](06896ea))
* **inputfield:** move to ui-widgets ([50d9009](50d9009))
* **multiselectfield:** move to ui-widgets ([c3d42ad](c3d42ad))
* **singleselectfield:** move to ui-widgets ([e09c70c](e09c70c))
* **switchfield:** move to ui-widgets ([2baa52a](2baa52a))
* **textareafield:** move to ui-widgets ([3ef63da](3ef63da))
* **togglegroupfield:** migrate to ui-widgets ([db55448](db55448))
* **ui:** list breaking changes ([7ceddf0](7ceddf0))

### Features

* **constants:** move and expose the common proptypes ([1bb0f9d](1bb0f9d))
* **forms:** integrate @dhis2/ui-forms ([af49144](af49144))
* **ui:** expose @dhis2/ui-forms through metapackage ([88a3782](88a3782))

### BREAKING CHANGES

* **forms:** Postfix all the @dhis2/ui-forms components with
'Control' to avoid conflicts with the base components in @dhis2/ui-core
and @dhis2/ui-widgets, since all components are now exported in
@dhis2/ui.
* **textareafield:** Import path changes from @dhis2/ui-core to
@dhis2/ui or @dhis2/ui-widgets.
* **switchfield:** Import path for SwichField changes from @dhis2/ui-core
to @dhis2/ui or @dhis2/ui-widgets.
* **singleselectfield:** Import path for SingleSelectField changes from
@dhis2/ui-core to @dhis2/ui or @dhis2/ui-widgets.
* **multiselectfield:** MultiSelectField import path changes from
@dhis2/ui-core to @dhis2/ui-widgets or @dhis2/ui
* **inputfield:** Move InputField from ui-core to ui-widgets, new import
path at @dhis2/ui-widgets or @dhis2/ui.
* **fileinputfieldwithlist:** Move FileInputFieldWithList from ui-core to ui-widgets,
new import from @dhis2/ui-widgets or @dhis2/ui.
* **fileinputfield:** Move FileInputField from ui-core to ui-widgets. New
import path from '@dhis2/ui-widgets' or '@dhis2/ui'.
* **checkboxfield:** CheckboxField has moved from ui-core to ui-widgets.
* **togglegroupfield:** move the ToggleGroupField component from ui-core to
ui-widgets.
* **ui:** Rename the Constrictor component to Box, which is
shorter and thus easier to type. This also expands the capabilities of
Box to make it more Box-like.
* **ui:** Replace SwitchGroupField, RadioGroupField,
CheckboxGroupField with ToggleGroupField.
* **ui:** Replace SwitchGroup, RadioGroup, CheckboxGroup with
ToggleGroup.
* **ui:** The exports: colors, theme, layers, spacers,
spacersNum, and elevations, have been moved from @dhis2/ui-core to
@dhis2/ui-constants for better code reuse.
  • Loading branch information
dhis2-bot committed Mar 19, 2020
1 parent 7e6eedc commit 8a45e58
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 26 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# [5.0.0-alpha.1](https://github.com/dhis2/ui/compare/v4.0.0...v5.0.0-alpha.1) (2020-03-19)


### Bug Fixes

* **root:** update repourl ([7e6eedc](https://github.com/dhis2/ui/commit/7e6eedc9e9048cc98b04a5d25e76b7471249310c))


### Code Refactoring

* **checkboxfield:** move to ui-widgets ([d979d96](https://github.com/dhis2/ui/commit/d979d96010347d7f22fe40b8af126f9901f5230c))
* **fileinputfield:** move to ui-widgets ([6059625](https://github.com/dhis2/ui/commit/6059625a46329858e5cc9180ff837d1f3474c796))
* **fileinputfieldwithlist:** move to ui-widgets ([a512f00](https://github.com/dhis2/ui/commit/a512f007e4716f925502216824ad9a8ac925f2f8))
* **forms:** add suffix 'Control' ([06896ea](https://github.com/dhis2/ui/commit/06896eadc63dc0aaadfd3d06081e224d4eea5fef))
* **inputfield:** move to ui-widgets ([50d9009](https://github.com/dhis2/ui/commit/50d9009b5c6fa5effdbcb67fed985f0a87c1cac0))
* **multiselectfield:** move to ui-widgets ([c3d42ad](https://github.com/dhis2/ui/commit/c3d42ad495eae9858b946dfc8acaa4027febacf7))
* **singleselectfield:** move to ui-widgets ([e09c70c](https://github.com/dhis2/ui/commit/e09c70cb6a15cd28d28f93a2e11f2c68b7033774))
* **switchfield:** move to ui-widgets ([2baa52a](https://github.com/dhis2/ui/commit/2baa52a0048818312d0fd3f6b0591341615d604b))
* **textareafield:** move to ui-widgets ([3ef63da](https://github.com/dhis2/ui/commit/3ef63da69ce5c377a298d9b2af55bac567495e08))
* **togglegroupfield:** migrate to ui-widgets ([db55448](https://github.com/dhis2/ui/commit/db55448e4aa50d98eafe3d21cefd3b89439b66be))
* **ui:** list breaking changes ([7ceddf0](https://github.com/dhis2/ui/commit/7ceddf087562e04f70116a9d6ff696ae416cfd59))


### Features

* **constants:** move and expose the common proptypes ([1bb0f9d](https://github.com/dhis2/ui/commit/1bb0f9d42077bc204923ecd502225c5fa5da3c3a))
* **forms:** integrate @dhis2/ui-forms ([af49144](https://github.com/dhis2/ui/commit/af49144e20c5b01197e01472c6514129d2abce6f))
* **ui:** expose @dhis2/ui-forms through metapackage ([88a3782](https://github.com/dhis2/ui/commit/88a3782db4f337e80079824138f76cc5b5c4a6b1))


### BREAKING CHANGES

* **forms:** Postfix all the @dhis2/ui-forms components with
'Control' to avoid conflicts with the base components in @dhis2/ui-core
and @dhis2/ui-widgets, since all components are now exported in
@dhis2/ui.
* **textareafield:** Import path changes from @dhis2/ui-core to
@dhis2/ui or @dhis2/ui-widgets.
* **switchfield:** Import path for SwichField changes from @dhis2/ui-core
to @dhis2/ui or @dhis2/ui-widgets.
* **singleselectfield:** Import path for SingleSelectField changes from
@dhis2/ui-core to @dhis2/ui or @dhis2/ui-widgets.
* **multiselectfield:** MultiSelectField import path changes from
@dhis2/ui-core to @dhis2/ui-widgets or @dhis2/ui
* **inputfield:** Move InputField from ui-core to ui-widgets, new import
path at @dhis2/ui-widgets or @dhis2/ui.
* **fileinputfieldwithlist:** Move FileInputFieldWithList from ui-core to ui-widgets,
new import from @dhis2/ui-widgets or @dhis2/ui.
* **fileinputfield:** Move FileInputField from ui-core to ui-widgets. New
import path from '@dhis2/ui-widgets' or '@dhis2/ui'.
* **checkboxfield:** CheckboxField has moved from ui-core to ui-widgets.
* **togglegroupfield:** move the ToggleGroupField component from ui-core to
ui-widgets.
* **ui:** Rename the Constrictor component to Box, which is
shorter and thus easier to type. This also expands the capabilities of
Box to make it more Box-like.
* **ui:** Replace SwitchGroupField, RadioGroupField,
CheckboxGroupField with ToggleGroupField.
* **ui:** Replace SwitchGroup, RadioGroup, CheckboxGroup with
ToggleGroup.
* **ui:** The exports: colors, theme, layers, spacers,
spacersNum, and elevations, have been moved from @dhis2/ui-core to
@dhis2/ui-constants for better code reuse.
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",
"version": "5.0.0-alpha.1",
"repository": "git@github.com:dhis2/ui.git",
"author": "Viktor Varland <viktor@dhis2.org>",
"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",
"version": "5.0.0-alpha.1",
"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",
"version": "5.0.0-alpha.1",
"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",
"@dhis2/ui-icons": "^5.0.0",
"@dhis2/ui-constants": "5.0.0-alpha.1",
"@dhis2/ui-icons": "5.0.0-alpha.1",
"@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",
"version": "5.0.0-alpha.1",
"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",
"@dhis2/ui-widgets": "^5.0.0",
"@dhis2/ui-core": "5.0.0-alpha.1",
"@dhis2/ui-widgets": "5.0.0-alpha.1",
"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",
"version": "5.0.0-alpha.1",
"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",
"version": "5.0.0-alpha.1",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"author": "Viktor Varland <viktor@dhis2.org>",
Expand All @@ -10,10 +10,10 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2/ui-constants": "^5.0.0",
"@dhis2/ui-icons": "^5.0.0",
"@dhis2/ui-core": "^5.0.0",
"@dhis2/ui-forms": "^5.0.0",
"@dhis2/ui-widgets": "^5.0.0"
"@dhis2/ui-constants": "5.0.0-alpha.1",
"@dhis2/ui-icons": "5.0.0-alpha.1",
"@dhis2/ui-core": "5.0.0-alpha.1",
"@dhis2/ui-forms": "5.0.0-alpha.1",
"@dhis2/ui-widgets": "5.0.0-alpha.1"
}
}
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",
"version": "5.0.0-alpha.1",
"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",
"@dhis2/ui-icons": "^5.0.0",
"@dhis2/ui-core": "^5.0.0",
"@dhis2/ui-constants": "5.0.0-alpha.1",
"@dhis2/ui-icons": "5.0.0-alpha.1",
"@dhis2/ui-core": "5.0.0-alpha.1",
"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",
"version": "5.0.0-alpha.1",
"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",
"@dhis2/ui-constants": "^5.0.0",
"@dhis2/ui-core": "^5.0.0",
"@dhis2/ui-forms": "^5.0.0",
"@dhis2/ui-icons": "^5.0.0",
"@dhis2/ui-widgets": "^5.0.0"
"@dhis2/ui": "5.0.0-alpha.1",
"@dhis2/ui-constants": "5.0.0-alpha.1",
"@dhis2/ui-core": "5.0.0-alpha.1",
"@dhis2/ui-forms": "5.0.0-alpha.1",
"@dhis2/ui-icons": "5.0.0-alpha.1",
"@dhis2/ui-widgets": "5.0.0-alpha.1"
}
}

0 comments on commit 8a45e58

Please sign in to comment.