Skip to content

Commit

Permalink
Merge branch 'main' into add-missing-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz authored Dec 5, 2023
2 parents 633314f + ac3f6c3 commit 6145d9d
Show file tree
Hide file tree
Showing 41 changed files with 757 additions and 133 deletions.
117 changes: 53 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@adevinta/tailwind-config-viewer": "1.9.0",
"@babel/core": "7.23.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.6.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/config-lerna-scopes": "17.8.1",
"@commitlint/cz-commitlint": "17.8.1",
"@commitlint/prompt-cli": "17.8.1",
Expand Down
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.4](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-12-04)

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

## [1.0.3](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-11-22)

**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.3",
"version": "1.0.4",
"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.1",
"@spark-ui/dialog": "^1.9.2",
"@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.8](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-12-04)

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

## [2.1.7](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-11-22)

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

0 comments on commit 6145d9d

Please sign in to comment.