Skip to content

Commit 5dc699b

Browse files
chore(release): 1.5.5 [skip ci]
## [1.5.5](v1.5.4...v1.5.5) (2023-04-30) ### Bug Fixes * fullscreen target updated to fullscreen fullscreen-target ([cd85901](cd85901)) * package-lock.json and pnpm-lock.yaml added to .gitignore ([041174f](041174f)) * removed app.js ([91bc5fb](91bc5fb)) * removed toogle fullscreen icons. now using css content ([255b630](255b630))
1 parent 91bc5fb commit 5dc699b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.5.5](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.4...v1.5.5) (2023-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fullscreen target updated to fullscreen fullscreen-target ([cd85901](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/cd85901ba7997db0e1b1005d14768781479cc331))
7+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([041174f](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/041174f13b823f17bd329901a653cdb9ae635980))
8+
* removed app.js ([91bc5fb](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/91bc5fb12d30f12c37b185265605632b4b4c6558))
9+
* removed toogle fullscreen icons. now using css content ([255b630](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/255b630b2a4bf0e2a73236276598fd6e921f8b25))
10+
111
## [1.5.4](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.3...v1.5.4) (2023-04-24)
212

313

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
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",

0 commit comments

Comments
 (0)