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]
 - @spark-ui/[email protected]
  • Loading branch information
spark-ui-bot committed May 9, 2024
1 parent f88c704 commit 1a9fff0
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/components/combobox/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.12.3](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-05-09)

### Bug Fixes

- **combobox:** replace clear button from fill to outline ([fe0acbb](https://github.com/adevinta/spark/commit/fe0acbb0f222639b8285de3a65be196d0ea3f8ae))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/combobox",
"version": "0.12.2",
"version": "0.12.3",
"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
6 changes: 6 additions & 0 deletions packages/components/input/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.7.4](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-05-09)

### Bug Fixes

- **input:** replace from fill to outline clear button ([78f4cdb](https://github.com/adevinta/spark/commit/78f4cdbd22239fa8ddc6372ac02e5596af76c977))

## [1.7.3](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-04-29)

**Note:** Version bump only for package @spark-ui/input
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/input",
"version": "1.7.3",
"version": "1.7.4",
"description": "Component used to get user input in a text field",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/components/snackbar/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.0.4](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-05-09)

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

## [1.0.3](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-04-30)

**Note:** Version bump only for package @spark-ui/snackbar
Expand Down
2 changes: 1 addition & 1 deletion packages/components/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/snackbar",
"version": "1.0.3",
"version": "1.0.4",
"description": "Display brief, temporary notifications of actions, errors, or other events in an application.",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/components/textarea/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.4.5](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-05-09)

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

## [1.4.4](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-04-29)

**Note:** Version bump only for package @spark-ui/textarea
Expand Down
4 changes: 2 additions & 2 deletions packages/components/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/textarea",
"version": "1.4.4",
"version": "1.4.5",
"description": "The textarea component allows you to easily create multi-line text inputs",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"tailwindcss": "^3.0.0"
},
"dependencies": {
"@spark-ui/input": "^1.7.3"
"@spark-ui/input": "^1.7.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1a9fff0

Please sign in to comment.