From 3f0d32112e49ac985e419e56c1d26470506ee350 Mon Sep 17 00:00:00 2001 From: spark-ui-bot Date: Wed, 6 Dec 2023 15:58:10 +0000 Subject: [PATCH] chore: release packages [skip ci] - @spark-ui/dropdown@0.13.0 --- package-lock.json | 2 +- packages/components/dropdown/CHANGELOG.md | 11 +++++++++++ packages/components/dropdown/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86c61d4a1..2d361b23c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34244,7 +34244,7 @@ }, "packages/components/dropdown": { "name": "@spark-ui/dropdown", - "version": "0.12.0", + "version": "0.13.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 e33e073b3..fe1b31f67 100644 --- a/packages/components/dropdown/CHANGELOG.md +++ b/packages/components/dropdown/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.13.0](https://github.com/adevinta/spark/compare/@spark-ui/dropdown@0.12.0...@spark-ui/dropdown@0.13.0) (2023-12-06) + +### Bug Fixes + +- **dropdown:** add label and test to itemindicator ([ec827c7](https://github.com/adevinta/spark/commit/ec827c7c39fcd3bfe3a2aa9d7b0412791cd22e50)) + +### Features + +- **dropdown:** add item context ([9d0b572](https://github.com/adevinta/spark/commit/9d0b5728b14cdcc7dcd89764cfae4849797c42df)) +- **dropdown:** move logic to the provider ([9ba1bb3](https://github.com/adevinta/spark/commit/9ba1bb303bc67238a7d6744c7249d7642c590761)) + # [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 diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index 8efb4fabb..8ae676c77 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@spark-ui/dropdown", - "version": "0.12.0", + "version": "0.13.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"