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]
 - @spark-ui/[email protected]
  • Loading branch information
spark-ui-bot committed Nov 22, 2023
1 parent 98ea47a commit 33cd532
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

13 changes: 13 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-11-22)

### Bug Fixes

- **dropdown:** added missing downshift dependency ([df2d0f5](https://github.com/adevinta/spark/commit/df2d0f5d0b59a8532c6edff932f277a35ab74c88))

### Features

- **dropdown:** base compound following downshift integration in context ([13fae88](https://github.com/adevinta/spark/commit/13fae8898f30b693ea5a7eccee2b25f170ae5cb6))
- **dropdown:** dropdown downshift implementation ([3f72002](https://github.com/adevinta/spark/commit/3f720026212e2002f1b034a270e04aa67ae83c4e))
- **dropdown:** register list items into context ([f644e14](https://github.com/adevinta/spark/commit/f644e1423dbc6d2662bceadcfb087dc852424dcb))
- **dropdown:** sync dropdown items dynamically on children updates ([2e4b827](https://github.com/adevinta/spark/commit/2e4b827a0ef731c4cea3e622f5713a503a402421))

# 0.1.0 (2023-11-17)

### 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.1.0",
"version": "0.2.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
6 changes: 6 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-11-22)

### Features

- **dropdown:** dropdown downshift implementation ([3f72002](https://github.com/adevinta/spark/commit/3f720026212e2002f1b034a270e04aa67ae83c4e))

## [0.2.1](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-11-22)

**Note:** Version bump only for package @spark-ui/select
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/select",
"version": "0.2.1",
"version": "0.3.0",
"description": "Displays a list of options for the user to pick from—triggered by a button.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 33cd532

Please sign in to comment.