@spark-ui/use-mounted-state
Advanced tools
Comparing version 7.3.5 to 7.3.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [7.3.6](https://github.com/adevinta/spark/compare/v7.3.5...v7.3.6) (2025-01-08) | ||
**Note:** Version bump only for package @spark-ui/use-mounted-state | ||
## [7.3.5](https://github.com/adevinta/spark/compare/v7.3.4...v7.3.5) (2025-01-07) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spark-ui/use-mounted-state", | ||
"version": "7.3.5", | ||
"version": "7.3.6", | ||
"description": "check the component's mount state", | ||
@@ -21,4 +21,4 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"react": "^18.0 || ^19.0", | ||
"react-dom": "^18.0 || ^19.0" | ||
"react": "^19.0", | ||
"react-dom": "^19.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "repository": { | ||
"license": "MIT", | ||
"gitHead": "1b50bcc22534d8941c6da867e0d19eae94e3f022" | ||
"gitHead": "969983868f32c57cf6d6ffc838de66b51fa4163d" | ||
} |
26040