Skip to content

Commit

Permalink
Merge branch 'task/introduce-optionTemplates-PAGE-4926' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
michel committed Dec 16, 2024
2 parents 334c737 + df3fd78 commit 2f177a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.198.2](https://github.com/bettyblocks/material-ui-component-set/compare/v2.198.1...v2.198.2) (2024-12-11)


### Bug Fixes

* use correct operator ([1d9a90c](https://github.com/bettyblocks/material-ui-component-set/commit/1d9a90c3ae65731e26ad15f6a32b2bf8eb22eaed))

## [2.198.1](https://github.com/bettyblocks/material-ui-component-set/compare/v2.198.0...v2.198.1) (2024-11-29)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "component-set",
"version": "2.198.1",
"version": "2.198.2",
"main": "dist/templates.json",
"license": "UNLICENSED",
"private": false,
"devDependencies": {
"@betty-blocks/cli": "^25.99.0",
"@betty-blocks/cli": "^25.101.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-angular": "^16.0.0",
"@semantic-release/changelog": "^6.0.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dist"
],
"dependencies": {
"@betty-blocks/component-sdk": "^1.86.0",
"@betty-blocks/component-sdk": "^1.86.1",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.11.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@betty-blocks/cli@^25.99.0":
version "25.99.0"
resolved "https://registry.yarnpkg.com/@betty-blocks/cli/-/cli-25.99.0.tgz#93b4a90910e9c10893e6380d602c0761432b4b16"
integrity sha512-3KgXeCiy8YwibOmoepPUcFnr+sFA366boxiQ/Qf3U9E/ypuAam2AyPnSMKD/piDYjr+XLcMaTLd2+wsChIOQvA==
"@betty-blocks/cli@^25.101.0":
version "25.101.0"
resolved "https://registry.yarnpkg.com/@betty-blocks/cli/-/cli-25.101.0.tgz#953cab8d28e114b17750799825934569f873aad0"
integrity sha512-l1RwNnkqxYRh6EjdoUQmgpr4ieraQaShj5l7MN8PRfBz6mYESpRhhPNg/wDDFhDt03v7tABGjz1uCh0IeI4EFA==
dependencies:
"@azure/ms-rest-js" "^2.0.4"
"@azure/storage-blob" "^10.3.0"
Expand Down Expand Up @@ -197,10 +197,10 @@
optionalDependencies:
isolated-vm "^4.0.0"

"@betty-blocks/component-sdk@^1.86.0":
version "1.86.0"
resolved "https://registry.yarnpkg.com/@betty-blocks/component-sdk/-/component-sdk-1.86.0.tgz#761da52567c01ea5285edb474596fae00ad840e0"
integrity sha512-2jZMjxSunK/n6/54aXz++bPgoZqKtyykcorli6DzkScnrrNmsPcKv2WBuhjfExO8y+s47qRHywwdpho3IOE7uw==
"@betty-blocks/component-sdk@^1.86.1":
version "1.86.1"
resolved "https://registry.yarnpkg.com/@betty-blocks/component-sdk/-/component-sdk-1.86.1.tgz#f6d3a8bfafa92e99145ad26fb8826eaa941867b0"
integrity sha512-ClXiRk4ihbocKOrr5pvBCD3qwW3jQkUmKLTYKM6FnVEwTHB3Sw1PoekIMdYTmHIhhG755ICTJJHELXdd4nLydw==

"@colors/[email protected]":
version "1.5.0"
Expand Down

0 comments on commit 2f177a5

Please sign in to comment.