Skip to content

Commit

Permalink
chore: release packages [skip ci]
Browse files Browse the repository at this point in the history
 - @spark-ui/alert-dialog@1.0.7
 - @spark-ui/checkbox@2.1.12
 - @spark-ui/chip@1.2.9
 - @spark-ui/dialog@1.9.5
 - @spark-ui/drawer@1.2.5
 - @spark-ui/dropdown@0.20.4
 - @spark-ui/icons@1.21.6
 - @spark-ui/input@1.5.13
 - @spark-ui/popover@1.5.2
 - @spark-ui/progress-tracker@1.0.2
 - @spark-ui/rating@1.0.7
 - @spark-ui/select@0.6.2
 - @spark-ui/switch@2.2.10
 - @spark-ui/tabs@2.3.10
 - @spark-ui/textarea@1.3.13
  • Loading branch information
spark-ui-bot committed Jan 16, 2024
1 parent 4ac0d5a commit 0d82474
Show file tree
Hide file tree
Showing 31 changed files with 120 additions and 60 deletions.
60 changes: 30 additions & 30 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/alert-dialog/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.7](https://github.com/adevinta/spark/compare/@spark-ui/alert-dialog@1.0.6...@spark-ui/alert-dialog@1.0.7) (2024-01-16)

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

## [1.0.6](https://github.com/adevinta/spark/compare/@spark-ui/alert-dialog@1.0.5...@spark-ui/alert-dialog@1.0.6) (2023-12-13)

**Note:** Version bump only for package @spark-ui/alert-dialog
Expand Down
4 changes: 2 additions & 2 deletions packages/components/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/alert-dialog",
"version": "1.0.6",
"version": "1.0.7",
"description": "A modal dialog that interrupts the user with important content and expects a response.",
"publishConfig": {
"access": "public"
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@radix-ui/primitive": "1.0.1",
"@spark-ui/dialog": "^1.9.4",
"@spark-ui/dialog": "^1.9.5",
"@spark-ui/use-merge-refs": "^0.4.0",
"class-variance-authority": "0.7.0"
},
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.

## [2.1.12](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@2.1.11...@spark-ui/checkbox@2.1.12) (2024-01-16)

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

## [2.1.11](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@2.1.10...@spark-ui/checkbox@2.1.11) (2023-12-13)

**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": "2.1.11",
"version": "2.1.12",
"description": "A control that allows the user to toggle between checked and not checked.",
"publishConfig": {
"access": "public"
Expand All @@ -27,7 +27,7 @@
"@radix-ui/react-id": "1.0.1",
"@spark-ui/form-field": "^1.4.1",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icons": "^1.21.5",
"@spark-ui/icons": "^1.21.6",
"@spark-ui/internal-utils": "^2.2.0",
"@spark-ui/label": "^1.6.0",
"@spark-ui/use-merge-refs": "^0.4.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/components/chip/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.9](https://github.com/adevinta/spark/compare/@spark-ui/chip@1.2.8...@spark-ui/chip@1.2.9) (2024-01-16)

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

## [1.2.8](https://github.com/adevinta/spark/compare/@spark-ui/chip@1.2.7...@spark-ui/chip@1.2.8) (2023-12-13)

**Note:** Version bump only for package @spark-ui/chip
Expand Down
4 changes: 2 additions & 2 deletions packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/chip",
"version": "1.2.8",
"version": "1.2.9",
"description": "To help people enter information, make selections, filter content, or trigger actions.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,7 +44,7 @@
"license": "MIT",
"dependencies": {
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icons": "^1.21.5",
"@spark-ui/icons": "^1.21.6",
"@spark-ui/internal-utils": "^2.2.0",
"@spark-ui/slot": "^1.7.0",
"emulate-tab": "^1.2.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/components/dialog/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.9.5](https://github.com/adevinta/spark/compare/@spark-ui/dialog@1.9.4...@spark-ui/dialog@1.9.5) (2024-01-16)

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

## [1.9.4](https://github.com/adevinta/spark/compare/@spark-ui/dialog@1.9.3...@spark-ui/dialog@1.9.4) (2023-12-13)

**Note:** Version bump only for package @spark-ui/dialog
Expand Down
4 changes: 2 additions & 2 deletions packages/components/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/dialog",
"version": "1.9.4",
"version": "1.9.5",
"description": "A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@radix-ui/react-dialog": "1.0.5",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icon-button": "^2.2.1",
"@spark-ui/icons": "^1.21.5",
"@spark-ui/icons": "^1.21.6",
"class-variance-authority": "0.7.0"
}
}
4 changes: 4 additions & 0 deletions packages/components/drawer/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.5](https://github.com/adevinta/spark/compare/@spark-ui/drawer@1.2.4...@spark-ui/drawer@1.2.5) (2024-01-16)

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

## [1.2.4](https://github.com/adevinta/spark/compare/@spark-ui/drawer@1.2.3...@spark-ui/drawer@1.2.4) (2023-12-13)

**Note:** Version bump only for package @spark-ui/drawer
Expand Down
4 changes: 2 additions & 2 deletions packages/components/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/drawer",
"version": "1.2.4",
"version": "1.2.5",
"description": "A panel that slides out from the edge of the screen. It can be useful when you need users to complete a task or view some details without leaving the current page.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@radix-ui/react-dialog": "1.0.5",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icon-button": "^2.2.1",
"@spark-ui/icons": "^1.21.5",
"@spark-ui/icons": "^1.21.6",
"class-variance-authority": "0.7.0"
}
}
4 changes: 4 additions & 0 deletions packages/components/dropdown/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.

## [0.20.4](https://github.com/adevinta/spark/compare/@spark-ui/dropdown@0.20.3...@spark-ui/dropdown@0.20.4) (2024-01-16)

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

## [0.20.3](https://github.com/adevinta/spark/compare/@spark-ui/dropdown@0.20.2...@spark-ui/dropdown@0.20.3) (2024-01-12)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/dropdown",
"version": "0.20.3",
"version": "0.20.4",
"description": "Displays a list of options for the user to pick from—triggered by a button. Differs from Select in that it offers multiple select and its list is not native.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,8 +31,8 @@
"@radix-ui/react-id": "1.0.1",
"@spark-ui/form-field": "^1.4.1",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icons": "^1.21.5",
"@spark-ui/popover": "^1.5.1",
"@spark-ui/icons": "^1.21.6",
"@spark-ui/popover": "^1.5.2",
"@spark-ui/visually-hidden": "^1.2.0",
"class-variance-authority": "0.7.0",
"downshift": "^8.2.3"
Expand Down
Loading

0 comments on commit 0d82474

Please sign in to comment.