@operato/pull-to-refresh 0.3.21 → 0.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
7
+
8
+
9
+ ### :rocket: New Features
10
+
11
+ * started help and layout module ([08f875c](https://github.com/hatiolab/operato/commit/08f875cd30aa914901c249c8c0b462ce4a151c23))
12
+
13
+
14
+
6
15
  ### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
7
16
 
8
17
 
@@ -2,6 +2,69 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "stories/index.stories.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "variable",
11
+ "name": "Regular"
12
+ },
13
+ {
14
+ "kind": "variable",
15
+ "name": "CustomTitle"
16
+ },
17
+ {
18
+ "kind": "variable",
19
+ "name": "CustomCounter"
20
+ },
21
+ {
22
+ "kind": "variable",
23
+ "name": "SlottedContent"
24
+ }
25
+ ],
26
+ "exports": [
27
+ {
28
+ "kind": "js",
29
+ "name": "default",
30
+ "declaration": {
31
+ "module": "stories/index.stories.ts"
32
+ }
33
+ },
34
+ {
35
+ "kind": "js",
36
+ "name": "Regular",
37
+ "declaration": {
38
+ "name": "Regular",
39
+ "module": "stories/index.stories.ts"
40
+ }
41
+ },
42
+ {
43
+ "kind": "js",
44
+ "name": "CustomTitle",
45
+ "declaration": {
46
+ "name": "CustomTitle",
47
+ "module": "stories/index.stories.ts"
48
+ }
49
+ },
50
+ {
51
+ "kind": "js",
52
+ "name": "CustomCounter",
53
+ "declaration": {
54
+ "name": "CustomCounter",
55
+ "module": "stories/index.stories.ts"
56
+ }
57
+ },
58
+ {
59
+ "kind": "js",
60
+ "name": "SlottedContent",
61
+ "declaration": {
62
+ "name": "SlottedContent",
63
+ "module": "stories/index.stories.ts"
64
+ }
65
+ }
66
+ ]
67
+ },
5
68
  {
6
69
  "kind": "javascript-module",
7
70
  "path": "src/index.ts",
@@ -119,69 +182,6 @@
119
182
  }
120
183
  }
121
184
  ]
122
- },
123
- {
124
- "kind": "javascript-module",
125
- "path": "stories/index.stories.ts",
126
- "declarations": [
127
- {
128
- "kind": "variable",
129
- "name": "Regular"
130
- },
131
- {
132
- "kind": "variable",
133
- "name": "CustomTitle"
134
- },
135
- {
136
- "kind": "variable",
137
- "name": "CustomCounter"
138
- },
139
- {
140
- "kind": "variable",
141
- "name": "SlottedContent"
142
- }
143
- ],
144
- "exports": [
145
- {
146
- "kind": "js",
147
- "name": "default",
148
- "declaration": {
149
- "module": "stories/index.stories.ts"
150
- }
151
- },
152
- {
153
- "kind": "js",
154
- "name": "Regular",
155
- "declaration": {
156
- "name": "Regular",
157
- "module": "stories/index.stories.ts"
158
- }
159
- },
160
- {
161
- "kind": "js",
162
- "name": "CustomTitle",
163
- "declaration": {
164
- "name": "CustomTitle",
165
- "module": "stories/index.stories.ts"
166
- }
167
- },
168
- {
169
- "kind": "js",
170
- "name": "CustomCounter",
171
- "declaration": {
172
- "name": "CustomCounter",
173
- "module": "stories/index.stories.ts"
174
- }
175
- },
176
- {
177
- "kind": "js",
178
- "name": "SlottedContent",
179
- "declaration": {
180
- "name": "SlottedContent",
181
- "module": "stories/index.stories.ts"
182
- }
183
- }
184
- ]
185
185
  }
186
186
  ]
187
187
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent pull-to-refresh following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "heartyoh",
6
- "version": "0.3.21",
6
+ "version": "0.3.22",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
9
9
  "publishConfig": {
@@ -67,5 +67,5 @@
67
67
  "prettier --write"
68
68
  ]
69
69
  },
70
- "gitHead": "defcbbc48c0e5404961a5ba854c9f8efbd7412d1"
70
+ "gitHead": "368032e9ae07d6e82a2d7f35486f67a197db179c"
71
71
  }