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 Aug 4, 2023
1 parent 9602842 commit 4af4558
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

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

# [1.3.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-08-04)

### Features

- **form-field:** adapt styles ([d7c85d3](https://github.com/adevinta/spark/commit/d7c85d36e458e34aa9cba68c25a45247d167b84b))
- **form-field:** add readonly prop ([8bdbdfb](https://github.com/adevinta/spark/commit/8bdbdfbf7ddb8798c4ef601e22dfde6e2a52b517))

## [1.2.4](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-08-04)

**Note:** Version bump only for package @spark-ui/form-field
Expand Down
2 changes: 1 addition & 1 deletion packages/components/form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/form-field",
"version": "1.2.4",
"version": "1.3.0",
"description": "Provide context to your form elements",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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-08-04)

### Bug Fixes

- **input:** fix type intent ([96d7c2e](https://github.com/adevinta/spark/commit/96d7c2ed9c233290c30c453a8c09dfa61530bd44))
- **input:** fix types ([45550ce](https://github.com/adevinta/spark/commit/45550ce4cc0eece73527fedc59715181ddac9869))

### Features

- **input:** add readonly styles ([d2d7640](https://github.com/adevinta/spark/commit/d2d76408ccc8df8cabc97b27293f8e45289395fc))
- **input:** make readonly addons styles not looking as disabled ([e6fcd03](https://github.com/adevinta/spark/commit/e6fcd03e3b3afd6b44474c1579be4b61e8ec3d56))
- **input:** switch to cursor default ([34ff8dd](https://github.com/adevinta/spark/commit/34ff8ddba85a7a5bcdc1e5dc0cc27aa7e4a9f888))
- **input:** update styles on input group elements ([ad46342](https://github.com/adevinta/spark/commit/ad46342b9785798ecbd2a32f68bc35560e67f842))

## [1.3.8](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-08-03)

**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.3.8",
"version": "1.4.0",
"description": "Component used to get user input in a text field",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4af4558

Please sign in to comment.