diff --git a/package-lock.json b/package-lock.json index f70231ac8..11b5c0eaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35236,7 +35236,7 @@ }, "packages/components/combobox": { "name": "@spark-ui/combobox", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { "@spark-ui/form-field": "^1.5.2", @@ -35415,7 +35415,7 @@ }, "packages/components/input": { "name": "@spark-ui/input", - "version": "1.7.3", + "version": "1.7.4", "license": "MIT", "dependencies": { "@spark-ui/form-field": "^1.5.2", @@ -35657,7 +35657,7 @@ }, "packages/components/snackbar": { "name": "@spark-ui/snackbar", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@react-aria/toast": "3.0.0-beta.10", @@ -35764,10 +35764,10 @@ }, "packages/components/textarea": { "name": "@spark-ui/textarea", - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { - "@spark-ui/input": "^1.7.3" + "@spark-ui/input": "^1.7.4" }, "peerDependencies": { "@spark-ui/theme-utils": "^4.0.0", diff --git a/packages/components/combobox/CHANGELOG.md b/packages/components/combobox/CHANGELOG.md index 5095c38fb..a54863858 100644 --- a/packages/components/combobox/CHANGELOG.md +++ b/packages/components/combobox/CHANGELOG.md @@ -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/combobox@0.12.2...@spark-ui/combobox@0.12.3) (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/combobox@0.12.1...@spark-ui/combobox@0.12.2) (2024-05-06) ### Bug Fixes diff --git a/packages/components/combobox/package.json b/packages/components/combobox/package.json index c1601f1be..dda955141 100644 --- a/packages/components/combobox/package.json +++ b/packages/components/combobox/package.json @@ -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" diff --git a/packages/components/input/CHANGELOG.md b/packages/components/input/CHANGELOG.md index ba181f496..e9d06bb39 100644 --- a/packages/components/input/CHANGELOG.md +++ b/packages/components/input/CHANGELOG.md @@ -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/input@1.7.3...@spark-ui/input@1.7.4) (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/input@1.7.2...@spark-ui/input@1.7.3) (2024-04-29) **Note:** Version bump only for package @spark-ui/input diff --git a/packages/components/input/package.json b/packages/components/input/package.json index c120f7ec0..8d2246b0d 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -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" diff --git a/packages/components/snackbar/CHANGELOG.md b/packages/components/snackbar/CHANGELOG.md index 84226d88d..808564c11 100644 --- a/packages/components/snackbar/CHANGELOG.md +++ b/packages/components/snackbar/CHANGELOG.md @@ -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/snackbar@1.0.3...@spark-ui/snackbar@1.0.4) (2024-05-09) + +**Note:** Version bump only for package @spark-ui/snackbar + ## [1.0.3](https://github.com/adevinta/spark/compare/@spark-ui/snackbar@1.0.2...@spark-ui/snackbar@1.0.3) (2024-04-30) **Note:** Version bump only for package @spark-ui/snackbar diff --git a/packages/components/snackbar/package.json b/packages/components/snackbar/package.json index e2310b2d2..bbaff36ba 100644 --- a/packages/components/snackbar/package.json +++ b/packages/components/snackbar/package.json @@ -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" diff --git a/packages/components/textarea/CHANGELOG.md b/packages/components/textarea/CHANGELOG.md index 950837479..efab8d483 100644 --- a/packages/components/textarea/CHANGELOG.md +++ b/packages/components/textarea/CHANGELOG.md @@ -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/textarea@1.4.4...@spark-ui/textarea@1.4.5) (2024-05-09) + +**Note:** Version bump only for package @spark-ui/textarea + ## [1.4.4](https://github.com/adevinta/spark/compare/@spark-ui/textarea@1.4.3...@spark-ui/textarea@1.4.4) (2024-04-29) **Note:** Version bump only for package @spark-ui/textarea diff --git a/packages/components/textarea/package.json b/packages/components/textarea/package.json index 638d3af9e..2b919d46c 100644 --- a/packages/components/textarea/package.json +++ b/packages/components/textarea/package.json @@ -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" @@ -29,7 +29,7 @@ "tailwindcss": "^3.0.0" }, "dependencies": { - "@spark-ui/input": "^1.7.3" + "@spark-ui/input": "^1.7.4" }, "repository": { "type": "git",