Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/dot-github/workflo…
Browse files Browse the repository at this point in the history
…ws/tj-actions/changed-files-41
  • Loading branch information
andresin87 authored Jan 3, 2024
2 parents c5c7d93 + 14b440b commit df4a2a4
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 105 deletions.
135 changes: 33 additions & 102 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 @@ -125,7 +125,7 @@
"vite": "^4.3.9",
"vite-plugin-dts": "2.3.0",
"vite-plugin-turbosnap": "1.0.3",
"vite-tsconfig-paths": "4.2.1",
"vite-tsconfig-paths": "4.2.3",
"vitest": "^0.32.0",
"wait-on": "^7.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/components/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-01-03)

### Bug Fixes

- doc ([5506203](https://github.com/adevinta/spark/commit/55062039dc67c3532be42a4661540052094163d9))
- **portal:** doc ([d661510](https://github.com/adevinta/spark/commit/d661510125825e2b0a663c9aa5dc10f9ec611675))

# [1.3.0](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2023-09-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/components/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/portal",
"version": "1.3.0",
"version": "1.3.1",
"description": "Renders a React subtree in a different part of the DOM.",
"publishConfig": {
"access": "public"
Expand All @@ -23,7 +23,7 @@
"build": "vite build"
},
"dependencies": {
"@radix-ui/react-portal": "1.0.2",
"@radix-ui/react-portal": "1.0.4",
"@radix-ui/react-primitive": "1.0.3"
},
"peerDependencies": {
Expand Down

0 comments on commit df4a2a4

Please sign in to comment.