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 4951a2f commit 82d15cb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 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/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.5.8](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-11-22)

### Bug Fixes

- **input:** derivate input state from formField when possible ([1d5f425](https://github.com/adevinta/spark/commit/1d5f425e32218403ac3e04e7cf308657132ef723))

## [1.5.7](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/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.5.7",
"version": "1.5.8",
"description": "Component used to get user input in a text field",
"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.3.8](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/textarea

## [1.3.7](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/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.3.7",
"version": "1.3.8",
"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.5.7"
"@spark-ui/input": "^1.5.8"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 82d15cb

Please sign in to comment.