Skip to content

Commit

Permalink
chore(release): cut 9.0.0 [skip release]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.16.0...v9.0.0) (2023-12-08)

### Bug Fixes

* **constants:** remove buttonVariantProptype from constants ([#1436](#1436)) ([d4dc535](d4dc535))
* **package:** include types in exports field ([e16036b](e16036b))
* **types:** add type declarations for components ([#1399](#1399)) ([d3e74c5](d3e74c5))
* **types:** minor type fixes ([#1434](#1434)) [skip release] ([5e1068d](5e1068d))
* minor type fixes ([#1416](#1416)) ([71f4537](71f4537))

### Features

* **types:** add types for forms collection ([#1415](#1415)) ([2e9d91a](2e9d91a))

### BREAKING CHANGES

* **constants:** `buttonVariantPropType` has been removed from constants.
This is mostly intended for internal use, but was part of the public API.
  • Loading branch information
dhis2-bot committed Dec 8, 2023
1 parent 1f4df55 commit b861993
Show file tree
Hide file tree
Showing 54 changed files with 299 additions and 277 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [9.0.0](https://github.com/dhis2/ui/compare/v8.16.0...v9.0.0) (2023-12-08)


### Bug Fixes

* **constants:** remove buttonVariantProptype from constants ([#1436](https://github.com/dhis2/ui/issues/1436)) ([d4dc535](https://github.com/dhis2/ui/commit/d4dc5350ac4254feb7a4e0c1aa4a55113845e247))
* **package:** include types in exports field ([e16036b](https://github.com/dhis2/ui/commit/e16036b6c4fc32f702fe0e677f7bd4598c258fd5))
* **types:** add type declarations for components ([#1399](https://github.com/dhis2/ui/issues/1399)) ([d3e74c5](https://github.com/dhis2/ui/commit/d3e74c572f30f383e94868c66ff4c767a68c97dc))
* **types:** minor type fixes ([#1434](https://github.com/dhis2/ui/issues/1434)) [skip release] ([5e1068d](https://github.com/dhis2/ui/commit/5e1068d5ce6be0e52bee1d98ace752b1bf08f683))
* minor type fixes ([#1416](https://github.com/dhis2/ui/issues/1416)) ([71f4537](https://github.com/dhis2/ui/commit/71f4537098bd9869a4903127a5ccde78f64a8c7f))


### Features

* **types:** add types for forms collection ([#1415](https://github.com/dhis2/ui/issues/1415)) ([2e9d91a](https://github.com/dhis2/ui/commit/2e9d91a688f4d60ae2107f1b9ef9b26fecb53585))


### BREAKING CHANGES

* **constants:** `buttonVariantPropType` has been removed from constants.
This is mostly intended for internal use, but was part of the public API.

# [9.0.0-alpha.2](https://github.com/dhis2/ui/compare/v9.0.0-alpha.1...v9.0.0-alpha.2) (2023-12-08)


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": "9.0.0-alpha.2",
"version": "9.0.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/button": "9.0.0-alpha.2",
"@dhis2-ui/checkbox": "9.0.0-alpha.2",
"@dhis2-ui/field": "9.0.0-alpha.2",
"@dhis2-ui/file-input": "9.0.0-alpha.2",
"@dhis2-ui/input": "9.0.0-alpha.2",
"@dhis2-ui/radio": "9.0.0-alpha.2",
"@dhis2-ui/select": "9.0.0-alpha.2",
"@dhis2-ui/switch": "9.0.0-alpha.2",
"@dhis2-ui/text-area": "9.0.0-alpha.2",
"@dhis2-ui/button": "9.0.0",
"@dhis2-ui/checkbox": "9.0.0",
"@dhis2-ui/field": "9.0.0",
"@dhis2-ui/file-input": "9.0.0",
"@dhis2-ui/input": "9.0.0",
"@dhis2-ui/radio": "9.0.0",
"@dhis2-ui/select": "9.0.0",
"@dhis2-ui/switch": "9.0.0",
"@dhis2-ui/text-area": "9.0.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
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": "9.0.0-alpha.2",
"version": "9.0.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand All @@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2-ui/alert": "9.0.0-alpha.2",
"@dhis2-ui/box": "9.0.0-alpha.2",
"@dhis2-ui/button": "9.0.0-alpha.2",
"@dhis2-ui/calendar": "9.0.0-alpha.2",
"@dhis2-ui/card": "9.0.0-alpha.2",
"@dhis2-ui/center": "9.0.0-alpha.2",
"@dhis2-ui/checkbox": "9.0.0-alpha.2",
"@dhis2-ui/chip": "9.0.0-alpha.2",
"@dhis2-ui/cover": "9.0.0-alpha.2",
"@dhis2-ui/css": "9.0.0-alpha.2",
"@dhis2-ui/divider": "9.0.0-alpha.2",
"@dhis2-ui/field": "9.0.0-alpha.2",
"@dhis2-ui/file-input": "9.0.0-alpha.2",
"@dhis2-ui/header-bar": "9.0.0-alpha.2",
"@dhis2-ui/help": "9.0.0-alpha.2",
"@dhis2-ui/input": "9.0.0-alpha.2",
"@dhis2-ui/intersection-detector": "9.0.0-alpha.2",
"@dhis2-ui/label": "9.0.0-alpha.2",
"@dhis2-ui/layer": "9.0.0-alpha.2",
"@dhis2-ui/legend": "9.0.0-alpha.2",
"@dhis2-ui/loader": "9.0.0-alpha.2",
"@dhis2-ui/logo": "9.0.0-alpha.2",
"@dhis2-ui/menu": "9.0.0-alpha.2",
"@dhis2-ui/modal": "9.0.0-alpha.2",
"@dhis2-ui/node": "9.0.0-alpha.2",
"@dhis2-ui/notice-box": "9.0.0-alpha.2",
"@dhis2-ui/organisation-unit-tree": "9.0.0-alpha.2",
"@dhis2-ui/pagination": "9.0.0-alpha.2",
"@dhis2-ui/popover": "9.0.0-alpha.2",
"@dhis2-ui/popper": "9.0.0-alpha.2",
"@dhis2-ui/portal": "9.0.0-alpha.2",
"@dhis2-ui/radio": "9.0.0-alpha.2",
"@dhis2-ui/required": "9.0.0-alpha.2",
"@dhis2-ui/segmented-control": "9.0.0-alpha.2",
"@dhis2-ui/select": "9.0.0-alpha.2",
"@dhis2-ui/selector-bar": "9.0.0-alpha.2",
"@dhis2-ui/sharing-dialog": "9.0.0-alpha.2",
"@dhis2-ui/switch": "9.0.0-alpha.2",
"@dhis2-ui/tab": "9.0.0-alpha.2",
"@dhis2-ui/table": "9.0.0-alpha.2",
"@dhis2-ui/tag": "9.0.0-alpha.2",
"@dhis2-ui/text-area": "9.0.0-alpha.2",
"@dhis2-ui/tooltip": "9.0.0-alpha.2",
"@dhis2-ui/transfer": "9.0.0-alpha.2",
"@dhis2-ui/user-avatar": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-forms": "9.0.0-alpha.2",
"@dhis2/ui-icons": "9.0.0-alpha.2",
"@dhis2-ui/alert": "9.0.0",
"@dhis2-ui/box": "9.0.0",
"@dhis2-ui/button": "9.0.0",
"@dhis2-ui/calendar": "9.0.0",
"@dhis2-ui/card": "9.0.0",
"@dhis2-ui/center": "9.0.0",
"@dhis2-ui/checkbox": "9.0.0",
"@dhis2-ui/chip": "9.0.0",
"@dhis2-ui/cover": "9.0.0",
"@dhis2-ui/css": "9.0.0",
"@dhis2-ui/divider": "9.0.0",
"@dhis2-ui/field": "9.0.0",
"@dhis2-ui/file-input": "9.0.0",
"@dhis2-ui/header-bar": "9.0.0",
"@dhis2-ui/help": "9.0.0",
"@dhis2-ui/input": "9.0.0",
"@dhis2-ui/intersection-detector": "9.0.0",
"@dhis2-ui/label": "9.0.0",
"@dhis2-ui/layer": "9.0.0",
"@dhis2-ui/legend": "9.0.0",
"@dhis2-ui/loader": "9.0.0",
"@dhis2-ui/logo": "9.0.0",
"@dhis2-ui/menu": "9.0.0",
"@dhis2-ui/modal": "9.0.0",
"@dhis2-ui/node": "9.0.0",
"@dhis2-ui/notice-box": "9.0.0",
"@dhis2-ui/organisation-unit-tree": "9.0.0",
"@dhis2-ui/pagination": "9.0.0",
"@dhis2-ui/popover": "9.0.0",
"@dhis2-ui/popper": "9.0.0",
"@dhis2-ui/portal": "9.0.0",
"@dhis2-ui/radio": "9.0.0",
"@dhis2-ui/required": "9.0.0",
"@dhis2-ui/segmented-control": "9.0.0",
"@dhis2-ui/select": "9.0.0",
"@dhis2-ui/selector-bar": "9.0.0",
"@dhis2-ui/sharing-dialog": "9.0.0",
"@dhis2-ui/switch": "9.0.0",
"@dhis2-ui/tab": "9.0.0",
"@dhis2-ui/table": "9.0.0",
"@dhis2-ui/tag": "9.0.0",
"@dhis2-ui/text-area": "9.0.0",
"@dhis2-ui/tooltip": "9.0.0",
"@dhis2-ui/transfer": "9.0.0",
"@dhis2-ui/user-avatar": "9.0.0",
"@dhis2/ui-constants": "9.0.0",
"@dhis2/ui-forms": "9.0.0",
"@dhis2/ui-icons": "9.0.0",
"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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Alert",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/portal": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-icons": "9.0.0-alpha.2",
"@dhis2-ui/portal": "9.0.0",
"@dhis2/ui-constants": "9.0.0",
"@dhis2/ui-icons": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Box",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.0",
"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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Button",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/layer": "9.0.0-alpha.2",
"@dhis2-ui/loader": "9.0.0-alpha.2",
"@dhis2-ui/popper": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-icons": "9.0.0-alpha.2",
"@dhis2-ui/layer": "9.0.0",
"@dhis2-ui/loader": "9.0.0",
"@dhis2-ui/popper": "9.0.0",
"@dhis2/ui-constants": "9.0.0",
"@dhis2/ui-icons": "9.0.0",
"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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Calendar",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2-ui/button": "9.0.0-alpha.2",
"@dhis2-ui/card": "9.0.0-alpha.2",
"@dhis2-ui/input": "9.0.0-alpha.2",
"@dhis2-ui/layer": "9.0.0-alpha.2",
"@dhis2-ui/popper": "9.0.0-alpha.2",
"@dhis2-ui/button": "9.0.0",
"@dhis2-ui/card": "9.0.0",
"@dhis2-ui/input": "9.0.0",
"@dhis2-ui/layer": "9.0.0",
"@dhis2-ui/popper": "9.0.0",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-icons": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.0",
"@dhis2/ui-icons": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Card",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Center",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/field": "9.0.0-alpha.2",
"@dhis2-ui/required": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2-ui/field": "9.0.0",
"@dhis2-ui/required": "9.0.0",
"@dhis2/ui-constants": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Chip",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Cover",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI CSS",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.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": "9.0.0-alpha.2",
"version": "9.0.0",
"description": "UI Divider",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.0.0-alpha.2",
"@dhis2/ui-constants": "9.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
Loading

0 comments on commit b861993

Please sign in to comment.