Skip to content

Commit b064e40

Browse files
committed
merge
2 parents 09e9fe9 + 875e4a1 commit b064e40

File tree

4 files changed

+18
-3330
lines changed

4 files changed

+18
-3330
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-conditional-logic/compare/v1.0.19...v1.0.20) (2021-07-14)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade all packages ([14912e7](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/14912e71ce94a8f05a3e5a0fd46ec13df30d97ac))
7+
8+
## [1.0.19](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.0.18...v1.0.19) (2021-07-13)
9+
10+
11+
### Bug Fixes
12+
13+
* add yarn lockfile to git ignore ([09ce395](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/09ce395954c9e91096e901b381bb9e2fdd89d288))
14+
* remove yarn.lock ([cfe4906](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/cfe4906e44932fedaec2d41289438509b56b4d40))
15+
116
## [1.0.18](https://github.com/CoCreate-app/CoCreate-conditional-logic/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/conditional-logic",
3-
"version": "1.0.18",
3+
"version": "1.0.20",
44
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.",
55
"keywords": [
66
"conditional-logic",
@@ -61,7 +61,7 @@
6161
"webpack-log": "^3.0.1"
6262
},
6363
"dependencies": {
64-
"@cocreate/docs": "^1.1.29",
64+
"@cocreate/docs": "^1.1.32",
6565
"@cocreate/observer": "^1.2.8",
6666
"@cocreate/utils": "^1.0.16"
6767
}

0 commit comments

Comments
 (0)