@operato/pull-to-refresh 0.3.20 → 0.3.25

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,51 @@
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.25](https://github.com/hatiolab/operato/compare/v0.3.24...v0.3.25) (2022-01-31)
7
+
8
+
9
+ ### :mega: Other
10
+
11
+ * 'lit-element' => 'lit' ([804975a](https://github.com/hatiolab/operato/commit/804975af6fc392869388689ea51953766431f515))
12
+
13
+
14
+
15
+ ### [0.3.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * custom-elements.json ([5fa7c65](https://github.com/hatiolab/operato/commit/5fa7c655f18b64cbb1ff6fb0e0a26338befa98d4))
21
+ * shell, help, i18n, layout module ([d5bb29a](https://github.com/hatiolab/operato/commit/d5bb29ad476d4cb182d3210f4c94772ba72e83a5))
22
+
23
+
24
+
25
+ ### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
26
+
27
+ **Note:** Version bump only for package @operato/pull-to-refresh
28
+
29
+
30
+
31
+
32
+
33
+ ### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
34
+
35
+
36
+ ### :rocket: New Features
37
+
38
+ * started help and layout module ([08f875c](https://github.com/hatiolab/operato/commit/08f875cd30aa914901c249c8c0b462ce4a151c23))
39
+
40
+
41
+
42
+ ### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
43
+
44
+
45
+ ### :rocket: New Features
46
+
47
+ * i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7))
48
+
49
+
50
+
6
51
  ### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28)
7
52
 
8
53
  **Note:** Version bump only for package @operato/pull-to-refresh
@@ -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.20",
6
+ "version": "0.3.25",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
9
9
  "publishConfig": {
@@ -42,7 +42,7 @@
42
42
  "@types/underscore": "1.11.3",
43
43
  "@typescript-eslint/eslint-plugin": "^4.33.0",
44
44
  "@typescript-eslint/parser": "^4.33.0",
45
- "@web/dev-server": "^0.1.28",
45
+ "@web/dev-server": "^0.1.29",
46
46
  "@web/dev-server-storybook": "next",
47
47
  "@web/test-runner": "next",
48
48
  "concurrently": "^5.3.0",
@@ -67,5 +67,5 @@
67
67
  "prettier --write"
68
68
  ]
69
69
  },
70
- "gitHead": "ed1910cc0377b9253c9b07d09d27c0d9788fe222"
70
+ "gitHead": "49df3fb5452cd57748239c77c10ff114da556c98"
71
71
  }