diff --git a/CHANGELOG.md b/CHANGELOG.md index 269f29a698..f2b0baf8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.15.0](https://github.com/dhis2/ui/compare/v8.14.13...v8.15.0) (2023-11-27) + + +### Features + +* **button:** destructive secondary variant ([b72a04a](https://github.com/dhis2/ui/commit/b72a04a93cfb08180c030a94b8ad6008f3084bcf)) + ## [8.14.13](https://github.com/dhis2/ui/compare/v8.14.12...v8.14.13) (2023-11-26) diff --git a/collections/forms/package.json b/collections/forms/package.json index 3eaea35f90..c0221bb88e 100644 --- a/collections/forms/package.json +++ b/collections/forms/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-forms", - "version": "8.14.13", + "version": "8.15.0", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "sideEffects": [ @@ -34,15 +34,15 @@ }, "dependencies": { "@dhis2/prop-types": "^3.1.2", - "@dhis2-ui/button": "8.14.13", - "@dhis2-ui/checkbox": "8.14.13", - "@dhis2-ui/field": "8.14.13", - "@dhis2-ui/file-input": "8.14.13", - "@dhis2-ui/input": "8.14.13", - "@dhis2-ui/radio": "8.14.13", - "@dhis2-ui/select": "8.14.13", - "@dhis2-ui/switch": "8.14.13", - "@dhis2-ui/text-area": "8.14.13", + "@dhis2-ui/button": "8.15.0", + "@dhis2-ui/checkbox": "8.15.0", + "@dhis2-ui/field": "8.15.0", + "@dhis2-ui/file-input": "8.15.0", + "@dhis2-ui/input": "8.15.0", + "@dhis2-ui/radio": "8.15.0", + "@dhis2-ui/select": "8.15.0", + "@dhis2-ui/switch": "8.15.0", + "@dhis2-ui/text-area": "8.15.0", "classnames": "^2.3.1", "final-form": "^4.20.2", "prop-types": "^15.7.2", diff --git a/collections/ui/API.md b/collections/ui/API.md index c6f7166114..3151849783 100644 --- a/collections/ui/API.md +++ b/collections/ui/API.md @@ -94,15 +94,15 @@ import { Button } from '@dhis2/ui' |children|node|||Component to render inside the button| |className|string|||A className that will be passed to the `