Skip to content

Commit

Permalink
chore(release): 1.5.10 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed May 19, 2023
1 parent 816e5dc commit 4e8c0ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.10](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/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](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/816e5dc46ae790927d473f96aee2c10cb00fdddd))

## [1.5.9](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.8...v1.5.9) (2023-05-10)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/conditional-logic",
"version": "1.5.9",
"version": "1.5.10",
"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.",
"keywords": [
"conditional-logic",
Expand Down Expand Up @@ -64,4 +64,4 @@
"@cocreate/observer": "^1.7.8",
"@cocreate/utils": "^1.20.8"
}
}
}

0 comments on commit 4e8c0ce

Please sign in to comment.