diff --git a/apps/backoffice-v2/CHANGELOG.md b/apps/backoffice-v2/CHANGELOG.md index 927b616f20..a8ea4f8f56 100644 --- a/apps/backoffice-v2/CHANGELOG.md +++ b/apps/backoffice-v2/CHANGELOG.md @@ -1,5 +1,26 @@ # @ballerine/backoffice-v2 +## 0.7.77 + +### Patch Changes + +- bump +- Updated dependencies + - @ballerine/blocks@0.2.28 + - @ballerine/common@0.9.55 + - @ballerine/react-pdf-toolkit@1.2.48 + - @ballerine/ui@0.5.48 + - @ballerine/workflow-browser-sdk@0.6.73 + - @ballerine/workflow-node-sdk@0.6.73 + +## 0.7.76 + +### Patch Changes + +- Updated dependencies + - @ballerine/workflow-browser-sdk@0.6.72 + - @ballerine/workflow-node-sdk@0.6.72 + ## 0.7.75 ### Patch Changes @@ -107,6 +128,12 @@ - bump - Updated dependencies + - @ballerine/react-pdf-toolkit@1.2.40 + - @ballerine/workflow-browser-sdk@0.6.56 + - @ballerine/workflow-node-sdk@0.6.56 + - @ballerine/common@0.9.44 + - @ballerine/ui@0.5.40 + - @ballerine/blocks@0.2.24 - @ballerine/ui@0.5.43 - @ballerine/react-pdf-toolkit@1.2.43 diff --git a/apps/backoffice-v2/package.json b/apps/backoffice-v2/package.json index 4e0620effc..75a176c3ee 100644 --- a/apps/backoffice-v2/package.json +++ b/apps/backoffice-v2/package.json @@ -1,6 +1,6 @@ { "name": "@ballerine/backoffice-v2", - "version": "0.7.75", + "version": "0.7.77", "description": "Ballerine - Backoffice", "homepage": "https://github.com/ballerine-io/ballerine", "type": "module", @@ -51,12 +51,12 @@ "preview": "vite preview" }, "dependencies": { - "@ballerine/blocks": "0.2.27", - "@ballerine/common": "0.9.54", - "@ballerine/react-pdf-toolkit": "^1.2.47", - "@ballerine/ui": "^0.5.47", - "@ballerine/workflow-browser-sdk": "0.6.71", - "@ballerine/workflow-node-sdk": "0.6.71", + "@ballerine/blocks": "0.2.28", + "@ballerine/common": "0.9.55", + "@ballerine/react-pdf-toolkit": "^1.2.48", + "@ballerine/ui": "^0.5.48", + "@ballerine/workflow-browser-sdk": "0.6.73", + "@ballerine/workflow-node-sdk": "0.6.73", "@botpress/webchat": "^2.1.10", "@botpress/webchat-generator": "^0.2.9", "@fontsource/inter": "^4.5.15", @@ -147,8 +147,8 @@ "zod": "^3.22.3" }, "devDependencies": { - "@ballerine/config": "^1.1.25", - "@ballerine/eslint-config-react": "^2.0.25", + "@ballerine/config": "^1.1.26", + "@ballerine/eslint-config-react": "^2.0.26", "@cspell/cspell-types": "^6.31.1", "@faker-js/faker": "^7.6.0", "@playwright/test": "^1.32.1", diff --git a/apps/backoffice-v2/src/pages/MerchantMonitoringCreateCheck/MerchantMonitoringCreateCheck.page.tsx b/apps/backoffice-v2/src/pages/MerchantMonitoringCreateCheck/MerchantMonitoringCreateCheck.page.tsx index 28e32e9cb2..0d0cfa8c25 100644 --- a/apps/backoffice-v2/src/pages/MerchantMonitoringCreateCheck/MerchantMonitoringCreateCheck.page.tsx +++ b/apps/backoffice-v2/src/pages/MerchantMonitoringCreateCheck/MerchantMonitoringCreateCheck.page.tsx @@ -52,7 +52,6 @@ export const MerchantMonitoringCreateCheckPage: FunctionComponent = () => {