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]
 - @spark-ui/[email protected]
  • Loading branch information
spark-ui-bot committed Jun 25, 2024
1 parent add0d62 commit caac542
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

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

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

## [1.1.7](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-06-25)

**Note:** Version bump only for package @spark-ui/combobox

## [1.1.6](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-06-20)

**Note:** Version bump only for package @spark-ui/combobox
Expand Down
4 changes: 2 additions & 2 deletions packages/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/combobox",
"version": "1.1.6",
"version": "1.1.7",
"description": "An input that behaves similarly to a select, with the addition of a free text input to filter options.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@spark-ui/icon": "^2.1.7",
"@spark-ui/icon-button": "^2.2.8",
"@spark-ui/icons": "^1.21.10",
"@spark-ui/popover": "^1.7.4",
"@spark-ui/popover": "^1.8.0",
"@spark-ui/spinner": "^2.2.6",
"@spark-ui/use-merge-refs": "^0.4.1",
"@spark-ui/visually-hidden": "^1.2.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-06-25)

**Note:** Version bump only for package @spark-ui/dropdown

## [1.3.5](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-06-20)

**Note:** Version bump only for package @spark-ui/dropdown
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": "1.3.5",
"version": "1.3.6",
"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 @@
"@spark-ui/form-field": "^1.5.9",
"@spark-ui/icon": "^2.1.7",
"@spark-ui/icons": "^1.21.10",
"@spark-ui/popover": "^1.7.4",
"@spark-ui/popover": "^1.8.0",
"@spark-ui/use-merge-refs": "^0.4.1",
"@spark-ui/visually-hidden": "^1.2.2",
"class-variance-authority": "0.7.0",
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.8.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-06-25)

### Features

- **popover:** use css "has" selector rather than JS to apply specific styles ([293fe01](https://github.com/adevinta/spark/commit/293fe014f041011044e3a5b13000871daadab7b5))

## [1.7.4](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-06-20)

**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.7.4",
"version": "1.8.0",
"description": "Displays rich content in a portal, triggered by a button.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit caac542

Please sign in to comment.