Skip to content

Commit

Permalink
chore: release packages [skip ci]
Browse files Browse the repository at this point in the history
 - @spark-ui/[email protected]
 - @spark-ui/[email protected]
 - @spark-ui/[email protected]
  • Loading branch information
spark-ui-bot committed Jul 12, 2024
1 parent c30d001 commit 1b294b2
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
9 changes: 4 additions & 5 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.26](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-07-12)

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

## [1.0.25](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-07-02)

**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.25",
"version": "1.0.26",
"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.12.9",
"@spark-ui/dialog": "^1.12.10",
"@spark-ui/use-merge-refs": "^0.4.1",
"class-variance-authority": "0.7.0"
},
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.12.10](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-07-12)

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

## [1.12.9](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-07-02)

**Note:** Version bump only for package @spark-ui/dialog
Expand Down
2 changes: 1 addition & 1 deletion 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.12.9",
"version": "1.12.10",
"description": "A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.",
"publishConfig": {
"access": "public"
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.14](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-07-12)

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

## [1.3.13](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-07-02)

**Note:** Version bump only for package @spark-ui/drawer
Expand Down
2 changes: 1 addition & 1 deletion 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.13",
"version": "1.3.14",
"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

0 comments on commit 1b294b2

Please sign in to comment.