Skip to content

Commit

Permalink
chore(release): bump versions for multiple packages
Browse files Browse the repository at this point in the history
- Update package versions for workflow-browser-sdk and workflow-node-sdk to 0.6.70
- Bump backoffice-v2, kyb-app, headless-example, and workflows-service to latest versions

ersion bumps are solid, but let's hope the code isn't as old as these dependencies!)
  • Loading branch information
tomer-shvadron committed Nov 27, 2024
1 parent 2972abf commit 9c303f1
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 25 deletions.
7 changes: 7 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/backoffice-v2

## 0.7.74

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.70
- @ballerine/workflow-node-sdk@0.6.70

## 0.7.73

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerine/backoffice-v2",
"version": "0.7.73",
"version": "0.7.74",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@ballerine/common": "0.9.53",
"@ballerine/react-pdf-toolkit": "^1.2.47",
"@ballerine/ui": "^0.5.47",
"@ballerine/workflow-browser-sdk": "0.6.69",
"@ballerine/workflow-node-sdk": "0.6.69",
"@ballerine/workflow-browser-sdk": "0.6.70",
"@ballerine/workflow-node-sdk": "0.6.70",
"@botpress/webchat": "^2.1.10",
"@botpress/webchat-generator": "^0.2.9",
"@fontsource/inter": "^4.5.15",
Expand Down
6 changes: 6 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# kyb-app

## 0.3.85

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.70

## 0.3.84

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/kyb-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/kyb-app",
"private": true,
"version": "0.3.84",
"version": "0.3.85",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,7 +18,7 @@
"@ballerine/blocks": "0.2.27",
"@ballerine/common": "^0.9.53",
"@ballerine/ui": "0.5.47",
"@ballerine/workflow-browser-sdk": "0.6.69",
"@ballerine/workflow-browser-sdk": "0.6.70",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/headless-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/headless-example

## 0.3.69

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.70

## 0.3.68

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/headless-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/headless-example",
"private": true,
"version": "0.3.68",
"version": "0.3.69",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@ballerine/common": "0.9.53",
"@ballerine/workflow-browser-sdk": "0.6.69",
"@ballerine/workflow-browser-sdk": "0.6.70",
"@felte/reporter-svelte": "^1.1.5",
"@felte/validator-zod": "^1.0.13",
"@fontsource/inter": "^4.5.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/workflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/workflow-core

## 0.6.70

### Patch Changes

- version bump

## 0.6.69

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflow-core",
"author": "Ballerine <[email protected]>",
"version": "0.6.69",
"version": "0.6.70",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ export const BALLERINE_API_PLUGIN_FACTORY = {
vendor: 'dow-jones',
${getKycEntityMapping(options.takeEntityDetailFromKyc)}
${options.dataMapping || ''}
dateOfBirth: ${options.dateOfBirth ? `'${options.dateOfBirth}'` : `'1990-01-01'`},
dateOfBirth: ${
options.dateOfBirth ? `'${options.dateOfBirth.split('T')[0]}'` : `'1990-01-01'`
},
ongoingMonitoring: ${options.ongoingMonitoring || false ? 'true' : 'false'},
endUserId: join('__', [entity.ballerineEntityId, '']),
clientId: clientId,
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdks/workflow-browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/workflow-browser-sdk

## 0.6.70

### Patch Changes

- Updated dependencies
- @ballerine/workflow-core@0.6.70

## 0.6.69

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions sdks/workflow-browser-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflow-browser-sdk",
"author": "Ballerine <[email protected]>",
"version": "0.6.69",
"version": "0.6.70",
"description": "workflow-browser-sdk",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@ballerine/common": "0.9.53",
"@ballerine/workflow-core": "0.6.69",
"@ballerine/workflow-core": "0.6.70",
"xstate": "^4.37.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions sdks/workflow-node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/workflow-node-sdk

## 0.6.70

### Patch Changes

- Updated dependencies
- @ballerine/workflow-core@0.6.70

## 0.6.69

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions sdks/workflow-node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflow-node-sdk",
"author": "Ballerine <[email protected]>",
"version": "0.6.69",
"version": "0.6.70",
"description": "workflow-node-sdk",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand All @@ -28,7 +28,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/workflow-core": "0.6.69",
"@ballerine/workflow-core": "0.6.70",
"json-logic-js": "^2.0.2",
"xstate": "^4.36.0"
},
Expand Down
9 changes: 9 additions & 0 deletions services/workflows-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/workflows-service

## 0.7.74

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/workflow-core@0.6.70
- @ballerine/workflow-node-sdk@0.6.70

## 0.7.73

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions services/workflows-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflows-service",
"private": false,
"version": "0.7.73",
"version": "0.7.74",
"description": "workflow-service",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@aws-sdk/lib-storage": "3.347.1",
"@aws-sdk/s3-request-presigner": "3.347.1",
"@ballerine/common": "0.9.53",
"@ballerine/workflow-core": "0.6.69",
"@ballerine/workflow-node-sdk": "0.6.69",
"@ballerine/workflow-core": "0.6.70",
"@ballerine/workflow-node-sdk": "0.6.70",
"@faker-js/faker": "^7.6.0",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.3.12",
Expand Down
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations

0 comments on commit 9c303f1

Please sign in to comment.