Skip to content

Commit b580f01

Browse files
committed
2 parents 5eb9419 + 0046d51 commit b580f01

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.16](https://github.com/CoCreate-app/CoCreate-render/compare/v1.0.15...v1.0.16) (2021-07-14)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade all packages ([3c9d7f3](https://github.com/CoCreate-app/CoCreate-render/commit/3c9d7f3f665a3da32c72fe3572e08b756ca07a12))
7+
8+
## [1.0.15](https://github.com/CoCreate-app/CoCreate-render/compare/v1.0.14...v1.0.15) (2021-07-13)
9+
10+
11+
### Bug Fixes
12+
13+
* add yarn lockfile to git ignore ([156492c](https://github.com/CoCreate-app/CoCreate-render/commit/156492c26448ea9d8e28a084236879a1393a9b50))
14+
* remove yarn.lock ([f39a86a](https://github.com/CoCreate-app/CoCreate-render/commit/f39a86a7028f8920c3cac5f466a5f75040fbee66))
15+
116
## [1.0.14](https://github.com/CoCreate-app/CoCreate-render/compare/v1.0.13...v1.0.14) (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/render",
3-
"version": "1.0.14",
3+
"version": "1.0.16",
44
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"render",
@@ -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)