@operato/pull-to-refresh
Advanced tools
Comparing version 0.3.21 to 0.3.22
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30) | ||
### :rocket: New Features | ||
* started help and layout module ([08f875c](https://github.com/hatiolab/operato/commit/08f875cd30aa914901c249c8c0b462ce4a151c23)) | ||
### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29) | ||
@@ -8,0 +17,0 @@ |
@@ -7,2 +7,65 @@ { | ||
"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", | ||
@@ -123,67 +186,4 @@ "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.3.21", | ||
"version": "0.3.22", | ||
"main": "dist/src/index.js", | ||
@@ -71,3 +71,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "defcbbc48c0e5404961a5ba854c9f8efbd7412d1" | ||
"gitHead": "368032e9ae07d6e82a2d7f35486f67a197db179c" | ||
} |
93509