Skip to content

Commit

Permalink
Merge pull request #3535 from bettyblocks/acceptance
Browse files Browse the repository at this point in the history
Acceptance into Master
  • Loading branch information
M-Ryan92 authored Nov 20, 2024
2 parents 76a46dd + 34d4983 commit 1b48262
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.197.1](https://github.com/bettyblocks/material-ui-component-set/compare/v2.197.0...v2.197.1) (2024-11-19)


### Bug Fixes

* add property in prepareInput helper in richTextInput ([4f985ca](https://github.com/bettyblocks/material-ui-component-set/commit/4f985ca028af976d9beb0bf9b91745f2aa1e3e4c))
* add property in prepareInput helper in textInput ([f30e1c9](https://github.com/bettyblocks/material-ui-component-set/commit/f30e1c9d6b30181872a0044e2553e1b21cb2f272))

# [2.197.0](https://github.com/bettyblocks/material-ui-component-set/compare/v2.196.2...v2.197.0) (2024-11-13)


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.197.0",
"version": "2.197.1",
"main": "dist/templates.json",
"license": "UNLICENSED",
"private": false,
Expand Down
1 change: 1 addition & 0 deletions src/prefabs/richTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ const beforeCreate = ({
variableName,
kind,
propertyKind,
propertyResponse?.data?.property,
);

const newPrefab = { ...originalPrefab };
Expand Down
1 change: 1 addition & 0 deletions src/prefabs/textinput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ const beforeCreate = ({
variableName,
kind,
propertyKind,
propertyResponse?.data?.property,
);

const newPrefab = { ...originalPrefab };
Expand Down

0 comments on commit 1b48262

Please sign in to comment.