@reach/checkbox
Advanced tools
Comparing version
# @reach/checkbox | ||
## 0.18.0-pre.1 | ||
### Minor Changes | ||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/auto-id@0.18.0-pre.1` | ||
- `@reach/machine@0.18.0-pre.1` | ||
- `@reach/utils@0.18.0-pre.1` | ||
## 0.18.0-pre.0 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@reach/checkbox", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible components to build custom, tri-state checkboxes in React.", | ||
@@ -17,5 +17,5 @@ "author": "React Training <hello@reacttraining.com>", | ||
"dependencies": { | ||
"@reach/auto-id": "0.18.0-pre.0", | ||
"@reach/machine": "0.18.0-pre.0", | ||
"@reach/utils": "0.18.0-pre.0" | ||
"@reach/auto-id": "0.18.0-pre.1", | ||
"@reach/machine": "0.18.0-pre.1", | ||
"@reach/utils": "0.18.0-pre.1" | ||
}, | ||
@@ -34,4 +34,4 @@ "devDependencies": { | ||
}, | ||
"main": "./dist/index.cjs.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/reach-checkbox.cjs.js", | ||
"types": "./dist/reach-checkbox.d.ts", | ||
"files": [ | ||
@@ -47,3 +47,3 @@ "CHANGELOG.md", | ||
}, | ||
"module": "./dist/index.mjs", | ||
"module": "./dist/reach-checkbox.mjs", | ||
"scripts": { | ||
@@ -50,0 +50,0 @@ "build": "tsup" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84937
0.61%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated