@ombori/grid-signals-react
Advanced tools
Comparing version 2.139.1 to 2.139.2
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.139.2](https://github.com/ombori/gridapp/compare/v2.139.1...v2.139.2) (2021-12-15) | ||
### Bug Fixes | ||
* bump signals react version ([bd0b070](https://github.com/ombori/gridapp/commit/bd0b07066e059e6bd24e328da289bf5ecd3a2803)) | ||
* rimraf ([fe2f27a](https://github.com/ombori/gridapp/commit/fe2f27aff983ad3552a2643028b4992f31d92782)) | ||
## [2.139.1](https://github.com/ombori/gridapp/compare/v2.139.0...v2.139.1) (2021-12-15) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@ombori/grid-signals-react", | ||
"version": "2.139.1", | ||
"version": "2.139.2", | ||
"main": "dist/index.js", | ||
"license": "UNLICENSED", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "rimraf ./dist && tsc", | ||
"build:watch": "tsc -w" | ||
@@ -21,3 +21,3 @@ }, | ||
}, | ||
"gitHead": "d3d20e339e895911eeab1ca23789654b2a0b6910" | ||
"gitHead": "d4a2d96b5b6992d6c62bd73b2c8741a3c8da4c9f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19892