@cycjimmy/hello-github-package-npm 6.2.0 → 6.2.1
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/dist/hello-world.umd.min.js +1 -1
- package/package.json +2 -47
- package/.babelrc +0 -8
- package/.browserslistrc +0 -12
- package/.editorconfig +0 -12
- package/.eslintignore +0 -3
- package/.eslintrc +0 -9
- package/.gitattributes +0 -2
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -41
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -17
- package/.github/dependabot.yml +0 -11
- package/.github/workflows/coveralls.yml +0 -35
- package/.github/workflows/deploy2GhPages.yml +0 -30
- package/.github/workflows/nodeTestCI.yml +0 -59
- package/.github/workflows/release.yml +0 -93
- package/CODE_OF_CONDUCT.md +0 -76
- package/CONTRIBUTING.md +0 -2
- package/__mocks__/fileMock.mjs +0 -1
- package/__mocks__/styleMock.mjs +0 -1
- package/__test__/index.test.js +0 -8
- package/docs/CHANGELOG.md +0 -566
- package/jest.config.js +0 -16
- package/release.config.cjs +0 -17
- package/rollup/package.cjs +0 -1
- package/rollup/rollup.common.mjs +0 -47
- package/rollup/rollup.config.dev.mjs +0 -41
- package/rollup/rollup.config.prod.mjs +0 -28
- package/src/index.js +0 -14
- package/src/styles/index.scss +0 -22
- package/src/template/helloTemplate.js +0 -5
- package/static/favicon.ico +0 -0
- package/static/index.html +0 -17
- package/tasks/copyFiles.js +0 -26
- package/tasks/handlePackageJson.js +0 -47
package/docs/CHANGELOG.md
DELETED
|
@@ -1,566 +0,0 @@
|
|
|
1
|
-
# [6.2.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v6.1.0...v6.2.0) (2022-03-23)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* refactoring build tasks ([9c59052](https://github.com/cycjimmy/hello-github-package-npm/commit/9c59052aee23312ed110d3ab8f5d1189ef18e206))
|
|
7
|
-
|
|
8
|
-
# [6.1.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v6.0.0...v6.1.0) (2022-03-23)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Features
|
|
12
|
-
|
|
13
|
-
* add exports config and change commonJs files extension to `.cjs`; ([2579e0d](https://github.com/cycjimmy/hello-github-package-npm/commit/2579e0dd023650c78307912717de2d7e88e8ad42))
|
|
14
|
-
|
|
15
|
-
# [6.0.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v5.0.2...v6.0.0) (2022-03-23)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* change to module mode ([1d1c4a8](https://github.com/cycjimmy/hello-github-package-npm/commit/1d1c4a86aa258b23bf2e6986ad171087dc3ef01b))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### BREAKING CHANGES
|
|
24
|
-
|
|
25
|
-
* change to module mode
|
|
26
|
-
|
|
27
|
-
## [5.0.2](https://github.com/cycjimmy/hello-github-package-npm/compare/v5.0.1...v5.0.2) (2021-11-15)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Bug Fixes
|
|
31
|
-
|
|
32
|
-
* fix release ([69a90d3](https://github.com/cycjimmy/hello-github-package-npm/commit/69a90d3d6c824aec36584bcb92e3a02f68d68e9d))
|
|
33
|
-
|
|
34
|
-
## [5.0.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v5.0.0...v5.0.1) (2021-11-15)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Bug Fixes
|
|
38
|
-
|
|
39
|
-
* release ([a89df86](https://github.com/cycjimmy/hello-github-package-npm/commit/a89df86f3ae0da193cd0a22557916b8437ea8fab))
|
|
40
|
-
|
|
41
|
-
# [5.0.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v4.0.1...v5.0.0) (2021-11-15)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Features
|
|
45
|
-
|
|
46
|
-
* only suppurt node v16+ ([3745b8b](https://github.com/cycjimmy/hello-github-package-npm/commit/3745b8bbfefd714985b98a46f5ebf281fc480196))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### BREAKING CHANGES
|
|
50
|
-
|
|
51
|
-
* only suppurt node v16+
|
|
52
|
-
|
|
53
|
-
## [4.0.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v4.0.0...v4.0.1) (2021-01-22)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
* test ([64d40fc](https://github.com/cycjimmy/hello-github-package-npm/commit/64d40fc2a891c98e9fa584c19f9d8f64803e8e8f))
|
|
59
|
-
|
|
60
|
-
# [4.0.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v3.0.0...v4.0.0) (2020-11-16)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### Features
|
|
64
|
-
|
|
65
|
-
* test for alpha ([cefcfa4](https://github.com/cycjimmy/hello-github-package-npm/commit/cefcfa485c3886d4c7a609223d6516ce1f81e5b2))
|
|
66
|
-
* test for beta ([3a8c36e](https://github.com/cycjimmy/hello-github-package-npm/commit/3a8c36e3175e81e162fdcbf790e3da1e33fd5bf8))
|
|
67
|
-
* test for next ([dbeae55](https://github.com/cycjimmy/hello-github-package-npm/commit/dbeae55890193f536d3874c69bf84a56698d038d))
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### BREAKING CHANGES
|
|
71
|
-
|
|
72
|
-
* test for alpha
|
|
73
|
-
|
|
74
|
-
# [4.0.0-beta.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v3.0.0...v4.0.0-beta.1) (2020-11-16)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* test for alpha ([cefcfa4](https://github.com/cycjimmy/hello-github-package-npm/commit/cefcfa485c3886d4c7a609223d6516ce1f81e5b2))
|
|
80
|
-
* test for beta ([3a8c36e](https://github.com/cycjimmy/hello-github-package-npm/commit/3a8c36e3175e81e162fdcbf790e3da1e33fd5bf8))
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### BREAKING CHANGES
|
|
84
|
-
|
|
85
|
-
* test for alpha
|
|
86
|
-
|
|
87
|
-
# [4.0.0-alpha.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v3.0.0...v4.0.0-alpha.1) (2020-11-16)
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### Features
|
|
91
|
-
|
|
92
|
-
* test for alpha ([cefcfa4](https://github.com/cycjimmy/hello-github-package-npm/commit/cefcfa485c3886d4c7a609223d6516ce1f81e5b2))
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### BREAKING CHANGES
|
|
96
|
-
|
|
97
|
-
* test for alpha
|
|
98
|
-
|
|
99
|
-
# [3.0.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v2.0.0...v3.0.0) (2020-11-16)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### Features
|
|
103
|
-
|
|
104
|
-
* test for alpha ([7a2c88c](https://github.com/cycjimmy/hello-github-package-npm/commit/7a2c88ca7e8795fe44dc12ccd23acf82e3159bd2))
|
|
105
|
-
* test for beta ([2786878](https://github.com/cycjimmy/hello-github-package-npm/commit/27868783bfbe9e64030f76f64c50abf2c6699f31))
|
|
106
|
-
* test for next ([379aaab](https://github.com/cycjimmy/hello-github-package-npm/commit/379aaabdb8a2850f897f85feab96d7124fe5bcf1))
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### BREAKING CHANGES
|
|
110
|
-
|
|
111
|
-
* test for alpha
|
|
112
|
-
|
|
113
|
-
# [3.0.0-beta.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v2.0.0...v3.0.0-beta.1) (2020-11-16)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Features
|
|
117
|
-
|
|
118
|
-
* test for alpha ([7a2c88c](https://github.com/cycjimmy/hello-github-package-npm/commit/7a2c88ca7e8795fe44dc12ccd23acf82e3159bd2))
|
|
119
|
-
* test for beta ([2786878](https://github.com/cycjimmy/hello-github-package-npm/commit/27868783bfbe9e64030f76f64c50abf2c6699f31))
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### BREAKING CHANGES
|
|
123
|
-
|
|
124
|
-
* test for alpha
|
|
125
|
-
|
|
126
|
-
# [3.0.0-alpha.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v2.0.0...v3.0.0-alpha.1) (2020-11-16)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Features
|
|
130
|
-
|
|
131
|
-
* test for alpha ([7a2c88c](https://github.com/cycjimmy/hello-github-package-npm/commit/7a2c88ca7e8795fe44dc12ccd23acf82e3159bd2))
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### BREAKING CHANGES
|
|
135
|
-
|
|
136
|
-
* test for alpha
|
|
137
|
-
|
|
138
|
-
# [2.0.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.5.1...v2.0.0) (2020-11-13)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* **ci:** fix unexpected input ([d156539](https://github.com/cycjimmy/hello-github-package-npm/commit/d156539c03fde71b3e6e380c20c0feb53f7f626f))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Features
|
|
147
|
-
|
|
148
|
-
* test for alpha ([2d71535](https://github.com/cycjimmy/hello-github-package-npm/commit/2d71535ddbcd99d4ed6e269799b9e95678820a46))
|
|
149
|
-
* test for beta ([3b5160b](https://github.com/cycjimmy/hello-github-package-npm/commit/3b5160b8a0c5ed9b3a32ad8ce8839b31b966c345))
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### BREAKING CHANGES
|
|
153
|
-
|
|
154
|
-
* test for alpha
|
|
155
|
-
|
|
156
|
-
# [2.0.0-beta.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.5.1...v2.0.0-beta.1) (2020-11-13)
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
### Bug Fixes
|
|
160
|
-
|
|
161
|
-
* **ci:** fix unexpected input ([d156539](https://github.com/cycjimmy/hello-github-package-npm/commit/d156539c03fde71b3e6e380c20c0feb53f7f626f))
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### Features
|
|
165
|
-
|
|
166
|
-
* test for alpha ([2d71535](https://github.com/cycjimmy/hello-github-package-npm/commit/2d71535ddbcd99d4ed6e269799b9e95678820a46))
|
|
167
|
-
* test for beta ([3b5160b](https://github.com/cycjimmy/hello-github-package-npm/commit/3b5160b8a0c5ed9b3a32ad8ce8839b31b966c345))
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### BREAKING CHANGES
|
|
171
|
-
|
|
172
|
-
* test for alpha
|
|
173
|
-
|
|
174
|
-
# [2.0.0-alpha.2](https://github.com/cycjimmy/hello-github-package-npm/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2020-11-13)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Bug Fixes
|
|
178
|
-
|
|
179
|
-
* **ci:** fix unexpected input ([d156539](https://github.com/cycjimmy/hello-github-package-npm/commit/d156539c03fde71b3e6e380c20c0feb53f7f626f))
|
|
180
|
-
|
|
181
|
-
# [2.0.0-alpha.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.5.1...v2.0.0-alpha.1) (2020-11-13)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Features
|
|
185
|
-
|
|
186
|
-
* test for alpha ([2d71535](https://github.com/cycjimmy/hello-github-package-npm/commit/2d71535ddbcd99d4ed6e269799b9e95678820a46))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### BREAKING CHANGES
|
|
190
|
-
|
|
191
|
-
* test for alpha
|
|
192
|
-
|
|
193
|
-
## [1.5.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.5.0...v1.5.1) (2020-11-13)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
### Bug Fixes
|
|
197
|
-
|
|
198
|
-
* fix pushing to gpr ([e2c6514](https://github.com/cycjimmy/hello-github-package-npm/commit/e2c6514bf4826a206423e6bacd709ecfbec2da3f))
|
|
199
|
-
|
|
200
|
-
# [1.5.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.4.6...v1.5.0) (2020-11-13)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Features
|
|
204
|
-
|
|
205
|
-
* upgrade dependencies ([4794497](https://github.com/cycjimmy/hello-github-package-npm/commit/479449753c89a3e1b278f2510bfd75293b02f2fa))
|
|
206
|
-
|
|
207
|
-
## [1.4.6](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.4.5...v1.4.6) (2020-07-02)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Bug Fixes
|
|
211
|
-
|
|
212
|
-
* test ([08ec404](https://github.com/cycjimmy/hello-github-package-npm/commit/08ec404208c9c398857d67c4e777b2bdc85e4f11))
|
|
213
|
-
|
|
214
|
-
## [1.4.5](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.4.4...v1.4.5) (2020-07-02)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* for next test ([b302931](https://github.com/cycjimmy/hello-github-package-npm/commit/b3029318631343ac549c18e7e35c5446b9fe771b))
|
|
220
|
-
|
|
221
|
-
## [1.4.4](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.4.3...v1.4.4) (2020-07-02)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* test ([a4de257](https://github.com/cycjimmy/hello-github-package-npm/commit/a4de257b6497dab9cdac1c391616e51df6d13d5d))
|
|
227
|
-
|
|
228
|
-
## [1.4.3](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.4.2...v1.4.3) (2020-07-02)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Bug Fixes
|
|
232
|
-
|
|
233
|
-
* test ([88d4d71](https://github.com/cycjimmy/hello-github-package-npm/commit/88d4d71ad0415b2db04379997563c2fd234f74cb))
|
|
234
|
-
* test ([c463d73](https://github.com/cycjimmy/hello-github-package-npm/commit/c463d730b5d8456e16493864cc756d9274b65105))
|
|
235
|
-
|
|
236
|
-
## [1.4.2](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.4.1...v1.4.2) (2020-07-02)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
* fix ci warning ([00143d8](https://github.com/cycjimmy/hello-github-package-npm/commit/00143d8300f32c6cc81b2e857253a89947a7c11b))
|
|
242
|
-
|
|
243
|
-
## [1.4.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.4.0...v1.4.1) (2020-07-02)
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
### Bug Fixes
|
|
247
|
-
|
|
248
|
-
* fix ci config ([e7cb2e6](https://github.com/cycjimmy/hello-github-package-npm/commit/e7cb2e655ca3ada0eb6598addfeabf70097ab55b))
|
|
249
|
-
|
|
250
|
-
# [1.4.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.21...v1.4.0) (2020-07-02)
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
### Features
|
|
254
|
-
|
|
255
|
-
* upgrade deps ([735069d](https://github.com/cycjimmy/hello-github-package-npm/commit/735069d6b045f77bfe082cd7a7b3850783a9edad))
|
|
256
|
-
|
|
257
|
-
## [1.3.21](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.20...v1.3.21) (2020-04-30)
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
### Bug Fixes
|
|
261
|
-
|
|
262
|
-
* return default semantic_version ([01dc5ce](https://github.com/cycjimmy/hello-github-package-npm/commit/01dc5ce173c4c074ee828dbcbf98bae5b8f14fdd))
|
|
263
|
-
* test semantic v1 ([8a3c69f](https://github.com/cycjimmy/hello-github-package-npm/commit/8a3c69fd0399e904cdeee4b8afa4b1c00d4b7c27))
|
|
264
|
-
|
|
265
|
-
## [1.3.20](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.19...v1.3.20) (2020-01-28)
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
### Bug Fixes
|
|
269
|
-
|
|
270
|
-
* **test:** test ([51dd0a1](https://github.com/cycjimmy/hello-github-package-npm/commit/51dd0a14c9edc4b22338bf76617a9b6ebedc6205))
|
|
271
|
-
|
|
272
|
-
## [1.3.19](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.18...v1.3.19) (2020-01-13)
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
### Bug Fixes
|
|
276
|
-
|
|
277
|
-
* **test:** test ([ced08df](https://github.com/cycjimmy/hello-github-package-npm/commit/ced08df907bc8fd6e41c66cfa895e1d0b8ca6d85))
|
|
278
|
-
|
|
279
|
-
## [1.3.18](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.17...v1.3.18) (2020-01-10)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### Bug Fixes
|
|
283
|
-
|
|
284
|
-
* **test:** test ([d17714d](https://github.com/cycjimmy/hello-github-package-npm/commit/d17714d5f85ffdd3e40dd7790ede9f3d263eb000))
|
|
285
|
-
|
|
286
|
-
## [1.3.17](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.16...v1.3.17) (2020-01-10)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Bug Fixes
|
|
290
|
-
|
|
291
|
-
* **test:** test actions ([cd8cdc7](https://github.com/cycjimmy/hello-github-package-npm/commit/cd8cdc79793e5eed99ef2f416e61cd60153254dd))
|
|
292
|
-
|
|
293
|
-
## [1.3.16](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.15...v1.3.16) (2020-01-04)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### Bug Fixes
|
|
297
|
-
|
|
298
|
-
* **ci:** test actions ([dd78aea](https://github.com/cycjimmy/hello-github-package-npm/commit/dd78aeab43a2c1dfabe6d20ea7a456f5f5480819))
|
|
299
|
-
* **ci:** test for actions ([2852bdb](https://github.com/cycjimmy/hello-github-package-npm/commit/2852bdb7f63fce3f41ef7d66c489941e097682de))
|
|
300
|
-
* **test:** test actions ([45ae61e](https://github.com/cycjimmy/hello-github-package-npm/commit/45ae61eaeb2384101704f6125323e30d25a1126c))
|
|
301
|
-
* **test:** test for actions ([ea12da4](https://github.com/cycjimmy/hello-github-package-npm/commit/ea12da47c2efeca9a56858412bc94efab2f53e04))
|
|
302
|
-
|
|
303
|
-
## [1.3.15](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.14...v1.3.15) (2020-01-03)
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
### Bug Fixes
|
|
307
|
-
|
|
308
|
-
* **test:** test actions ([658a863](https://github.com/cycjimmy/hello-github-package-npm/commit/658a8632b31bd07c5e8b07d030a5f23fd1f861a6))
|
|
309
|
-
|
|
310
|
-
## [1.3.14](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.13...v1.3.14) (2019-12-23)
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
### Bug Fixes
|
|
314
|
-
|
|
315
|
-
* **test:** test for actions/checkout@v2 ([f24a9c5](https://github.com/cycjimmy/hello-github-package-npm/commit/f24a9c54e44da23fe9cc9b51025d7b32518127c2))
|
|
316
|
-
|
|
317
|
-
## [1.3.13](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.12...v1.3.13) (2019-12-23)
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
### Bug Fixes
|
|
321
|
-
|
|
322
|
-
* **test:** for test ([c3bf453](https://github.com/cycjimmy/hello-github-package-npm/commit/c3bf453efb543ac5ba552991f3532e9d7b612468))
|
|
323
|
-
* **test:** for test ([4af73a6](https://github.com/cycjimmy/hello-github-package-npm/commit/4af73a60a9a38961cf0f00334ce0a3edd1d6c382))
|
|
324
|
-
|
|
325
|
-
## [1.3.12](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.11...v1.3.12) (2019-12-23)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### Bug Fixes
|
|
329
|
-
|
|
330
|
-
* update depandencies ([8146234](https://github.com/cycjimmy/hello-github-package-npm/commit/8146234a3d7033aeb7317ba2086c9c56af9bde71))
|
|
331
|
-
|
|
332
|
-
## [1.3.11](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.10...v1.3.11) (2019-11-25)
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
### Bug Fixes
|
|
336
|
-
|
|
337
|
-
* test ([20ec972](https://github.com/cycjimmy/hello-github-package-npm/commit/20ec9727a08697bda9b5b5049631c5b98631c700))
|
|
338
|
-
|
|
339
|
-
## [1.3.10](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.9...v1.3.10) (2019-10-30)
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
### Bug Fixes
|
|
343
|
-
|
|
344
|
-
* **test:** test to new publish ([29d29ab](https://github.com/cycjimmy/hello-github-package-npm/commit/29d29ab00d7a7df5c94db2fde6ec5dfb761c85cf))
|
|
345
|
-
|
|
346
|
-
## [1.3.9](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.8...v1.3.9) (2019-10-29)
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### Bug Fixes
|
|
350
|
-
|
|
351
|
-
* **test:** modify npm release ([539aef4](https://github.com/cycjimmy/hello-github-package-npm/commit/539aef407e7cc71562c4332d36b9286b347a4b23))
|
|
352
|
-
|
|
353
|
-
## [1.3.8](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.7...v1.3.8) (2019-10-29)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
### Bug Fixes
|
|
357
|
-
|
|
358
|
-
* **test:** modify jest ([5bcfd8a](https://github.com/cycjimmy/hello-github-package-npm/commit/5bcfd8a8520154113bbb259f1d8b9c57ab41d0bc))
|
|
359
|
-
|
|
360
|
-
## [1.3.7](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.6...v1.3.7) (2019-10-29)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Bug Fixes
|
|
364
|
-
|
|
365
|
-
* **coveralls:** add coveralls ([c7d4d5f](https://github.com/cycjimmy/hello-github-package-npm/commit/c7d4d5f9f6c9bd67ac10205a7c9fa85f6015bf25))
|
|
366
|
-
|
|
367
|
-
## [1.3.6](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.5...v1.3.6) (2019-10-29)
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
### Bug Fixes
|
|
371
|
-
|
|
372
|
-
* **test:** modify jest ([9a36e47](https://github.com/cycjimmy/hello-github-package-npm/commit/9a36e4798c94f23f49b57f4b5d77f1ebc5e39e15))
|
|
373
|
-
|
|
374
|
-
## [1.3.5](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.4...v1.3.5) (2019-10-29)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### Bug Fixes
|
|
378
|
-
|
|
379
|
-
* **test:** test pull request ([66973a6](https://github.com/cycjimmy/hello-github-package-npm/commit/66973a6ef0f42513d514def6c05a9a6a9b359cd8))
|
|
380
|
-
|
|
381
|
-
## [1.3.4](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.3...v1.3.4) (2019-10-29)
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
### Bug Fixes
|
|
385
|
-
|
|
386
|
-
* test pull requset ([8d2b60e](https://github.com/cycjimmy/hello-github-package-npm/commit/8d2b60e1f8885aab059452b61b7c03f475be4e70))
|
|
387
|
-
|
|
388
|
-
## [1.3.3](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.2...v1.3.3) (2019-10-29)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Bug Fixes
|
|
392
|
-
|
|
393
|
-
* modify test ([e3a560f](https://github.com/cycjimmy/hello-github-package-npm/commit/e3a560f799563818e7f6ef5492fb8f5d94f39241))
|
|
394
|
-
|
|
395
|
-
## [1.3.2](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.1...v1.3.2) (2019-10-29)
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
### Bug Fixes
|
|
399
|
-
|
|
400
|
-
* **rollup:** modify setting ([e779147](https://github.com/cycjimmy/hello-github-package-npm/commit/e779147e652bcb0e39d432ca45f53e44e580c36e))
|
|
401
|
-
|
|
402
|
-
## [1.3.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.3.0...v1.3.1) (2019-10-28)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
### Bug Fixes
|
|
406
|
-
|
|
407
|
-
* new setting ([3a02075](https://github.com/cycjimmy/hello-github-package-npm/commit/3a0207504b04e0fcfa9b3c9f21ac87cef73d9e27))
|
|
408
|
-
|
|
409
|
-
# [1.3.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.2.0...v1.3.0) (2019-10-28)
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
### Features
|
|
413
|
-
|
|
414
|
-
* **sass:** support sass ([854e520](https://github.com/cycjimmy/hello-github-package-npm/commit/854e520df6fa7e70e1d9089c25d1ce7b6f517ebd))
|
|
415
|
-
|
|
416
|
-
# [1.2.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.1.4...v1.2.0) (2019-10-28)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Features
|
|
420
|
-
|
|
421
|
-
* **postcss:** support postcss ([ca35149](https://github.com/cycjimmy/hello-github-package-npm/commit/ca35149feca31e8b825ee30f529adba3395bb84b))
|
|
422
|
-
|
|
423
|
-
## [1.1.4](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.1.3...v1.1.4) (2019-10-26)
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
### Bug Fixes
|
|
427
|
-
|
|
428
|
-
* test ([339bba4](https://github.com/cycjimmy/hello-github-package-npm/commit/339bba4712b274fb28d54727506e5838f382a6d4))
|
|
429
|
-
|
|
430
|
-
## [1.1.3](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.1.2...v1.1.3) (2019-10-26)
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
### Bug Fixes
|
|
434
|
-
|
|
435
|
-
* test ([1775796](https://github.com/cycjimmy/hello-github-package-npm/commit/17757966d1035f0179fdf48bf45fd037a4e62d6b))
|
|
436
|
-
* **test:** test ([4f3a831](https://github.com/cycjimmy/hello-github-package-npm/commit/4f3a8315061a3dbb82933c039b621b8fca48919c))
|
|
437
|
-
|
|
438
|
-
## [1.1.2](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.1.1...v1.1.2) (2019-10-26)
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
### Bug Fixes
|
|
442
|
-
|
|
443
|
-
* **test:** test ([d3e78a0](https://github.com/cycjimmy/hello-github-package-npm/commit/d3e78a08ff944339dc38ace4a13f757498210972))
|
|
444
|
-
* **test:** test a new workflow ([af93827](https://github.com/cycjimmy/hello-github-package-npm/commit/af938279c5f7b5aae0154cdb3dc14550cbe9bac3))
|
|
445
|
-
|
|
446
|
-
## [1.1.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.1.0...v1.1.1) (2019-10-26)
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
### Bug Fixes
|
|
450
|
-
|
|
451
|
-
* **test:** test for no-ci mode ([4324c96](https://github.com/cycjimmy/hello-github-package-npm/commit/4324c964162385a1049b1be9cb392e280c3a96a9))
|
|
452
|
-
|
|
453
|
-
# [1.1.0](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.18...v1.1.0) (2019-10-25)
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
### Features
|
|
457
|
-
|
|
458
|
-
* **rebuild:** use rollup ([0b5b807](https://github.com/cycjimmy/hello-github-package-npm/commit/0b5b8072a9c227d09ba03f7e6fbc6b049b8113ee))
|
|
459
|
-
|
|
460
|
-
## [1.0.18](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.17...v1.0.18) (2019-10-22)
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
### Bug Fixes
|
|
464
|
-
|
|
465
|
-
* for test ([92bf888](https://github.com/cycjimmy/hello-github-package-npm/commit/92bf8889c98ce65854b97b006b5f48da3eefb305))
|
|
466
|
-
|
|
467
|
-
## [1.0.17](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.16...v1.0.17) (2019-10-22)
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
### Bug Fixes
|
|
471
|
-
|
|
472
|
-
* test ([bffda47](https://github.com/cycjimmy/hello-github-package-npm/commit/bffda47b8c55b06dcc1533ebb3e5459dcbdb5271))
|
|
473
|
-
|
|
474
|
-
## [1.0.13](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.12...v1.0.13) (2019-10-21)
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### Bug Fixes
|
|
478
|
-
|
|
479
|
-
* **release:** test ([0f76b83](https://github.com/cycjimmy/hello-github-package-npm/commit/0f76b832a43ceee05e6fac02b85b316b623bde7b))
|
|
480
|
-
|
|
481
|
-
## [1.0.12](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.11...v1.0.12) (2019-10-21)
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
### Bug Fixes
|
|
485
|
-
|
|
486
|
-
* **config:** test ([c35329a](https://github.com/cycjimmy/hello-github-package-npm/commit/c35329a6c654db27b6dec982ee381ddf314b9aba))
|
|
487
|
-
|
|
488
|
-
## [1.0.11](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.10...v1.0.11) (2019-10-21)
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
### Bug Fixes
|
|
492
|
-
|
|
493
|
-
* **release:** for test ([13ed7c5](https://github.com/cycjimmy/hello-github-package-npm/commit/13ed7c5f249699b452f7c4f55b92d53ffbb5a9b9))
|
|
494
|
-
|
|
495
|
-
## [1.0.10](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.9...v1.0.10) (2019-10-21)
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
### Bug Fixes
|
|
499
|
-
|
|
500
|
-
* **release:** for test ([e6b1701](https://github.com/cycjimmy/hello-github-package-npm/commit/e6b1701a58c19bdde2d66718989385512118657d))
|
|
501
|
-
|
|
502
|
-
## [1.0.9](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.8...v1.0.9) (2019-10-18)
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
### Bug Fixes
|
|
506
|
-
|
|
507
|
-
* use major version for semantic-release-action ([92a084e](https://github.com/cycjimmy/hello-github-package-npm/commit/92a084ea9f99ec224f6d5d5bc5cc0afc3b589483))
|
|
508
|
-
|
|
509
|
-
## [1.0.8](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.7...v1.0.8) (2019-10-18)
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
### Bug Fixes
|
|
513
|
-
|
|
514
|
-
* **branch:** Push updates to v1 branch after releases ([ee12d05](https://github.com/cycjimmy/hello-github-package-npm/commit/ee12d056b384d80b970c3ed33958009116c7b830))
|
|
515
|
-
|
|
516
|
-
## [1.0.7](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.6...v1.0.7) (2019-10-17)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Bug Fixes
|
|
520
|
-
|
|
521
|
-
* for test ([1285cf1](https://github.com/cycjimmy/hello-github-package-npm/commit/1285cf172c6de042b6cfd9108f00a1d5879fbfa6))
|
|
522
|
-
* for test ([19189d0](https://github.com/cycjimmy/hello-github-package-npm/commit/19189d07db4840b49ac310d2d52b2558b2475965))
|
|
523
|
-
|
|
524
|
-
## [1.0.6](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.5...v1.0.6) (2019-10-16)
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
### Bug Fixes
|
|
528
|
-
|
|
529
|
-
* **release.yml:** try publish to gpr ([4918071](https://github.com/cycjimmy/hello-github-package-npm/commit/4918071d760319ce91318a78a8d4e467ecce4711))
|
|
530
|
-
* **release.yml:** try to fix ([41249be](https://github.com/cycjimmy/hello-github-package-npm/commit/41249bed4c08df81e4390de7c7015405cd82385d))
|
|
531
|
-
|
|
532
|
-
## [1.0.5](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.4...v1.0.5) (2019-10-16)
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### Bug Fixes
|
|
536
|
-
|
|
537
|
-
* **release.yml:** try new release setting ([0003299](https://github.com/cycjimmy/hello-github-package-npm/commit/0003299ef115ddd3f102d6a9d73319b1482df670))
|
|
538
|
-
|
|
539
|
-
## [1.0.4](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.3...v1.0.4) (2019-10-16)
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### Bug Fixes
|
|
543
|
-
|
|
544
|
-
* **release.yml:** fix release setting ([f9de58a](https://github.com/cycjimmy/hello-github-package-npm/commit/f9de58a6ba2b68387962f4b57958947a15a992c5))
|
|
545
|
-
|
|
546
|
-
## [1.0.3](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.2...v1.0.3) (2019-10-16)
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
### Bug Fixes
|
|
550
|
-
|
|
551
|
-
* **release.yml:** fix publish to gpr ([6927e68](https://github.com/cycjimmy/hello-github-package-npm/commit/6927e684230fe224395e428974e6f3428c262d9b))
|
|
552
|
-
|
|
553
|
-
## [1.0.2](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.1...v1.0.2) (2019-10-16)
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
### Bug Fixes
|
|
557
|
-
|
|
558
|
-
* **release.yml:** support gpr ([4b9a46a](https://github.com/cycjimmy/hello-github-package-npm/commit/4b9a46a195b93f88f14d85d1ea442d2cecacd774))
|
|
559
|
-
|
|
560
|
-
## [1.0.1](https://github.com/cycjimmy/hello-github-package-npm/compare/v1.0.0...v1.0.1) (2019-10-16)
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
### Bug Fixes
|
|
564
|
-
|
|
565
|
-
* **install:** add @semantic-release/changelog ([200e3cc](https://github.com/cycjimmy/hello-github-package-npm/commit/200e3cc526f1bee13e04b399c92244aa3ab8b5e4))
|
|
566
|
-
* **test:** package.json version ([7344365](https://github.com/cycjimmy/hello-github-package-npm/commit/7344365c28a499b9d596944088281e5c2de782cc))
|
package/jest.config.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
moduleNameMapper: {
|
|
3
|
-
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
|
|
4
|
-
'<rootDir>/__mocks__/fileMock.mjs',
|
|
5
|
-
'\\.(css|less|scss|sass)$': '<rootDir>/__mocks__/styleMock.mjs',
|
|
6
|
-
},
|
|
7
|
-
testEnvironment: 'jsdom',
|
|
8
|
-
coverageThreshold: {
|
|
9
|
-
global: {
|
|
10
|
-
branches: 50,
|
|
11
|
-
functions: 50,
|
|
12
|
-
lines: 50,
|
|
13
|
-
statements: 50,
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
};
|
package/release.config.cjs
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */
|
|
2
|
-
const makeCommonConfig = require('@cycjimmy/config-lib/cjs/semanticRelease/15.x/makeCommonConfig.cjs')
|
|
3
|
-
.default;
|
|
4
|
-
const pkg = require('./package.json');
|
|
5
|
-
|
|
6
|
-
module.exports = makeCommonConfig({
|
|
7
|
-
githubOptions: {
|
|
8
|
-
assets: [pkg.browser],
|
|
9
|
-
},
|
|
10
|
-
exec: true,
|
|
11
|
-
execOptions: {
|
|
12
|
-
prepareCmd: 'npm run package',
|
|
13
|
-
},
|
|
14
|
-
npmOptions: {
|
|
15
|
-
pkgRoot: 'package',
|
|
16
|
-
},
|
|
17
|
-
});
|
package/rollup/package.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../package.json');
|
package/rollup/rollup.common.mjs
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */
|
|
2
|
-
/* eslint import/extensions: ["error", "ignorePackages", {"js": off}] */
|
|
3
|
-
import eslint from '@rollup/plugin-eslint';
|
|
4
|
-
import json from '@rollup/plugin-json';
|
|
5
|
-
import resolve from '@rollup/plugin-node-resolve';
|
|
6
|
-
import commonjs from '@rollup/plugin-commonjs';
|
|
7
|
-
import { babel } from '@rollup/plugin-babel';
|
|
8
|
-
import postcss from 'rollup-plugin-postcss';
|
|
9
|
-
import autoprefixer from 'autoprefixer';
|
|
10
|
-
import { terser } from 'rollup-plugin-terser';
|
|
11
|
-
|
|
12
|
-
import myBanner from '@cycjimmy/config-lib/esm/chore/myBanner.js';
|
|
13
|
-
import terserOption from '@cycjimmy/config-lib/esm/terser/4.x/production.js';
|
|
14
|
-
|
|
15
|
-
import pkg from './package.cjs';
|
|
16
|
-
|
|
17
|
-
export const IS_DEVELOPMENT = process.env.NODE_ENV === 'development';
|
|
18
|
-
export const IS_PRODUCTION = process.env.NODE_ENV === 'production';
|
|
19
|
-
export const IS_DEPLOYMENT = process.env.NODE_ENV === 'deployment';
|
|
20
|
-
|
|
21
|
-
export const input = './src/index.js';
|
|
22
|
-
export const name = 'helloWorld';
|
|
23
|
-
export const banner = myBanner(pkg);
|
|
24
|
-
|
|
25
|
-
export const plugins = [
|
|
26
|
-
json(),
|
|
27
|
-
postcss({
|
|
28
|
-
modules: {
|
|
29
|
-
generateScopedName: IS_PRODUCTION ? '[hash:base64:10]' : '[name]__[local]',
|
|
30
|
-
},
|
|
31
|
-
autoModules: false,
|
|
32
|
-
minimize: true,
|
|
33
|
-
plugins: [autoprefixer],
|
|
34
|
-
}),
|
|
35
|
-
eslint({
|
|
36
|
-
fix: true,
|
|
37
|
-
exclude: [
|
|
38
|
-
'node_modules/**',
|
|
39
|
-
'**/*.(css|scss)',
|
|
40
|
-
],
|
|
41
|
-
}),
|
|
42
|
-
resolve(),
|
|
43
|
-
babel({ babelHelpers: 'bundled' }),
|
|
44
|
-
commonjs(),
|
|
45
|
-
];
|
|
46
|
-
|
|
47
|
-
export const terserPlugins = IS_PRODUCTION && terser(terserOption);
|