Skip to content

Commit

Permalink
chore(release): cut 8.14.2-alpha.1 [skip release]
Browse files Browse the repository at this point in the history
## [8.14.2-alpha.1](v8.14.1...v8.14.2-alpha.1) (2023-10-12)

### Bug Fixes

* **types:** add type declarations for components ([#1399](#1399)) ([d3e74c5](d3e74c5))
  • Loading branch information
dhis2-bot committed Oct 12, 2023
1 parent d3e74c5 commit 19f3e00
Show file tree
Hide file tree
Showing 56 changed files with 358 additions and 277 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.14.2-alpha.1](https://github.com/dhis2/ui/compare/v8.14.1...v8.14.2-alpha.1) (2023-10-12)


### Bug Fixes

* **types:** add type declarations for components ([#1399](https://github.com/dhis2/ui/issues/1399)) ([d3e74c5](https://github.com/dhis2/ui/commit/d3e74c572f30f383e94868c66ff4c767a68c97dc))

## [8.14.1](https://github.com/dhis2/ui/compare/v8.14.0...v8.14.1) (2023-09-11)


Expand Down
20 changes: 10 additions & 10 deletions collections/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "8.14.1",
"version": "8.14.2-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
Expand Down Expand Up @@ -34,15 +34,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/button": "8.14.1",
"@dhis2-ui/checkbox": "8.14.1",
"@dhis2-ui/field": "8.14.1",
"@dhis2-ui/file-input": "8.14.1",
"@dhis2-ui/input": "8.14.1",
"@dhis2-ui/radio": "8.14.1",
"@dhis2-ui/select": "8.14.1",
"@dhis2-ui/switch": "8.14.1",
"@dhis2-ui/text-area": "8.14.1",
"@dhis2-ui/button": "8.14.2-alpha.1",
"@dhis2-ui/checkbox": "8.14.2-alpha.1",
"@dhis2-ui/field": "8.14.2-alpha.1",
"@dhis2-ui/file-input": "8.14.2-alpha.1",
"@dhis2-ui/input": "8.14.2-alpha.1",
"@dhis2-ui/radio": "8.14.2-alpha.1",
"@dhis2-ui/select": "8.14.2-alpha.1",
"@dhis2-ui/switch": "8.14.2-alpha.1",
"@dhis2-ui/text-area": "8.14.2-alpha.1",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
Expand Down
37 changes: 37 additions & 0 deletions collections/ui/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,43 @@ import { NoticeBox } from '@dhis2/ui'
|valid|custom|||Applies 'valid' message styles. Mutually exclusive with the `error` and `warning` props|
|warning|custom|||Applies 'warning' message styles. Mutually exclusive with the `error` and `valid` props|

### OrganisationUnitTreeRootError

#### Usage

**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.


```js
import { OrganisationUnitTreeRootError } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|error|string||*||
|dataTest|string|`'dhis2-uiwidgets-orgunittree-error'`|||

### OrganisationUnitTreeRootLoading

#### Usage

**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.


```js
import { OrganisationUnitTreeRootLoading } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|dataTest|string|`'dhis2-uiwidgets-orgunittree-loading'`|||

### OrganisationUnitTree

#### Usage
Expand Down
98 changes: 49 additions & 49 deletions collections/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
"version": "8.14.1",
"version": "8.14.2-alpha.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand All @@ -20,54 +20,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2-ui/alert": "8.14.1",
"@dhis2-ui/box": "8.14.1",
"@dhis2-ui/button": "8.14.1",
"@dhis2-ui/calendar": "8.14.1",
"@dhis2-ui/card": "8.14.1",
"@dhis2-ui/center": "8.14.1",
"@dhis2-ui/checkbox": "8.14.1",
"@dhis2-ui/chip": "8.14.1",
"@dhis2-ui/cover": "8.14.1",
"@dhis2-ui/css": "8.14.1",
"@dhis2-ui/divider": "8.14.1",
"@dhis2-ui/field": "8.14.1",
"@dhis2-ui/file-input": "8.14.1",
"@dhis2-ui/header-bar": "8.14.1",
"@dhis2-ui/help": "8.14.1",
"@dhis2-ui/input": "8.14.1",
"@dhis2-ui/intersection-detector": "8.14.1",
"@dhis2-ui/label": "8.14.1",
"@dhis2-ui/layer": "8.14.1",
"@dhis2-ui/legend": "8.14.1",
"@dhis2-ui/loader": "8.14.1",
"@dhis2-ui/logo": "8.14.1",
"@dhis2-ui/menu": "8.14.1",
"@dhis2-ui/modal": "8.14.1",
"@dhis2-ui/node": "8.14.1",
"@dhis2-ui/notice-box": "8.14.1",
"@dhis2-ui/organisation-unit-tree": "8.14.1",
"@dhis2-ui/pagination": "8.14.1",
"@dhis2-ui/popover": "8.14.1",
"@dhis2-ui/popper": "8.14.1",
"@dhis2-ui/portal": "8.14.1",
"@dhis2-ui/radio": "8.14.1",
"@dhis2-ui/required": "8.14.1",
"@dhis2-ui/segmented-control": "8.14.1",
"@dhis2-ui/select": "8.14.1",
"@dhis2-ui/selector-bar": "8.14.1",
"@dhis2-ui/sharing-dialog": "8.14.1",
"@dhis2-ui/switch": "8.14.1",
"@dhis2-ui/tab": "8.14.1",
"@dhis2-ui/table": "8.14.1",
"@dhis2-ui/tag": "8.14.1",
"@dhis2-ui/text-area": "8.14.1",
"@dhis2-ui/tooltip": "8.14.1",
"@dhis2-ui/transfer": "8.14.1",
"@dhis2-ui/user-avatar": "8.14.1",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-forms": "8.14.1",
"@dhis2/ui-icons": "8.14.1",
"@dhis2-ui/alert": "8.14.2-alpha.1",
"@dhis2-ui/box": "8.14.2-alpha.1",
"@dhis2-ui/button": "8.14.2-alpha.1",
"@dhis2-ui/calendar": "8.14.2-alpha.1",
"@dhis2-ui/card": "8.14.2-alpha.1",
"@dhis2-ui/center": "8.14.2-alpha.1",
"@dhis2-ui/checkbox": "8.14.2-alpha.1",
"@dhis2-ui/chip": "8.14.2-alpha.1",
"@dhis2-ui/cover": "8.14.2-alpha.1",
"@dhis2-ui/css": "8.14.2-alpha.1",
"@dhis2-ui/divider": "8.14.2-alpha.1",
"@dhis2-ui/field": "8.14.2-alpha.1",
"@dhis2-ui/file-input": "8.14.2-alpha.1",
"@dhis2-ui/header-bar": "8.14.2-alpha.1",
"@dhis2-ui/help": "8.14.2-alpha.1",
"@dhis2-ui/input": "8.14.2-alpha.1",
"@dhis2-ui/intersection-detector": "8.14.2-alpha.1",
"@dhis2-ui/label": "8.14.2-alpha.1",
"@dhis2-ui/layer": "8.14.2-alpha.1",
"@dhis2-ui/legend": "8.14.2-alpha.1",
"@dhis2-ui/loader": "8.14.2-alpha.1",
"@dhis2-ui/logo": "8.14.2-alpha.1",
"@dhis2-ui/menu": "8.14.2-alpha.1",
"@dhis2-ui/modal": "8.14.2-alpha.1",
"@dhis2-ui/node": "8.14.2-alpha.1",
"@dhis2-ui/notice-box": "8.14.2-alpha.1",
"@dhis2-ui/organisation-unit-tree": "8.14.2-alpha.1",
"@dhis2-ui/pagination": "8.14.2-alpha.1",
"@dhis2-ui/popover": "8.14.2-alpha.1",
"@dhis2-ui/popper": "8.14.2-alpha.1",
"@dhis2-ui/portal": "8.14.2-alpha.1",
"@dhis2-ui/radio": "8.14.2-alpha.1",
"@dhis2-ui/required": "8.14.2-alpha.1",
"@dhis2-ui/segmented-control": "8.14.2-alpha.1",
"@dhis2-ui/select": "8.14.2-alpha.1",
"@dhis2-ui/selector-bar": "8.14.2-alpha.1",
"@dhis2-ui/sharing-dialog": "8.14.2-alpha.1",
"@dhis2-ui/switch": "8.14.2-alpha.1",
"@dhis2-ui/tab": "8.14.2-alpha.1",
"@dhis2-ui/table": "8.14.2-alpha.1",
"@dhis2-ui/tag": "8.14.2-alpha.1",
"@dhis2-ui/text-area": "8.14.2-alpha.1",
"@dhis2-ui/tooltip": "8.14.2-alpha.1",
"@dhis2-ui/transfer": "8.14.2-alpha.1",
"@dhis2-ui/user-avatar": "8.14.2-alpha.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"@dhis2/ui-forms": "8.14.2-alpha.1",
"@dhis2/ui-icons": "8.14.2-alpha.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
"version": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Alert",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/portal": "8.14.1",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-icons": "8.14.1",
"@dhis2-ui/portal": "8.14.2-alpha.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"@dhis2/ui-icons": "8.14.2-alpha.1",
"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": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Box",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
12 changes: 6 additions & 6 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
"version": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Button",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/layer": "8.14.1",
"@dhis2-ui/loader": "8.14.1",
"@dhis2-ui/popper": "8.14.1",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-icons": "8.14.1",
"@dhis2-ui/layer": "8.14.2-alpha.1",
"@dhis2-ui/loader": "8.14.2-alpha.1",
"@dhis2-ui/popper": "8.14.2-alpha.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"@dhis2/ui-icons": "8.14.2-alpha.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
16 changes: 8 additions & 8 deletions components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
"version": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Calendar",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,15 +32,15 @@
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2-ui/button": "8.14.1",
"@dhis2-ui/card": "8.14.1",
"@dhis2-ui/input": "8.14.1",
"@dhis2-ui/layer": "8.14.1",
"@dhis2-ui/popper": "8.14.1",
"@dhis2-ui/button": "8.14.2-alpha.1",
"@dhis2-ui/card": "8.14.2-alpha.1",
"@dhis2-ui/input": "8.14.2-alpha.1",
"@dhis2-ui/layer": "8.14.2-alpha.1",
"@dhis2-ui/popper": "8.14.2-alpha.1",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-icons": "8.14.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"@dhis2/ui-icons": "8.14.2-alpha.1",
"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": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Card",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"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": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Center",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"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": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Checkbox",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/field": "8.14.1",
"@dhis2-ui/required": "8.14.1",
"@dhis2/ui-constants": "8.14.1",
"@dhis2-ui/field": "8.14.2-alpha.1",
"@dhis2-ui/required": "8.14.2-alpha.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"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": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Chip",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"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": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI Cover",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"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": "8.14.1",
"version": "8.14.2-alpha.1",
"description": "UI CSS",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "8.14.1",
"@dhis2/ui-constants": "8.14.2-alpha.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
Loading

0 comments on commit 19f3e00

Please sign in to comment.