File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.10] ( https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.9...v1.0.10 ) (2021-06-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * package versioningto 1.0.0 ([ f64372e] ( https://github.com/CoCreate-app/CoCreate-users/commit/f64372e54d93259486afbc10e57668651a961db2 ) )
7
+
1
8
## [ 1.0.9] ( https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.8...v1.0.9 ) (2021-06-24)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/users" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.10 " ,
4
4
"description" : " A simple users component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" users" ,
20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"scripts" : {
25
27
"start" : " npx webpack --config webpack.config.js" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
34
36
},
35
37
"author" : " CoCreate LLC" ,
36
38
"license" : " MIT" ,
37
- "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-users/issues" },
39
+ "bugs" : {
40
+ "url" : " https://github.com/CoCreate-app/CoCreate-users/issues"
41
+ },
38
42
"homepage" : " https://cocreate.app/docs/users" ,
39
43
"funding" : {
40
44
"type" : " GitHub Sponsors ❤" ,
You can’t perform that action at this time.
0 commit comments