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.12
 - @spark-ui/button@2.1.1
 - @spark-ui/dialog@1.5.1
 - @spark-ui/drawer@0.1.10
 - @spark-ui/icon-button@2.0.11
 - @spark-ui/popover@1.0.27
 - @spark-ui/spinner@2.1.3
 - @spark-ui/tabs@2.0.12
  • Loading branch information
spark-ui-bot committed Aug 25, 2023
1 parent b6e5177 commit bfdf71d
Show file tree
Hide file tree
Showing 17 changed files with 62 additions and 63 deletions.
63 changes: 15 additions & 48 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.12](https://github.com/adevinta/spark/compare/@spark-ui/alert-dialog@0.2.11...@spark-ui/alert-dialog@0.2.12) (2023-08-25)

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

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

**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.11",
"version": "0.2.12",
"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.5.0",
"@spark-ui/dialog": "^1.5.1",
"@spark-ui/use-merge-refs": "^0.3.5",
"class-variance-authority": "0.7.0"
},
Expand Down
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.

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

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

# [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
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "2.1.1",
"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 @@ -14,7 +14,7 @@
"dependencies": {
"@spark-ui/internal-utils": "^2.1.0",
"@spark-ui/slot": "^1.6.3",
"@spark-ui/spinner": "^2.1.2",
"@spark-ui/spinner": "^2.1.3",
"class-variance-authority": "0.7.0"
},
"peerDependencies": {
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.5.1](https://github.com/adevinta/spark/compare/@spark-ui/dialog@1.5.0...@spark-ui/dialog@1.5.1) (2023-08-25)

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

# [1.5.0](https://github.com/adevinta/spark/compare/@spark-ui/dialog@1.4.12...@spark-ui/dialog@1.5.0) (2023-08-25)

### Features
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.5.0",
"version": "1.5.1",
"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 @@ -30,7 +30,7 @@
"dependencies": {
"@radix-ui/react-dialog": "1.0.4",
"@spark-ui/icon": "^2.0.6",
"@spark-ui/icon-button": "^2.0.10",
"@spark-ui/icon-button": "^2.0.11",
"@spark-ui/icons": "^1.20.1",
"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.

## [0.1.10](https://github.com/adevinta/spark/compare/@spark-ui/drawer@0.1.9...@spark-ui/drawer@0.1.10) (2023-08-25)

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

## [0.1.9](https://github.com/adevinta/spark/compare/@spark-ui/drawer@0.1.8...@spark-ui/drawer@0.1.9) (2023-08-25)

**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": "0.1.9",
"version": "0.1.10",
"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 @@ -30,7 +30,7 @@
"dependencies": {
"@radix-ui/react-dialog": "1.0.4",
"@spark-ui/icon": "^2.0.6",
"@spark-ui/icon-button": "^2.0.10",
"@spark-ui/icon-button": "^2.0.11",
"@spark-ui/icons": "^1.20.1",
"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.0.11](https://github.com/adevinta/spark/compare/@spark-ui/icon-button@2.0.10...@spark-ui/icon-button@2.0.11) (2023-08-25)

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

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

**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.0.10",
"version": "2.0.11",
"description": "Icon button renders an icon within in a button",
"publishConfig": {
"access": "public"
Expand All @@ -12,7 +12,7 @@
"build": "vite build"
},
"dependencies": {
"@spark-ui/button": "^2.1.0",
"@spark-ui/button": "^2.1.1",
"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.0.27](https://github.com/adevinta/spark/compare/@spark-ui/popover@1.0.26...@spark-ui/popover@1.0.27) (2023-08-25)

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

## [1.0.26](https://github.com/adevinta/spark/compare/@spark-ui/popover@1.0.25...@spark-ui/popover@1.0.26) (2023-08-25)

### 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.0.26",
"version": "1.0.27",
"description": "Displays rich content in a portal, triggered by a button.",
"publishConfig": {
"access": "public"
Expand All @@ -26,7 +26,7 @@
"@radix-ui/react-id": "1.0.1",
"@radix-ui/react-popover": "1.0.6",
"@spark-ui/icon": "^2.0.6",
"@spark-ui/icon-button": "^2.0.10",
"@spark-ui/icon-button": "^2.0.11",
"@spark-ui/icons": "^1.20.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/components/spinner/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.3](https://github.com/adevinta/spark/compare/@spark-ui/spinner@2.1.2...@spark-ui/spinner@2.1.3) (2023-08-25)

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

## [2.1.2](https://github.com/adevinta/spark/compare/@spark-ui/spinner@2.1.1...@spark-ui/spinner@2.1.2) (2023-08-23)

**Note:** Version bump only for package @spark-ui/spinner
Expand Down
2 changes: 1 addition & 1 deletion packages/components/spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/spinner",
"version": "2.1.2",
"version": "2.1.3",
"description": "Spinners provide a visual cue that an action is processing awaiting a course of change or a result.",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/components/tabs/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.12](https://github.com/adevinta/spark/compare/@spark-ui/tabs@2.0.11...@spark-ui/tabs@2.0.12) (2023-08-25)

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

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

**Note:** Version bump only for package @spark-ui/tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/tabs",
"version": "2.0.11",
"version": "2.0.12",
"description": "A set of layered sections of content—known as tab panels—that are displayed one at a time.",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@radix-ui/react-tabs": "1.0.4",
"@spark-ui/button": "^2.1.0",
"@spark-ui/button": "^2.1.1",
"@spark-ui/icon": "^2.0.6",
"@spark-ui/icons": "^1.20.1",
"class-variance-authority": "0.7.0"
Expand Down

0 comments on commit bfdf71d

Please sign in to comment.