Skip to content

Commit

Permalink
chore: release packages [skip ci]
Browse files Browse the repository at this point in the history
 - @spark-ui/button@1.3.10
 - @spark-ui/checkbox@1.2.12
 - @spark-ui/icons@1.3.4
 - @spark-ui/radio@1.3.2
 - @spark-ui/tag@1.2.3
 - @spark-ui/cli-utils@2.9.4
  • Loading branch information
github-actions[bot] committed Apr 5, 2023
1 parent 905cb2f commit dc5ff42
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 18 deletions.
20 changes: 10 additions & 10 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/button/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.10](https://github.com/adevinta/spark/compare/@spark-ui/button@1.3.9...@spark-ui/button@1.3.10) (2023-04-05)

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

## [1.3.9](https://github.com/adevinta/spark/compare/@spark-ui/button@1.3.8...@spark-ui/button@1.3.9) (2023-04-05)

**Note:** Version bump only for package @spark-ui/button
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/button",
"version": "1.3.9",
"version": "1.3.10",
"description": "Button component is used to trigger an action or event, such as submitting a form, opening a Dialog, canceling an action, or performing a delete operation.",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/components/checkbox/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.2.12](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@1.2.11...@spark-ui/checkbox@1.2.12) (2023-04-05)

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

## [1.2.11](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@1.2.10...@spark-ui/checkbox@1.2.11) (2023-04-05)

**Note:** Version bump only for package @spark-ui/checkbox
Expand Down
4 changes: 2 additions & 2 deletions packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/checkbox",
"version": "1.2.11",
"version": "1.2.12",
"description": "A control that allows the user to toggle between checked and not checked.",
"publishConfig": {
"access": "public"
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@radix-ui/react-checkbox": "1.0.3",
"@spark-ui/icons": "^1.3.3",
"@spark-ui/icons": "^1.3.4",
"class-variance-authority": "0.4.0"
}
}
4 changes: 4 additions & 0 deletions packages/components/icons/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.4](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.3.3...@spark-ui/icons@1.3.4) (2023-04-05)

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

## [1.3.3](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.3.2...@spark-ui/icons@1.3.3) (2023-04-05)

**Note:** Version bump only for package @spark-ui/icons
Expand Down
4 changes: 2 additions & 2 deletions packages/components/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/icons",
"version": "1.3.3",
"version": "1.3.4",
"description": "spark-ui icons",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
"directory": "packages/components/icons"
},
"devDependencies": {
"@spark-ui/button": "^1.3.9",
"@spark-ui/button": "^1.3.10",
"@spark-ui/icon": "^1.1.4",
"@spark-ui/visually-hidden": "^0.1.2",
"change-case": "4.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/components/radio/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.2](https://github.com/adevinta/spark/compare/@spark-ui/radio@1.3.1...@spark-ui/radio@1.3.2) (2023-04-05)

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

## [1.3.1](https://github.com/adevinta/spark/compare/@spark-ui/radio@1.3.0...@spark-ui/radio@1.3.1) (2023-04-05)

**Note:** Version bump only for package @spark-ui/radio
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/radio",
"version": "1.3.1",
"version": "1.3.2",
"description": "Component used when only one choice may be selected in a series of options",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/components/tag/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.2.3](https://github.com/adevinta/spark/compare/@spark-ui/tag@1.2.2...@spark-ui/tag@1.2.3) (2023-04-05)

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

## [1.2.2](https://github.com/adevinta/spark/compare/@spark-ui/tag@1.2.1...@spark-ui/tag@1.2.2) (2023-04-05)

**Note:** Version bump only for package @spark-ui/tag
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/tag",
"version": "1.2.2",
"version": "1.2.3",
"description": "Button component is used to trigger an action or event, such as submitting a form, opening a Dialog, canceling an action, or performing a delete operation.",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/cli/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.

## [2.9.4](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.9.3...@spark-ui/cli-utils@2.9.4) (2023-04-05)

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

## [2.9.3](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.9.2...@spark-ui/cli-utils@2.9.3) (2023-03-31)

**Note:** Version bump only for package @spark-ui/cli-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/cli-utils",
"version": "2.9.3",
"version": "2.9.4",
"description": "Spark CLI utils",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit dc5ff42

Please sign in to comment.