@operato/pull-to-refresh
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.1.12](https://github.com/hatiolab/operato/compare/v0.1.11...v0.1.12) (2021-10-07) | ||
### :rocket: New Features | ||
* ghost-print public static print method ([6aa1360](https://github.com/hatiolab/operato/commit/6aa1360ae4a8d5c44e0e2800d56610e2c96e39d5)) | ||
### [0.1.11](https://github.com/hatiolab/operato/compare/v0.1.10...v0.1.11) (2021-10-07) | ||
@@ -8,0 +17,0 @@ |
@@ -7,65 +7,2 @@ { | ||
"kind": "javascript-module", | ||
"path": "stories/index.stories.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "variable", | ||
"name": "Regular" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomTitle" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomCounter" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "SlottedContent" | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "default", | ||
"declaration": { | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "Regular", | ||
"declaration": { | ||
"name": "Regular", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomTitle", | ||
"declaration": { | ||
"name": "CustomTitle", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomCounter", | ||
"declaration": { | ||
"name": "CustomCounter", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "SlottedContent", | ||
"declaration": { | ||
"name": "SlottedContent", | ||
"module": "stories/index.stories.ts" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "src/index.ts", | ||
@@ -186,4 +123,67 @@ "declarations": [], | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "stories/index.stories.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "variable", | ||
"name": "Regular" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomTitle" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "CustomCounter" | ||
}, | ||
{ | ||
"kind": "variable", | ||
"name": "SlottedContent" | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "default", | ||
"declaration": { | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "Regular", | ||
"declaration": { | ||
"name": "Regular", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomTitle", | ||
"declaration": { | ||
"name": "CustomTitle", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "CustomCounter", | ||
"declaration": { | ||
"name": "CustomCounter", | ||
"module": "stories/index.stories.ts" | ||
} | ||
}, | ||
{ | ||
"kind": "js", | ||
"name": "SlottedContent", | ||
"declaration": { | ||
"name": "SlottedContent", | ||
"module": "stories/index.stories.ts" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"main": "dist/src/index.js", | ||
@@ -95,3 +95,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "8ee0b3c28123151edc35efb4350063d23f37fdb2" | ||
"gitHead": "c8ae07c411a383c76a9b4164b6f485e061e41026" | ||
} |
84921