@operato/pull-to-refresh
Advanced tools
Comparing version 0.2.4 to 0.2.8
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.2.8](https://github.com/hatiolab/operato/compare/v0.2.7...v0.2.8) (2021-11-05) | ||
### :bug: Bug Fix | ||
* mini-popup => popup ([8167443](https://github.com/hatiolab/operato/commit/8167443724a16fee278b6bc59e163da7afa2dd9b)) | ||
### [0.2.4](https://github.com/hatiolab/operato/compare/v0.2.3...v0.2.4) (2021-11-02) | ||
@@ -8,0 +17,0 @@ |
@@ -10,3 +10,3 @@ import { html } from 'lit'; | ||
textColor: { control: 'color' }, | ||
}, | ||
} | ||
}; | ||
@@ -13,0 +13,0 @@ const Template = ({ title = 'Hello world', counter = 5, textColor, slot, }) => html ` |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.2.4", | ||
"version": "0.2.8", | ||
"main": "dist/src/index.js", | ||
@@ -95,3 +95,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "00bf1fc627731bff27516ce368c0bac7d2e2b669" | ||
"gitHead": "34b491398a4ca1ca637c756c75222de8685c0fe9" | ||
} |
@@ -11,3 +11,3 @@ import { html, TemplateResult } from 'lit'; | ||
textColor: { control: 'color' }, | ||
}, | ||
} | ||
}; | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85239