From 6e4780a0a95993d6e24b87558c0ca253012819d2 Mon Sep 17 00:00:00 2001 From: Alon Peretz <8467965+alonp99@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:02:08 +0300 Subject: [PATCH] chore(bump): version bump --- apps/backoffice-v2/CHANGELOG.md | 13 +++++++++++++ apps/backoffice-v2/package.json | 18 +++++++++--------- apps/kyb-app/CHANGELOG.md | 11 +++++++++++ apps/kyb-app/package.json | 14 +++++++------- apps/workflows-dashboard/CHANGELOG.md | 9 +++++++++ apps/workflows-dashboard/package.json | 10 +++++----- examples/headless-example/CHANGELOG.md | 9 +++++++++ examples/headless-example/package.json | 6 +++--- .../report-generation-example/CHANGELOG.md | 8 ++++++++ .../report-generation-example/package.json | 4 ++-- packages/blocks/CHANGELOG.md | 8 ++++++++ packages/blocks/package.json | 8 ++++---- packages/common/CHANGELOG.md | 6 ++++++ packages/common/package.json | 6 +++--- packages/config/CHANGELOG.md | 6 ++++++ packages/config/package.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 8 ++++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/react-pdf-toolkit/CHANGELOG.md | 9 +++++++++ packages/react-pdf-toolkit/package.json | 6 +++--- packages/rules-engine/CHANGELOG.md | 6 ++++++ packages/rules-engine/package.json | 6 +++--- packages/ui/CHANGELOG.md | 8 ++++++++ packages/ui/package.json | 8 ++++---- packages/workflow-core/CHANGELOG.md | 8 ++++++++ packages/workflow-core/package.json | 8 ++++---- sdks/web-ui-sdk/CHANGELOG.md | 8 ++++++++ sdks/web-ui-sdk/package.json | 4 ++-- sdks/workflow-browser-sdk/CHANGELOG.md | 9 +++++++++ sdks/workflow-browser-sdk/package.json | 10 +++++----- sdks/workflow-node-sdk/CHANGELOG.md | 8 ++++++++ sdks/workflow-node-sdk/package.json | 8 ++++---- services/websocket-service/CHANGELOG.md | 6 ++++++ services/websocket-service/package.json | 2 +- services/workflows-service/CHANGELOG.md | 10 ++++++++++ services/workflows-service/package.json | 12 ++++++------ .../workflows-service/prisma/data-migrations | 2 +- websites/docs/package.json | 6 +++--- 40 files changed, 229 insertions(+), 73 deletions(-) diff --git a/apps/backoffice-v2/CHANGELOG.md b/apps/backoffice-v2/CHANGELOG.md index 15a3849ad..8cbb9ef66 100644 --- a/apps/backoffice-v2/CHANGELOG.md +++ b/apps/backoffice-v2/CHANGELOG.md @@ -1,5 +1,18 @@ # @ballerine/backoffice-v2 +## 0.7.49 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/blocks@0.2.20 + - @ballerine/common@0.9.34 + - @ballerine/react-pdf-toolkit@1.2.34 + - @ballerine/ui@0.5.34 + - @ballerine/workflow-browser-sdk@0.6.46 + - @ballerine/workflow-node-sdk@0.6.46 + ## 0.7.48 ### Patch Changes diff --git a/apps/backoffice-v2/package.json b/apps/backoffice-v2/package.json index c65e0c1a9..59276fbbd 100644 --- a/apps/backoffice-v2/package.json +++ b/apps/backoffice-v2/package.json @@ -1,6 +1,6 @@ { "name": "@ballerine/backoffice-v2", - "version": "0.7.48", + "version": "0.7.49", "description": "Ballerine - Backoffice", "homepage": "https://github.com/ballerine-io/ballerine", "repository": { @@ -50,12 +50,12 @@ "preview": "vite preview" }, "dependencies": { - "@ballerine/blocks": "0.2.19", - "@ballerine/common": "0.9.33", - "@ballerine/react-pdf-toolkit": "^1.2.33", - "@ballerine/ui": "^0.5.33", - "@ballerine/workflow-browser-sdk": "0.6.45", - "@ballerine/workflow-node-sdk": "0.6.45", + "@ballerine/blocks": "0.2.20", + "@ballerine/common": "0.9.34", + "@ballerine/react-pdf-toolkit": "^1.2.34", + "@ballerine/ui": "^0.5.34", + "@ballerine/workflow-browser-sdk": "0.6.46", + "@ballerine/workflow-node-sdk": "0.6.46", "@botpress/webchat": "^2.1.10", "@botpress/webchat-generator": "^0.2.9", "@fontsource/inter": "^4.5.15", @@ -126,8 +126,8 @@ "zod": "^3.22.3" }, "devDependencies": { - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config-react": "^2.0.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config-react": "^2.0.18", "@cspell/cspell-types": "^6.31.1", "@faker-js/faker": "^7.6.0", "@playwright/test": "^1.32.1", diff --git a/apps/kyb-app/CHANGELOG.md b/apps/kyb-app/CHANGELOG.md index 41a444a2b..68070f79d 100644 --- a/apps/kyb-app/CHANGELOG.md +++ b/apps/kyb-app/CHANGELOG.md @@ -1,5 +1,16 @@ # kyb-app +## 0.3.59 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/blocks@0.2.20 + - @ballerine/common@0.9.34 + - @ballerine/ui@0.5.34 + - @ballerine/workflow-browser-sdk@0.6.46 + ## 0.3.58 ### Patch Changes diff --git a/apps/kyb-app/package.json b/apps/kyb-app/package.json index d56ab282d..46e02b4af 100644 --- a/apps/kyb-app/package.json +++ b/apps/kyb-app/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/kyb-app", "private": true, - "version": "0.3.58", + "version": "0.3.59", "type": "module", "scripts": { "dev": "vite", @@ -14,10 +14,10 @@ "test:dev": "vitest" }, "dependencies": { - "@ballerine/blocks": "0.2.19", - "@ballerine/common": "^0.9.33", - "@ballerine/ui": "0.5.33", - "@ballerine/workflow-browser-sdk": "0.6.45", + "@ballerine/blocks": "0.2.20", + "@ballerine/common": "^0.9.34", + "@ballerine/ui": "0.5.34", + "@ballerine/workflow-browser-sdk": "0.6.46", "@lukemorales/query-key-factory": "^1.0.3", "@radix-ui/react-icons": "^1.3.0", "@rjsf/core": "^5.9.0", @@ -62,8 +62,8 @@ "zod": "^3.21.4" }, "devDependencies": { - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config-react": "^2.0.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config-react": "^2.0.18", "@jest/globals": "^29.7.0", "@sentry/vite-plugin": "^2.9.0", "@testing-library/jest-dom": "^6.1.4", diff --git a/apps/workflows-dashboard/CHANGELOG.md b/apps/workflows-dashboard/CHANGELOG.md index bcf587e74..17b7c1798 100644 --- a/apps/workflows-dashboard/CHANGELOG.md +++ b/apps/workflows-dashboard/CHANGELOG.md @@ -1,5 +1,14 @@ # @ballerine/workflows-dashboard +## 0.2.18 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + - @ballerine/ui@0.5.34 + ## 0.2.17 ### Patch Changes diff --git a/apps/workflows-dashboard/package.json b/apps/workflows-dashboard/package.json index 8ecbe6092..9edf12aac 100644 --- a/apps/workflows-dashboard/package.json +++ b/apps/workflows-dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/workflows-dashboard", "private": false, - "version": "0.2.17", + "version": "0.2.18", "type": "module", "scripts": { "spellcheck": "cspell \"*\"", @@ -14,8 +14,8 @@ "test": "NODE_ENV=test jest" }, "dependencies": { - "@ballerine/common": "^0.9.33", - "@ballerine/ui": "^0.5.33", + "@ballerine/common": "^0.9.34", + "@ballerine/ui": "^0.5.34", "@lukemorales/query-key-factory": "^1.0.3", "@radix-ui/react-avatar": "^1.0.3", "@radix-ui/react-dialog": "1.0.4", @@ -62,8 +62,8 @@ "zod": "^3.22.3" }, "devDependencies": { - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config-react": "^2.0.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config-react": "^2.0.18", "@cspell/cspell-types": "^6.31.1", "@types/axios": "^0.14.0", "@types/classnames": "^2.3.1", diff --git a/examples/headless-example/CHANGELOG.md b/examples/headless-example/CHANGELOG.md index 51292a757..bf7e4e498 100644 --- a/examples/headless-example/CHANGELOG.md +++ b/examples/headless-example/CHANGELOG.md @@ -1,5 +1,14 @@ # @ballerine/headless-example +## 0.3.45 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + - @ballerine/workflow-browser-sdk@0.6.46 + ## 0.3.44 ### Patch Changes diff --git a/examples/headless-example/package.json b/examples/headless-example/package.json index 29a30a444..9dff1fc44 100644 --- a/examples/headless-example/package.json +++ b/examples/headless-example/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/headless-example", "private": true, - "version": "0.3.44", + "version": "0.3.45", "type": "module", "scripts": { "spellcheck": "cspell \"*\"", @@ -34,8 +34,8 @@ "vite": "^4.5.3" }, "dependencies": { - "@ballerine/common": "0.9.33", - "@ballerine/workflow-browser-sdk": "0.6.45", + "@ballerine/common": "0.9.34", + "@ballerine/workflow-browser-sdk": "0.6.46", "@felte/reporter-svelte": "^1.1.5", "@felte/validator-zod": "^1.0.13", "@fontsource/inter": "^4.5.15", diff --git a/examples/report-generation-example/CHANGELOG.md b/examples/report-generation-example/CHANGELOG.md index 5f2e4fdba..31d0fe06c 100644 --- a/examples/report-generation-example/CHANGELOG.md +++ b/examples/report-generation-example/CHANGELOG.md @@ -1,5 +1,13 @@ # @ballerine/report-generation-example +## 0.2.17 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/react-pdf-toolkit@1.2.34 + ## 0.2.16 ### Patch Changes diff --git a/examples/report-generation-example/package.json b/examples/report-generation-example/package.json index f943681a1..9d773bf12 100644 --- a/examples/report-generation-example/package.json +++ b/examples/report-generation-example/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/report-generation-example", "private": false, - "version": "0.2.16", + "version": "0.2.17", "type": "module", "scripts": { "dev": "vite", @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@ballerine/react-pdf-toolkit": "^1.2.33", + "@ballerine/react-pdf-toolkit": "^1.2.34", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 0684e3229..995f26901 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,13 @@ # @ballerine/blocks +## 0.2.20 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + ## 0.2.19 ### Patch Changes diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 83d23113d..bcff73f7c 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -2,7 +2,7 @@ "private": false, "name": "@ballerine/blocks", "author": "Ballerine ", - "version": "0.2.19", + "version": "0.2.20", "description": "blocks", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js", @@ -42,8 +42,8 @@ "@babel/preset-env": "7.16.11", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "7.16.7", - "@ballerine/eslint-config": "^1.1.17", - "@ballerine/config": "^1.1.17", + "@ballerine/eslint-config": "^1.1.18", + "@ballerine/config": "^1.1.18", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "13.2.1", @@ -90,6 +90,6 @@ "vitest": "^0.33.0" }, "dependencies": { - "@ballerine/common": "^0.9.33" + "@ballerine/common": "^0.9.34" } } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 96a98ad5c..5659a9028 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,11 @@ # @ballerine/common +## 0.9.34 + +### Patch Changes + +- Bump + ## 0.9.33 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 946643924..0fc1501fe 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -2,7 +2,7 @@ "private": false, "name": "@ballerine/common", "author": "Ballerine ", - "version": "0.9.33", + "version": "0.9.34", "description": "common", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js", @@ -38,8 +38,8 @@ "@babel/core": "7.17.9", "@babel/preset-env": "7.16.11", "@babel/preset-typescript": "7.16.7", - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config": "^1.1.18", "@cspell/cspell-types": "^6.31.1", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "^24.0.1", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 3831dfc07..12d7f38c6 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @ballerine/config +## 1.1.18 + +### Patch Changes + +- Bump + ## 1.1.17 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index a597d76a1..b04cb08dc 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@ballerine/config", - "version": "1.1.17", + "version": "1.1.18", "description": "", "main": "index.js", "scripts": {}, diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index d2876c446..e1937bdf2 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @ballerine/eslint-config-react +## 2.0.18 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/eslint-config@1.1.18 + ## 2.0.17 ### Patch Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 47eda9a16..32932297c 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@ballerine/eslint-config-react", - "version": "2.0.17", + "version": "2.0.18", "description": "", "main": "index.js", "scripts": {}, @@ -10,7 +10,7 @@ "license": "ISC", "peerDependencies": { "eslint-plugin-react": "^7.33.2", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/eslint-config": "^1.1.18", "eslint-plugin-react-hooks": "^4.6.0" } } diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 52e7f91e0..d4ee9ba7e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @ballerine/eslint-config +## 1.1.18 + +### Patch Changes + +- Bump + ## 1.1.17 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f1f62be0d..6610cb682 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@ballerine/eslint-config", - "version": "1.1.17", + "version": "1.1.18", "description": "", "main": "index.js", "scripts": {}, diff --git a/packages/react-pdf-toolkit/CHANGELOG.md b/packages/react-pdf-toolkit/CHANGELOG.md index 81705abb8..385203efd 100644 --- a/packages/react-pdf-toolkit/CHANGELOG.md +++ b/packages/react-pdf-toolkit/CHANGELOG.md @@ -1,5 +1,14 @@ # @ballerine/react-pdf-toolkit +## 1.2.34 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/config@1.1.18 + - @ballerine/ui@0.5.34 + ## 1.2.33 ### Patch Changes diff --git a/packages/react-pdf-toolkit/package.json b/packages/react-pdf-toolkit/package.json index 210dde01f..5b79fc0e6 100644 --- a/packages/react-pdf-toolkit/package.json +++ b/packages/react-pdf-toolkit/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/react-pdf-toolkit", "private": false, - "version": "1.2.33", + "version": "1.2.34", "types": "./dist/build.d.ts", "main": "./dist/react-pdf-toolkit.js", "module": "./dist/react-pdf-toolkit.mjs", @@ -26,8 +26,8 @@ "build-storybook": "storybook build" }, "dependencies": { - "@ballerine/config": "^1.1.17", - "@ballerine/ui": "0.5.33", + "@ballerine/config": "^1.1.18", + "@ballerine/ui": "0.5.34", "@react-pdf/renderer": "^3.1.14", "@sinclair/typebox": "^0.31.7", "ajv": "^8.12.0", diff --git a/packages/rules-engine/CHANGELOG.md b/packages/rules-engine/CHANGELOG.md index 35102cf69..ec39f9561 100644 --- a/packages/rules-engine/CHANGELOG.md +++ b/packages/rules-engine/CHANGELOG.md @@ -1,5 +1,11 @@ # @ballerine/rules-engine-lib +## 0.5.18 + +### Patch Changes + +- Bump + ## 0.5.17 ### Patch Changes diff --git a/packages/rules-engine/package.json b/packages/rules-engine/package.json index 10644605a..5474a11d3 100644 --- a/packages/rules-engine/package.json +++ b/packages/rules-engine/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/rules-engine-lib", "author": "Ballerine ", - "version": "0.5.17", + "version": "0.5.18", "description": "rules-engine-lib", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js", @@ -34,9 +34,9 @@ "@babel/core": "7.17.9", "@babel/preset-env": "7.16.11", "@babel/preset-typescript": "7.16.7", - "@ballerine/config": "^1.1.17", + "@ballerine/config": "^1.1.18", "@cspell/cspell-types": "^6.31.1", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/eslint-config": "^1.1.18", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "13.2.1", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 0572749ac..b8b08ad35 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @ballerine/ui +## 0.5.34 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + ## 0.5.33 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 9de04fe61..ad89467ed 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/ui", "private": false, - "version": "0.5.33", + "version": "0.5.34", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "test": "vitest run" }, "dependencies": { - "@ballerine/common": "^0.9.33", + "@ballerine/common": "^0.9.34", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.2", @@ -65,8 +65,8 @@ "zod": "^3.22.4" }, "devDependencies": { - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config-react": "^2.0.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config-react": "^2.0.18", "@cspell/cspell-types": "^6.31.1", "@storybook/addon-essentials": "^7.0.26", "@storybook/addon-interactions": "^7.0.26", diff --git a/packages/workflow-core/CHANGELOG.md b/packages/workflow-core/CHANGELOG.md index a234e2c72..cf2d52858 100644 --- a/packages/workflow-core/CHANGELOG.md +++ b/packages/workflow-core/CHANGELOG.md @@ -1,5 +1,13 @@ # @ballerine/workflow-core +## 0.6.46 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + ## 0.6.45 ### Patch Changes diff --git a/packages/workflow-core/package.json b/packages/workflow-core/package.json index 286a84729..93ff7a8d2 100644 --- a/packages/workflow-core/package.json +++ b/packages/workflow-core/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/workflow-core", "author": "Ballerine ", - "version": "0.6.45", + "version": "0.6.46", "description": "workflow-core", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js", @@ -31,7 +31,7 @@ "node": ">=12" }, "dependencies": { - "@ballerine/common": "0.9.33", + "@ballerine/common": "0.9.34", "ajv": "^8.12.0", "i18n-iso-countries": "^7.6.0", "jmespath": "^0.16.0", @@ -44,8 +44,8 @@ "@babel/core": "7.17.9", "@babel/preset-env": "7.16.11", "@babel/preset-typescript": "7.16.7", - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config": "^1.1.18", "@cspell/cspell-types": "^6.31.1", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "^24.0.1", diff --git a/sdks/web-ui-sdk/CHANGELOG.md b/sdks/web-ui-sdk/CHANGELOG.md index fc6aec66b..1200ef512 100644 --- a/sdks/web-ui-sdk/CHANGELOG.md +++ b/sdks/web-ui-sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # web-ui-sdk +## 1.5.35 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + ## 1.5.34 ### Patch Changes diff --git a/sdks/web-ui-sdk/package.json b/sdks/web-ui-sdk/package.json index 0088f7759..87396c920 100644 --- a/sdks/web-ui-sdk/package.json +++ b/sdks/web-ui-sdk/package.json @@ -21,7 +21,7 @@ "types": "dist/index.d.ts", "name": "@ballerine/web-ui-sdk", "private": false, - "version": "1.5.34", + "version": "1.5.35", "type": "module", "files": [ "dist" @@ -96,7 +96,7 @@ "vitest": "^0.24.5" }, "dependencies": { - "@ballerine/common": "0.9.33", + "@ballerine/common": "0.9.34", "@zerodevx/svelte-toast": "^0.8.0", "compressorjs": "^1.1.1", "deepmerge": "^4.3.0", diff --git a/sdks/workflow-browser-sdk/CHANGELOG.md b/sdks/workflow-browser-sdk/CHANGELOG.md index 7113ca29f..c9b1a39d9 100644 --- a/sdks/workflow-browser-sdk/CHANGELOG.md +++ b/sdks/workflow-browser-sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @ballerine/workflow-browser-sdk +## 0.6.46 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + - @ballerine/workflow-core@0.6.46 + ## 0.6.45 ### Patch Changes diff --git a/sdks/workflow-browser-sdk/package.json b/sdks/workflow-browser-sdk/package.json index c41a88a2e..8c382f521 100644 --- a/sdks/workflow-browser-sdk/package.json +++ b/sdks/workflow-browser-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/workflow-browser-sdk", "author": "Ballerine ", - "version": "0.6.45", + "version": "0.6.46", "description": "workflow-browser-sdk", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js", @@ -33,17 +33,17 @@ "node": ">=12" }, "dependencies": { - "@ballerine/common": "0.9.33", - "@ballerine/workflow-core": "0.6.45", + "@ballerine/common": "0.9.34", + "@ballerine/workflow-core": "0.6.46", "xstate": "^4.37.0" }, "devDependencies": { "@babel/core": "7.17.9", "@babel/preset-env": "7.16.11", "@babel/preset-typescript": "7.16.7", - "@ballerine/config": "^1.1.17", + "@ballerine/config": "^1.1.18", "@cspell/cspell-types": "^6.31.1", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/eslint-config": "^1.1.18", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-json": "^6.0.0", diff --git a/sdks/workflow-node-sdk/CHANGELOG.md b/sdks/workflow-node-sdk/CHANGELOG.md index 32c60ce71..253097c6e 100644 --- a/sdks/workflow-node-sdk/CHANGELOG.md +++ b/sdks/workflow-node-sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @ballerine/workflow-node-sdk +## 0.6.46 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/workflow-core@0.6.46 + ## 0.6.45 ### Patch Changes diff --git a/sdks/workflow-node-sdk/package.json b/sdks/workflow-node-sdk/package.json index 51d258020..c4c3fa109 100644 --- a/sdks/workflow-node-sdk/package.json +++ b/sdks/workflow-node-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/workflow-node-sdk", "author": "Ballerine ", - "version": "0.6.45", + "version": "0.6.46", "description": "workflow-node-sdk", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js", @@ -28,7 +28,7 @@ "node": ">=12" }, "dependencies": { - "@ballerine/workflow-core": "0.6.45", + "@ballerine/workflow-core": "0.6.46", "json-logic-js": "^2.0.2", "xstate": "^4.36.0" }, @@ -36,9 +36,9 @@ "@babel/core": "7.17.9", "@babel/preset-env": "7.16.11", "@babel/preset-typescript": "7.16.7", - "@ballerine/config": "^1.1.17", + "@ballerine/config": "^1.1.18", "@cspell/cspell-types": "^6.31.1", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/eslint-config": "^1.1.18", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-json": "^6.0.0", diff --git a/services/websocket-service/CHANGELOG.md b/services/websocket-service/CHANGELOG.md index defcc64b3..38123057a 100644 --- a/services/websocket-service/CHANGELOG.md +++ b/services/websocket-service/CHANGELOG.md @@ -1,5 +1,11 @@ # @ballerine/websocket-service +## 0.1.18 + +### Patch Changes + +- Bump + ## 0.1.17 ### Patch Changes diff --git a/services/websocket-service/package.json b/services/websocket-service/package.json index f93ce75bf..341badf71 100644 --- a/services/websocket-service/package.json +++ b/services/websocket-service/package.json @@ -1,6 +1,6 @@ { "name": "@ballerine/websocket-service", - "version": "0.1.17", + "version": "0.1.18", "description": "websocket-service", "private": false, "scripts": { diff --git a/services/workflows-service/CHANGELOG.md b/services/workflows-service/CHANGELOG.md index 5200700d1..c86f6ea99 100644 --- a/services/workflows-service/CHANGELOG.md +++ b/services/workflows-service/CHANGELOG.md @@ -1,5 +1,15 @@ # @ballerine/workflows-service +## 0.7.49 + +### Patch Changes + +- Bump +- Updated dependencies + - @ballerine/common@0.9.34 + - @ballerine/workflow-core@0.6.46 + - @ballerine/workflow-node-sdk@0.6.46 + ## 0.7.48 ### Patch Changes diff --git a/services/workflows-service/package.json b/services/workflows-service/package.json index 1432b48ca..8cd6aa41c 100644 --- a/services/workflows-service/package.json +++ b/services/workflows-service/package.json @@ -1,7 +1,7 @@ { "name": "@ballerine/workflows-service", "private": false, - "version": "0.7.48", + "version": "0.7.49", "description": "workflow-service", "scripts": { "spellcheck": "cspell \"*\"", @@ -47,9 +47,9 @@ "@aws-sdk/client-secrets-manager": "^3.620.1", "@aws-sdk/lib-storage": "3.347.1", "@aws-sdk/s3-request-presigner": "3.347.1", - "@ballerine/common": "0.9.33", - "@ballerine/workflow-core": "0.6.45", - "@ballerine/workflow-node-sdk": "0.6.45", + "@ballerine/common": "0.9.34", + "@ballerine/workflow-core": "0.6.46", + "@ballerine/workflow-node-sdk": "0.6.46", "@faker-js/faker": "^7.6.0", "@nestjs/axios": "^2.0.0", "@nestjs/common": "^9.3.12", @@ -108,8 +108,8 @@ "zod": "^3.22.3" }, "devDependencies": { - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config": "^1.1.18", "@cspell/cspell-types": "^6.31.1", "@nestjs/cli": "9.3.0", "@nestjs/swagger": "7.4.0", diff --git a/services/workflows-service/prisma/data-migrations b/services/workflows-service/prisma/data-migrations index 1666912ae..e810f58cf 160000 --- a/services/workflows-service/prisma/data-migrations +++ b/services/workflows-service/prisma/data-migrations @@ -1 +1 @@ -Subproject commit 1666912ae59001a887efdda70beb57804520c88f +Subproject commit e810f58cf3f020290ff9639251d1d9e13d227b48 diff --git a/websites/docs/package.json b/websites/docs/package.json index 3cc9ccf22..4506fbe8f 100644 --- a/websites/docs/package.json +++ b/websites/docs/package.json @@ -17,14 +17,14 @@ "dependencies": { "@astrojs/starlight": "0.11.1", "@astrojs/tailwind": "^4.0.0", - "@ballerine/common": "^0.9.33", + "@ballerine/common": "^0.9.34", "astro": "3.3.3", "sharp": "^0.32.4", "shiki": "^0.14.3" }, "devDependencies": { - "@ballerine/config": "^1.1.17", - "@ballerine/eslint-config": "^1.1.17", + "@ballerine/config": "^1.1.18", + "@ballerine/eslint-config": "^1.1.18", "eslint": "^8.46.0", "eslint-config-prettier": "^9.0.0", "eslint-config-standard-with-typescript": "^37.0.0",