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 Dec 1, 2023
1 parent 4774058 commit 081c27c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

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

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

# [0.11.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-12-01)

### Bug Fixes

- **dropdown:** fixed itemText not properly linked to item by ariaLabelledby ([56af96c](https://github.com/adevinta/spark/commit/56af96c89e0cbc3b065cf96f0f6b6ee4d9cb8d01))

### Features

- **dropdown:** multiple selection dropdown ([fe6fa7f](https://github.com/adevinta/spark/commit/fe6fa7fa9ef37a07fe0133de3081b164edc6ae5e))

# [0.10.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-12-01)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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.10.0",
"version": "0.11.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 Expand Up @@ -31,7 +31,7 @@
"@radix-ui/react-id": "1.0.1",
"@spark-ui/form-field": "^1.4.0",
"@spark-ui/icon": "^2.1.0",
"@spark-ui/popover": "^1.2.7",
"@spark-ui/popover": "^1.4.0",
"@spark-ui/visually-hidden": "^1.2.0",
"class-variance-authority": "0.7.0",
"downshift": "^8.2.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/popover/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.

# [1.4.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-12-01)

### Features

- **popover:** do not restrict popover width in matchTriggerWidth mode ([9b4beea](https://github.com/adevinta/spark/commit/9b4beeaec097d415e37625e8eaeb44a0474f5152))

## [1.3.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/popover
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/popover",
"version": "1.3.1",
"version": "1.4.0",
"description": "Displays rich content in a portal, triggered by a button.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 081c27c

Please sign in to comment.