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@0.2.10
 - @spark-ui/badge@2.0.7
 - @spark-ui/button@2.1.0
 - @spark-ui/checkbox@2.0.11
 - @spark-ui/chip@0.1.0
 - @spark-ui/dialog@1.4.12
 - @spark-ui/drawer@0.1.8
 - @spark-ui/icon@2.0.6
 - @spark-ui/icon-button@2.0.10
 - @spark-ui/input@1.4.9
 - @spark-ui/popover@1.0.25
 - @spark-ui/radio-group@2.0.7
 - @spark-ui/spinner@2.1.2
 - @spark-ui/switch@2.0.8
 - @spark-ui/tabs@2.0.11
 - @spark-ui/tag@2.0.8
 - @spark-ui/textarea@1.2.13
 - @spark-ui/internal-utils@2.1.0
  • Loading branch information
spark-ui-bot committed Aug 23, 2023
1 parent 33542e6 commit 8157cc7
Show file tree
Hide file tree
Showing 37 changed files with 195 additions and 84 deletions.
85 changes: 43 additions & 42 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.

## [0.2.10](https://github.com/adevinta/spark/compare/@spark-ui/alert-dialog@0.2.9...@spark-ui/alert-dialog@0.2.10) (2023-08-23)

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

## [0.2.9](https://github.com/adevinta/spark/compare/@spark-ui/alert-dialog@0.2.8...@spark-ui/alert-dialog@0.2.9) (2023-08-23)

**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": "0.2.9",
"version": "0.2.10",
"description": "A modal dialog that interrupts the user with important content and expects a response.",
"publishConfig": {
"access": "public"
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@radix-ui/primitive": "1.0.1",
"@spark-ui/dialog": "^1.4.11",
"@spark-ui/dialog": "^1.4.12",
"@spark-ui/use-merge-refs": "^0.3.5",
"class-variance-authority": "0.7.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/components/badge/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.0.7](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.0.6...@spark-ui/badge@2.0.7) (2023-08-23)

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

## [2.0.6](https://github.com/adevinta/spark/compare/@spark-ui/badge@2.0.5...@spark-ui/badge@2.0.6) (2023-08-23)

**Note:** Version bump only for package @spark-ui/badge
Expand Down
4 changes: 2 additions & 2 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/badge",
"version": "2.0.6",
"version": "2.0.7",
"description": "Badge component is a visual indicator for numeric values such as tallies and scores.",
"publishConfig": {
"access": "public"
Expand All @@ -17,7 +17,7 @@
"directory": "packages/components/badge"
},
"dependencies": {
"@spark-ui/internal-utils": "^2.0.3",
"@spark-ui/internal-utils": "^2.1.0",
"class-variance-authority": "0.7.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/button/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.

# [2.1.0](https://github.com/adevinta/spark/compare/@spark-ui/button@2.0.9...@spark-ui/button@2.1.0) (2023-08-23)

### Features

- **button:** filter the proper design constants adopted by the button ([2b210a7](https://github.com/adevinta/spark/commit/2b210a7d4199baa76a91449b654fbeffe960df3c))

## [2.0.9](https://github.com/adevinta/spark/compare/@spark-ui/button@2.0.8...@spark-ui/button@2.0.9) (2023-08-23)

**Note:** Version bump only for package @spark-ui/button
Expand Down
6 changes: 3 additions & 3 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/button",
"version": "2.0.9",
"version": "2.1.0",
"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 All @@ -12,9 +12,9 @@
"build": "vite build"
},
"dependencies": {
"@spark-ui/internal-utils": "^2.0.3",
"@spark-ui/internal-utils": "^2.1.0",
"@spark-ui/slot": "^1.6.3",
"@spark-ui/spinner": "^2.1.1",
"@spark-ui/spinner": "^2.1.2",
"class-variance-authority": "0.7.0"
},
"peerDependencies": {
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.0.11](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@2.0.10...@spark-ui/checkbox@2.0.11) (2023-08-23)

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

## [2.0.10](https://github.com/adevinta/spark/compare/@spark-ui/checkbox@2.0.9...@spark-ui/checkbox@2.0.10) (2023-08-23)

**Note:** Version bump only for package @spark-ui/checkbox
Expand Down
6 changes: 3 additions & 3 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.0.10",
"version": "2.0.11",
"description": "A control that allows the user to toggle between checked and not checked.",
"publishConfig": {
"access": "public"
Expand All @@ -15,9 +15,9 @@
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-id": "1.0.1",
"@spark-ui/form-field": "^1.3.4",
"@spark-ui/icon": "^2.0.5",
"@spark-ui/icon": "^2.0.6",
"@spark-ui/icons": "^1.20.1",
"@spark-ui/internal-utils": "^2.0.3",
"@spark-ui/internal-utils": "^2.1.0",
"@spark-ui/label": "^1.5.6",
"@spark-ui/use-merge-refs": "^0.3.5",
"class-variance-authority": "0.7.0"
Expand Down
Loading

0 comments on commit 8157cc7

Please sign in to comment.