diff --git a/package-lock.json b/package-lock.json index 770335127..86c61d4a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2402,7 +2402,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -34245,7 +34244,7 @@ }, "packages/components/dropdown": { "name": "@spark-ui/dropdown", - "version": "0.11.2", + "version": "0.12.0", "license": "MIT", "dependencies": { "@radix-ui/react-id": "1.0.1", diff --git a/packages/components/dropdown/CHANGELOG.md b/packages/components/dropdown/CHANGELOG.md index 85d5cfe77..e33e073b3 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/adevinta/spark/compare/@spark-ui/dropdown@0.11.2...@spark-ui/dropdown@0.12.0) (2023-12-05) + +### Features + +- **dropdown:** display number of selected items in cta ([bf6ceec](https://github.com/adevinta/spark/commit/bf6ceecefaf87f2bcbc5edc25877e1e20a8dad3e)) + ## [0.11.2](https://github.com/adevinta/spark/compare/@spark-ui/dropdown@0.11.1...@spark-ui/dropdown@0.11.2) (2023-12-05) **Note:** Version bump only for package @spark-ui/dropdown diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 1fbbe5b7c..8efb4fabb 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@spark-ui/dropdown", - "version": "0.11.2", + "version": "0.12.0", "description": "Displays a list of options for the user to pick from—triggered by a button. Differs from Select in that it offers multiple select and its list is not native.", "publishConfig": { "access": "public"