diff --git a/package-lock.json b/package-lock.json index 929e1e5c0..6d6394770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2399,7 +2399,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -33606,7 +33605,7 @@ }, "packages/components/combobox": { "name": "@spark-ui/combobox", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@radix-ui/react-id": "1.0.1", diff --git a/packages/components/combobox/CHANGELOG.md b/packages/components/combobox/CHANGELOG.md index ec23662cb..88a46de8b 100644 --- a/packages/components/combobox/CHANGELOG.md +++ b/packages/components/combobox/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/adevinta/spark/compare/@spark-ui/combobox@0.4.0...@spark-ui/combobox@0.5.0) (2024-03-13) + +### Bug Fixes + +- **combobox:** a11y ([6149b6b](https://github.com/adevinta/spark/commit/6149b6ba0a99fb3fbd189a9db175385e21b53adb)) +- **combobox:** disclosure ([52eb035](https://github.com/adevinta/spark/commit/52eb035abd5880840a9f83467f655a07b3e97605)) +- **combobox:** multiple selection logic ([8b8424b](https://github.com/adevinta/spark/commit/8b8424b77d227703aa61f95b2d66fdf1555946a3)) + +### Features + +- **combobox:** add readOnly and disabled state ([203a26f](https://github.com/adevinta/spark/commit/203a26f385d8c5757e239802943ec09079e6ad64)) + # [0.4.0](https://github.com/adevinta/spark/compare/@spark-ui/combobox@0.3.5...@spark-ui/combobox@0.4.0) (2024-03-12) ### Features diff --git a/packages/components/combobox/package.json b/packages/components/combobox/package.json index d8771961d..639bb8688 100644 --- a/packages/components/combobox/package.json +++ b/packages/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@spark-ui/combobox", - "version": "0.4.0", + "version": "0.5.0", "description": "An input that behaves similarly to a select, with the addition of a free text input to filter options.", "publishConfig": { "access": "public"