Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/react-dom-18.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 authored Jan 3, 2024
2 parents bea33ae + 14b440b commit 33ffcbe
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 110 deletions.
143 changes: 37 additions & 106 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"selenium-webdriver": "^4.10.0"
},
"devDependencies": {
"@adevinta/tailwind-config-viewer": "1.10.0",
"@adevinta/tailwind-config-viewer": "1.10.1",
"@babel/core": "7.23.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
Expand Down 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 33ffcbe

Please sign in to comment.