Skip to content

Commit

Permalink
chore: release packages [skip ci]
Browse files Browse the repository at this point in the history
 - @spark-ui/[email protected]
  • Loading branch information
spark-ui-bot committed Dec 6, 2023
1 parent 6af13ff commit 3f0d321
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@spark-ui/[email protected]) (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/[email protected]...@spark-ui/[email protected]) (2023-12-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3f0d321

Please sign in to comment.