@operato/pull-to-refresh 0.2.36 → 0.2.38

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,14 @@
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.2.38](https://github.com/hatiolab/operato/compare/v0.2.37...v0.2.38) (2021-12-07)
7
+
8
+ **Note:** Version bump only for package @operato/pull-to-refresh
9
+
10
+
11
+
12
+
13
+
6
14
  ### [0.2.36](https://github.com/hatiolab/operato/compare/v0.2.35...v0.2.36) (2021-12-06)
7
15
 
8
16
  **Note:** Version bump only for package @operato/pull-to-refresh
@@ -2,69 +2,6 @@
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
- },
68
5
  {
69
6
  "kind": "javascript-module",
70
7
  "path": "src/index.ts",
@@ -182,6 +119,69 @@
182
119
  }
183
120
  }
184
121
  ]
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.2.36",
6
+ "version": "0.2.38",
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": "fa4b02d776ebca4674d2c5e02fafa7042a5d5448"
70
+ "gitHead": "c219a952d0edcc93be47ebea73dfc26a40681244"
71
71
  }