diff --git a/.changeset/clean-sloths-lick.md b/.changeset/clean-sloths-lick.md deleted file mode 100644 index 91d405f7e39..00000000000 --- a/.changeset/clean-sloths-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@utrecht/custom-checkbox-css": patch ---- - -Remove SVG checkmark background image from checkbox :focus and :active states. diff --git a/components/custom-checkbox/CHANGELOG.md b/components/custom-checkbox/CHANGELOG.md index b92433a01d1..a6ed311c032 100644 --- a/components/custom-checkbox/CHANGELOG.md +++ b/components/custom-checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @utrecht/custom-checkbox-css +## 1.3.1 + +### Patch Changes + +- 8c57d0c: Remove SVG checkmark background image from checkbox :focus and :active states. + ## 1.3.0 ### Minor Changes diff --git a/components/custom-checkbox/package.json b/components/custom-checkbox/package.json index b2932948709..19e5d79ba6c 100644 --- a/components/custom-checkbox/package.json +++ b/components/custom-checkbox/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "author": "Community for NL Design System", "description": "Custom checkbox component for the Municipality of Utrecht based on the NL Design System architecture", "license": "EUPL-1.2",