Skip to content

Commit 4e8c0ce

Browse files
chore(release): 1.5.10 [skip ci]
## [1.5.10](v1.5.9...v1.5.10) (2023-05-19) ### Bug Fixes * update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([816e5dc](816e5dc))
1 parent 816e5dc commit 4e8c0ce

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.10](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.9...v1.5.10) (2023-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([816e5dc](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/816e5dc46ae790927d473f96aee2c10cb00fdddd))
7+
18
## [1.5.9](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.8...v1.5.9) (2023-05-10)
29

310

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.5.9",
3+
"version": "1.5.10",
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",
@@ -64,4 +64,4 @@
6464
"@cocreate/observer": "^1.7.8",
6565
"@cocreate/utils": "^1.20.8"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)