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.8
 - @spark-ui/button@2.4.2
 - @spark-ui/combobox@0.3.4
 - @spark-ui/dialog@1.9.6
 - @spark-ui/drawer@1.3.2
 - @spark-ui/dropdown@1.0.4
 - @spark-ui/icon-button@2.2.2
 - @spark-ui/popover@1.5.4
 - @spark-ui/snackbar@0.2.1
 - @spark-ui/tabs@2.3.12
  • Loading branch information
spark-ui-bot committed Mar 6, 2024
1 parent ffeac9b commit d95b0c2
Show file tree
Hide file tree
Showing 21 changed files with 80 additions and 38 deletions.
38 changes: 19 additions & 19 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.8](https://github.com/adevinta/spark/compare/@spark-ui/alert-dialog@1.0.7...@spark-ui/alert-dialog@1.0.8) (2024-03-06)

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

## [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
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.7",
"version": "1.0.8",
"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.5",
"@spark-ui/dialog": "^1.9.6",
"@spark-ui/use-merge-refs": "^0.4.0",
"class-variance-authority": "0.7.0"
},
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.4.2](https://github.com/adevinta/spark/compare/@spark-ui/button@2.4.1...@spark-ui/button@2.4.2) (2024-03-06)

### Bug Fixes

- **button:** set button type by default to prevent unwanted form submissions ([b4b15c6](https://github.com/adevinta/spark/commit/b4b15c65fbd3eff87463144553d7fbc5701a1fca))

## [2.4.1](https://github.com/adevinta/spark/compare/@spark-ui/button@2.4.0...@spark-ui/button@2.4.1) (2023-12-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": "2.4.1",
"version": "2.4.2",
"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/combobox/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.3.4](https://github.com/adevinta/spark/compare/@spark-ui/combobox@0.3.3...@spark-ui/combobox@0.3.4) (2024-03-06)

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

## [0.3.3](https://github.com/adevinta/spark/compare/@spark-ui/combobox@0.3.2...@spark-ui/combobox@0.3.3) (2024-03-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/combobox",
"version": "0.3.3",
"version": "0.3.4",
"description": "An input that behaves similarly to a select, with the addition of a free text input to filter options.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@spark-ui/form-field": "^1.4.1",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icons": "^1.21.6",
"@spark-ui/popover": "^1.5.2",
"@spark-ui/popover": "^1.5.4",
"@spark-ui/visually-hidden": "^1.2.0",
"class-variance-authority": "0.7.0",
"downshift": "8.3.3"
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.6](https://github.com/adevinta/spark/compare/@spark-ui/dialog@1.9.5...@spark-ui/dialog@1.9.6) (2024-03-06)

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

## [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
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.5",
"version": "1.9.6",
"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 @@ -45,7 +45,7 @@
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icon-button": "^2.2.1",
"@spark-ui/icon-button": "^2.2.2",
"@spark-ui/icons": "^1.21.6",
"class-variance-authority": "0.7.0"
}
Expand Down
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.3.2](https://github.com/adevinta/spark/compare/@spark-ui/drawer@1.3.1...@spark-ui/drawer@1.3.2) (2024-03-06)

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

## [1.3.1](https://github.com/adevinta/spark/compare/@spark-ui/drawer@1.3.0...@spark-ui/drawer@1.3.1) (2024-02-08)

**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.3.1",
"version": "1.3.2",
"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 @@ -45,7 +45,7 @@
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icon-button": "^2.2.1",
"@spark-ui/icon-button": "^2.2.2",
"@spark-ui/icons": "^1.21.6",
"class-variance-authority": "0.7.0"
}
Expand Down
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.

## [1.0.4](https://github.com/adevinta/spark/compare/@spark-ui/dropdown@1.0.3...@spark-ui/dropdown@1.0.4) (2024-03-06)

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

## [1.0.3](https://github.com/adevinta/spark/compare/@spark-ui/dropdown@1.0.2...@spark-ui/dropdown@1.0.3) (2024-03-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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": "1.0.3",
"version": "1.0.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 @@ -32,7 +32,7 @@
"@spark-ui/form-field": "^1.4.1",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icons": "^1.21.6",
"@spark-ui/popover": "^1.5.3",
"@spark-ui/popover": "^1.5.4",
"@spark-ui/use-merge-refs": "^0.4.0",
"@spark-ui/visually-hidden": "^1.2.0",
"class-variance-authority": "0.7.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/components/icon-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.

## [2.2.2](https://github.com/adevinta/spark/compare/@spark-ui/icon-button@2.2.1...@spark-ui/icon-button@2.2.2) (2024-03-06)

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

## [2.2.1](https://github.com/adevinta/spark/compare/@spark-ui/icon-button@2.2.0...@spark-ui/icon-button@2.2.1) (2023-12-05)

**Note:** Version bump only for package @spark-ui/icon-button
Expand Down
4 changes: 2 additions & 2 deletions packages/components/icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/icon-button",
"version": "2.2.1",
"version": "2.2.2",
"description": "Icon button renders an icon within in a button",
"publishConfig": {
"access": "public"
Expand All @@ -25,7 +25,7 @@
"build": "vite build"
},
"dependencies": {
"@spark-ui/button": "^2.4.1",
"@spark-ui/button": "^2.4.2",
"class-variance-authority": "0.7.0"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/components/popover/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.5.4](https://github.com/adevinta/spark/compare/@spark-ui/popover@1.5.3...@spark-ui/popover@1.5.4) (2024-03-06)

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

## [1.5.3](https://github.com/adevinta/spark/compare/@spark-ui/popover@1.5.2...@spark-ui/popover@1.5.3) (2024-01-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/popover",
"version": "1.5.3",
"version": "1.5.4",
"description": "Displays rich content in a portal, triggered by a button.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@radix-ui/react-id": "1.0.1",
"@radix-ui/react-popover": "1.0.7",
"@spark-ui/icon": "^2.1.1",
"@spark-ui/icon-button": "^2.2.1",
"@spark-ui/icon-button": "^2.2.2",
"@spark-ui/icons": "^1.21.6"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/components/snackbar/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.1](https://github.com/adevinta/spark/compare/@spark-ui/snackbar@0.2.0...@spark-ui/snackbar@0.2.1) (2024-03-06)

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

# [0.2.0](https://github.com/adevinta/spark/compare/@spark-ui/snackbar@0.1.0...@spark-ui/snackbar@0.2.0) (2024-02-26)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/components/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/snackbar",
"version": "0.2.0",
"version": "0.2.1",
"description": "Display brief, temporary notifications. Meant to be noticed without disrupting a user's experience or requiring an action to be taken.",
"publishConfig": {
"access": "public"
Expand All @@ -26,7 +26,7 @@
"@react-aria/toast": "3.0.0-beta.9",
"@react-stately/toast": "3.0.0-beta.1",
"@spark-ui/icon": "^2.1.0",
"@spark-ui/icon-button": "^2.2.1",
"@spark-ui/icon-button": "^2.2.2",
"@spark-ui/icons": "^1.21.6",
"class-variance-authority": "0.7.0"
},
Expand Down
Loading

0 comments on commit d95b0c2

Please sign in to comment.