Skip to content

Commit

Permalink
chore(release): 2.168.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.168.0](v2.167.1...v2.168.0) (2023-11-17)

### Bug Fixes

* checks empty value in contains ([06aee0b](06aee0b))
* properly display error msg in table header ([5f2e7a7](5f2e7a7))
* show placeholder img when using data/url var ([07a9d51](07a9d51))

### Features

* add debounceDelay option for onChange ([8fea131](8fea131))
* allow to disable preload children in dialog ([ee85bbf](ee85bbf))
* introduce spc1 ([90e2be0](90e2be0))
  • Loading branch information
semantic-release-bot committed Nov 17, 2023
1 parent 4a6844d commit accfdf6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.168.0](https://github.com/bettyblocks/material-ui-component-set/compare/v2.167.1...v2.168.0) (2023-11-17)


### Bug Fixes

* checks empty value in contains ([06aee0b](https://github.com/bettyblocks/material-ui-component-set/commit/06aee0bd9107580ab38c397ececffb044eccae1c))
* properly display error msg in table header ([5f2e7a7](https://github.com/bettyblocks/material-ui-component-set/commit/5f2e7a76302c42a63cecf5b73db21b6e9c5e6c86))
* show placeholder img when using data/url var ([07a9d51](https://github.com/bettyblocks/material-ui-component-set/commit/07a9d51d4e5356e398d5793771cb17005f02e5eb))


### Features

* add debounceDelay option for onChange ([8fea131](https://github.com/bettyblocks/material-ui-component-set/commit/8fea131ce958978c365049dfe4e8e1be35175159))
* allow to disable preload children in dialog ([ee85bbf](https://github.com/bettyblocks/material-ui-component-set/commit/ee85bbf1d6ca40620f44862da1843378626447e9))
* introduce spc1 ([90e2be0](https://github.com/bettyblocks/material-ui-component-set/commit/90e2be0641a9c8649b1d2e2af776bda0ae24f277))

## [2.167.1](https://github.com/bettyblocks/material-ui-component-set/compare/v2.167.0...v2.167.1) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "component-set",
"version": "2.167.1",
"version": "2.168.0",
"main": "dist/templates.json",
"license": "UNLICENSED",
"private": false,
Expand Down

0 comments on commit accfdf6

Please sign in to comment.