diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b9aec4..a9e69a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] -### Changed +## v6.0.3 - 2021-09-02 + +### Changed - Removed unnecessary dependencies, moved `react` and `react-dom` to peer dependencies ### Fixed - - `Form/Checkbox` - no longer becomes disabled when no id is given (fixes [#248](https://github.com/digipolisantwerp/antwerp-ui_react/issues/248)) - `Form/Datepicker` - label selects datepicker even when no id is given - `Form/Datepicker` - cleaned up document event listeners (fixes [#247](https://github.com/digipolisantwerp/antwerp-ui_react/issues/247)) - `Calendar` headers now show monday first for `en` locale (fixes [#246](https://github.com/digipolisantwerp/antwerp-ui_react/issues/246) + ## v6.0.2 - 2021-06-08 ### Fixed diff --git a/package-lock.json b/package-lock.json index 08b63856..0d48fd5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@acpaas-ui/react-components", - "version": "6.0.2", + "version": "6.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf05c1ea..29e96696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acpaas-ui/react-components", - "version": "6.0.2", + "version": "6.0.3", "description": "Antwerp UI is a component interface library for building user interfaces and responsive web apps.", "license": "MIT", "main": "dist/index.cjs.js",