Skip to content

Commit

Permalink
chore(release): cut 6.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.10.0](v6.9.2...v6.10.0) (2021-06-22)

### Bug Fixes

* **field:** bundle field-set and field-group in field ([3fcf1e8](3fcf1e8))
* **icons:** clean up icon use and migration to ui-icons ([5a3f7e5](5a3f7e5))
* **menu-item:** do not call event.preventDefault() in onClick handler if href prop is set and user is holding meta/alt/ctrl/shift key ([390ca0f](390ca0f))
* **modal:** clean up internal structure ([2dec7d3](2dec7d3))

### Features

* release new internal structure ([ed81f13](ed81f13))
  • Loading branch information
dhis2-bot committed Jun 22, 2021
1 parent 504f33e commit 7fa26c2
Show file tree
Hide file tree
Showing 48 changed files with 232 additions and 217 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [6.10.0](https://github.com/dhis2/ui/compare/v6.9.2...v6.10.0) (2021-06-22)


### Bug Fixes

* **field:** bundle field-set and field-group in field ([3fcf1e8](https://github.com/dhis2/ui/commit/3fcf1e8d46ba585a5bfb3ac14cf7f7423f78591b))
* **icons:** clean up icon use and migration to ui-icons ([5a3f7e5](https://github.com/dhis2/ui/commit/5a3f7e5dbf7390846f38ac05d62e321325ba8778))
* **menu-item:** do not call event.preventDefault() in onClick handler if href prop is set and user is holding meta/alt/ctrl/shift key ([390ca0f](https://github.com/dhis2/ui/commit/390ca0f1d4bc26e7ce4e12495dafaf09c2a4e76e))
* **modal:** clean up internal structure ([2dec7d3](https://github.com/dhis2/ui/commit/2dec7d32e71c1e132e569b2290b478f4b25ab025))


### Features

* release new internal structure ([ed81f13](https://github.com/dhis2/ui/commit/ed81f13aea80ab8d804f2d22e4b564c84781a7f6))

# [6.10.0-alpha.5](https://github.com/dhis2/ui/compare/v6.10.0-alpha.4...v6.10.0-alpha.5) (2021-06-21)


Expand Down
74 changes: 37 additions & 37 deletions collections/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": "6.10.0-alpha.5",
"version": "6.10.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand Down Expand Up @@ -30,43 +30,43 @@
"styled-jsx": "^3.2"
},
"dependencies": {
"@dhis2-ui/alert": "6.10.0-alpha.5",
"@dhis2-ui/box": "6.10.0-alpha.5",
"@dhis2-ui/button": "6.10.0-alpha.5",
"@dhis2-ui/card": "6.10.0-alpha.5",
"@dhis2-ui/center": "6.10.0-alpha.5",
"@dhis2-ui/checkbox": "6.10.0-alpha.5",
"@dhis2-ui/chip": "6.10.0-alpha.5",
"@dhis2-ui/cover": "6.10.0-alpha.5",
"@dhis2-ui/css": "6.10.0-alpha.5",
"@dhis2-ui/divider": "6.10.0-alpha.5",
"@dhis2-ui/field": "6.10.0-alpha.5",
"@dhis2-ui/file-input": "6.10.0-alpha.5",
"@dhis2-ui/help": "6.10.0-alpha.5",
"@dhis2-ui/input": "6.10.0-alpha.5",
"@dhis2-ui/intersection-detector": "6.10.0-alpha.5",
"@dhis2-ui/label": "6.10.0-alpha.5",
"@dhis2-ui/layer": "6.10.0-alpha.5",
"@dhis2-ui/legend": "6.10.0-alpha.5",
"@dhis2-ui/loader": "6.10.0-alpha.5",
"@dhis2-ui/logo": "6.10.0-alpha.5",
"@dhis2-ui/menu": "6.10.0-alpha.5",
"@dhis2-ui/modal": "6.10.0-alpha.5",
"@dhis2-ui/node": "6.10.0-alpha.5",
"@dhis2-ui/notice-box": "6.10.0-alpha.5",
"@dhis2-ui/popover": "6.10.0-alpha.5",
"@dhis2-ui/popper": "6.10.0-alpha.5",
"@dhis2-ui/radio": "6.10.0-alpha.5",
"@dhis2-ui/required": "6.10.0-alpha.5",
"@dhis2-ui/select": "6.10.0-alpha.5",
"@dhis2-ui/switch": "6.10.0-alpha.5",
"@dhis2-ui/tab": "6.10.0-alpha.5",
"@dhis2-ui/table": "6.10.0-alpha.5",
"@dhis2-ui/tag": "6.10.0-alpha.5",
"@dhis2-ui/text-area": "6.10.0-alpha.5",
"@dhis2-ui/tooltip": "6.10.0-alpha.5",
"@dhis2-ui/alert": "6.10.0",
"@dhis2-ui/box": "6.10.0",
"@dhis2-ui/button": "6.10.0",
"@dhis2-ui/card": "6.10.0",
"@dhis2-ui/center": "6.10.0",
"@dhis2-ui/checkbox": "6.10.0",
"@dhis2-ui/chip": "6.10.0",
"@dhis2-ui/cover": "6.10.0",
"@dhis2-ui/css": "6.10.0",
"@dhis2-ui/divider": "6.10.0",
"@dhis2-ui/field": "6.10.0",
"@dhis2-ui/file-input": "6.10.0",
"@dhis2-ui/help": "6.10.0",
"@dhis2-ui/input": "6.10.0",
"@dhis2-ui/intersection-detector": "6.10.0",
"@dhis2-ui/label": "6.10.0",
"@dhis2-ui/layer": "6.10.0",
"@dhis2-ui/legend": "6.10.0",
"@dhis2-ui/loader": "6.10.0",
"@dhis2-ui/logo": "6.10.0",
"@dhis2-ui/menu": "6.10.0",
"@dhis2-ui/modal": "6.10.0",
"@dhis2-ui/node": "6.10.0",
"@dhis2-ui/notice-box": "6.10.0",
"@dhis2-ui/popover": "6.10.0",
"@dhis2-ui/popper": "6.10.0",
"@dhis2-ui/radio": "6.10.0",
"@dhis2-ui/required": "6.10.0",
"@dhis2-ui/select": "6.10.0",
"@dhis2-ui/switch": "6.10.0",
"@dhis2-ui/tab": "6.10.0",
"@dhis2-ui/table": "6.10.0",
"@dhis2-ui/tag": "6.10.0",
"@dhis2-ui/text-area": "6.10.0",
"@dhis2-ui/tooltip": "6.10.0",
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions collections/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-core": "6.10.0-alpha.5",
"@dhis2/ui-widgets": "6.10.0-alpha.5",
"@dhis2/ui-core": "6.10.0",
"@dhis2/ui-widgets": "6.10.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
Expand Down
12 changes: 6 additions & 6 deletions collections/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand All @@ -20,11 +20,11 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-core": "6.10.0-alpha.5",
"@dhis2/ui-forms": "6.10.0-alpha.5",
"@dhis2/ui-icons": "6.10.0-alpha.5",
"@dhis2/ui-widgets": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"@dhis2/ui-core": "6.10.0",
"@dhis2/ui-forms": "6.10.0",
"@dhis2/ui-icons": "6.10.0",
"@dhis2/ui-widgets": "6.10.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
34 changes: 17 additions & 17 deletions collections/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-widgets",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand Down Expand Up @@ -32,25 +32,25 @@
"peerDependencies": {
"@dhis2/app-runtime": "^2",
"@dhis2/d2-i18n": "^1",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-core": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"@dhis2/ui-core": "6.10.0",
"react": "^16.8",
"react-dom": "^16.8",
"styled-jsx": "^3.2"
},
"dependencies": {
"@dhis2-ui/checkbox": "6.10.0-alpha.5",
"@dhis2-ui/field": "6.10.0-alpha.5",
"@dhis2-ui/file-input": "6.10.0-alpha.5",
"@dhis2-ui/header-bar": "6.10.0-alpha.5",
"@dhis2-ui/input": "6.10.0-alpha.5",
"@dhis2-ui/organisation-unit-tree": "6.10.0-alpha.5",
"@dhis2-ui/pagination": "6.10.0-alpha.5",
"@dhis2-ui/select": "6.10.0-alpha.5",
"@dhis2-ui/switch": "6.10.0-alpha.5",
"@dhis2-ui/table": "6.10.0-alpha.5",
"@dhis2-ui/text-area": "6.10.0-alpha.5",
"@dhis2-ui/transfer": "6.10.0-alpha.5",
"@dhis2-ui/checkbox": "6.10.0",
"@dhis2-ui/field": "6.10.0",
"@dhis2-ui/file-input": "6.10.0",
"@dhis2-ui/header-bar": "6.10.0",
"@dhis2-ui/input": "6.10.0",
"@dhis2-ui/organisation-unit-tree": "6.10.0",
"@dhis2-ui/pagination": "6.10.0",
"@dhis2-ui/select": "6.10.0",
"@dhis2-ui/switch": "6.10.0",
"@dhis2-ui/table": "6.10.0",
"@dhis2-ui/text-area": "6.10.0",
"@dhis2-ui/transfer": "6.10.0",
"@dhis2/prop-types": "^1.6.4",
"classnames": "^2.3.1"
},
Expand All @@ -60,8 +60,8 @@
"devDependencies": {
"@dhis2/app-runtime": "^2.7.1",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-core": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"@dhis2/ui-core": "6.10.0",
"react": "16.13",
"react-dom": "16.13",
"styled-jsx": "^3.4.4"
Expand Down
6 changes: 3 additions & 3 deletions components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Alert",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-icons": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"@dhis2/ui-icons": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Box",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
10 changes: 5 additions & 5 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Button",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,11 +30,11 @@
"styled-jsx": "^3.2"
},
"dependencies": {
"@dhis2-ui/layer": "6.10.0-alpha.5",
"@dhis2-ui/popper": "6.10.0-alpha.5",
"@dhis2-ui/layer": "6.10.0",
"@dhis2-ui/popper": "6.10.0",
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-icons": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"@dhis2/ui-icons": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Card",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Center",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,10 +30,10 @@
"styled-jsx": "^3.2"
},
"dependencies": {
"@dhis2-ui/field": "6.10.0-alpha.5",
"@dhis2-ui/required": "6.10.0-alpha.5",
"@dhis2-ui/field": "6.10.0",
"@dhis2-ui/required": "6.10.0",
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Chip",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/cover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Cover",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI CSS",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
"version": "6.10.0-alpha.5",
"version": "6.10.0",
"description": "UI Divider",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^1.6.4",
"@dhis2/ui-constants": "6.10.0-alpha.5",
"@dhis2/ui-constants": "6.10.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
Loading

0 comments on commit 7fa26c2

Please sign in to comment.