Skip to content

Commit 366f752

Browse files
committed
Merge branch 'dev' of https://github.com/CoCreate-app/CoCreate-utils into dev
2 parents 7baf1c8 + 450c71a commit 366f752

File tree

4 files changed

+18
-3307
lines changed

4 files changed

+18
-3307
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
node_modules
33
dist
44
.npmrc
5+
yarn.lock
56

67
logs
78
*.log

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.0.20](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.19...v1.0.20) (2021-07-14)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade all packages ([82aab58](https://github.com/CoCreate-app/CoCreate-utils/commit/82aab58878db6c589cba0d4df8cdfb2dd2444008))
7+
8+
## [1.0.19](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.18...v1.0.19) (2021-07-13)
9+
10+
11+
### Bug Fixes
12+
13+
* add yarn lockfile to git ignore ([acc31a1](https://github.com/CoCreate-app/CoCreate-utils/commit/acc31a17a8d67948de170435a916a5ca036fb39e))
14+
* remove yarn.lock ([4059687](https://github.com/CoCreate-app/CoCreate-utils/commit/4059687ceeddc13eeccf40a60d79a8ef1dc82b2b))
15+
116
## [1.0.18](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.0.17...v1.0.18) (2021-07-10)
217

318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/utils",
3-
"version": "1.0.18",
3+
"version": "1.0.20",
44
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"utils",
@@ -61,6 +61,6 @@
6161
"webpack-log": "^3.0.1"
6262
},
6363
"dependencies": {
64-
"@cocreate/docs": "^1.1.29"
64+
"@cocreate/docs": "^1.1.32"
6565
}
6666
}

0 commit comments

Comments
 (0)