@operato/pull-to-refresh
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.1.2](https://github.com/hatiolab/operato/compare/v0.1.1...v0.1.2) (2021-09-10) | ||
### :rocket: New Features | ||
* data-grist adaptable focus style ([5411f38](https://github.com/hatiolab/operato/commit/5411f381ce59e606a6f6f50b8616bf28285d4a0b)) | ||
### [0.1.1](https://github.com/hatiolab/operato/compare/v0.1.0...v0.1.1) (2021-09-08) | ||
@@ -8,0 +17,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/src/index.js", | ||
@@ -95,3 +95,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "1490a4a5c51afc6ddb7dfa9afd3d76a67b12fcd9" | ||
"gitHead": "17db5963d92ef318474b01d71416fb5219c710e4" | ||
} |
@@ -9,3 +9,3 @@ { | ||
"strict": true, | ||
"esModuleInterop": false, | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
@@ -22,3 +22,3 @@ "experimentalDecorators": true, | ||
}, | ||
"include": ["**/*.ts"] | ||
"include": ["**/*.ts", "*.d.ts"] | ||
} |
Sorry, the diff of this file is not supported yet
76810