@looker/components-test-utils
Advanced tools
Comparing version 0.10.1-canary.0 to 0.10.1
@@ -6,10 +6,13 @@ # Change Log | ||
## [0.10.1-canary.0](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1-canary.0) (2021-01-21) | ||
## [0.10.1](https://github.com/looker-open-source/components/compare/v0.10.0...v0.10.1) (2021-01-22) | ||
**Note:** Version bump only for package @looker/components-test-utils | ||
### Bug Fixes | ||
* Properly build ems/cjs/ts for easy deep-imports ([#1804](https://github.com/looker-open-source/components/issues/1804)) ([2a523cd](https://github.com/looker-open-source/components/commit/2a523cd70b079944376c6dc87c18202e05a97b01)) | ||
# [0.10.0](https://github.com/looker-open-source/components/compare/v0.9.29...v0.10.0) (2021-01-19) | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "@looker/components-test-utils", | ||
"license": "MIT", | ||
"version": "0.10.1-canary.0", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"types": "types/index.d.ts", | ||
"version": "0.10.1", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
@@ -23,3 +23,3 @@ "cjs", | ||
"devDependencies": { | ||
"@looker/components-providers": "0.10.1-canary.0", | ||
"@looker/components-providers": "^0.10.1", | ||
"@testing-library/react": "^11.2.2", | ||
@@ -41,3 +41,3 @@ "@types/enzyme": "^3.10.8", | ||
}, | ||
"gitHead": "bb8f1067f225ec6934e56ec1cf9ab7a767224c7b" | ||
"gitHead": "3431d1666559722fbadae4eeb842a923f09eebc7" | ||
} |
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
4799
5
50