diff --git a/CHANGELOG.md b/CHANGELOG.md index f237aa28e..49dfcd842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -# [2.164.0](https://github.com/bettyblocks/material-ui-component-set/compare/v2.163.0...v2.164.0) (2023-10-16) +# [2.165.0](https://github.com/bettyblocks/material-ui-component-set/compare/v2.164.0...v2.165.0) (2023-10-17) + + +### Bug Fixes + +* existing var ([25b3a8d](https://github.com/bettyblocks/material-ui-component-set/commit/25b3a8d9cbe1831ab29c9e729449fcad2aeabc29)) + + +### Features + +* fix checkbox for state values ([5e9eced](https://github.com/bettyblocks/material-ui-component-set/commit/5e9eced617d3bd8d2301a59b84e86883a2ffd998)) + +## [2.163.1](https://github.com/bettyblocks/material-ui-component-set/compare/v2.163.0...v2.163.1) (2023-10-13) ### Bug Fixes diff --git a/package.json b/package.json index 22234372d..131a8ccf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "component-set", - "version": "2.164.0", + "version": "2.165.0", "main": "dist/templates.json", "license": "UNLICENSED", "private": false,