Skip to content

Commit 7c04c4f

Browse files
chore(release): 1.8.2 [skip ci]
## [1.8.2](v1.8.1...v1.8.2) (2023-09-18) ### Bug Fixes * Add path and pathname ([f4fe590](f4fe590)) * Update CoCreate depndencies to latest versions ([6c21309](6c21309))
1 parent 6c21309 commit 7c04c4f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.8.2](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.8.1...v1.8.2) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([f4fe590](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/f4fe590336d0c68629961a242e8c03d8496a9354))
7+
* Update CoCreate depndencies to latest versions ([6c21309](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/6c213098b80843965fd6fda9c29ee8a71745bd0f))
8+
19
## [1.8.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.8.0...v1.8.1) (2023-08-21)
210

311

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
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",
@@ -62,4 +62,4 @@
6262
"@cocreate/observer": "^1.11.1",
6363
"@cocreate/utils": "^1.24.1"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)