Skip to content

Commit df9a42e

Browse files
chore(release): 1.3.31 [skip ci]
## [1.3.31](v1.3.30...v1.3.31) (2022-12-13) ### Bug Fixes * bump dependencies ([3696e16](3696e16))
1 parent 3696e16 commit df9a42e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.31](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.3.30...v1.3.31) (2022-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([3696e16](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/3696e16f300737874bf95cda1a3a1a59cf1c21e7))
7+
18
## [1.3.30](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.3.29...v1.3.30) (2022-12-12)
29

310

Diff for: package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.3.30",
3+
"version": "1.3.31",
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",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",

0 commit comments

Comments
 (0)