Skip to content

Commit

Permalink
fix kyc
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Aug 9, 2023
1 parent 9cc9849 commit 0766f7e
Show file tree
Hide file tree
Showing 32 changed files with 211 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-hats-wave.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ballerine/backoffice-v2

## 0.4.9

### Patch Changes

- Package update
- Updated dependencies
- @ballerine/workflow-browser-sdk@0.4.20
- @ballerine/workflow-node-sdk@0.4.14
- @ballerine/common@0.5.17
- @ballerine/ui@0.2.9

## 0.4.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.4.8",
"version": "0.4.9",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"repository": {
Expand Down Expand Up @@ -48,10 +48,10 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@ballerine/common": "0.5.16",
"@ballerine/ui": "0.2.8",
"@ballerine/workflow-browser-sdk": "0.4.19",
"@ballerine/workflow-node-sdk": "0.4.13",
"@ballerine/common": "0.5.17",
"@ballerine/ui": "0.2.9",
"@ballerine/workflow-browser-sdk": "0.4.20",
"@ballerine/workflow-node-sdk": "0.4.14",
"@formkit/auto-animate": "1.0.0-beta.5",
"@hookform/resolvers": "^3.1.0",
"@lukemorales/query-key-factory": "^1.0.3",
Expand Down
6 changes: 6 additions & 0 deletions apps/workflows-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/workflows-dashboard

## 0.0.9

### Patch Changes

- Package update

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/workflows-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/workflows-dashboard",
"private": false,
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
9 changes: 9 additions & 0 deletions examples/headless-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/headless-example

## 0.0.15

### Patch Changes

- Package update
- Updated dependencies
- @ballerine/workflow-browser-sdk@0.4.20
- @ballerine/common@0.5.17

## 0.0.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.14",
"version": "0.0.15",
"type": "module",
"scripts": {
"format": "prettier --plugin-search-dir=. --write .",
Expand Down Expand Up @@ -31,8 +31,8 @@
"vite": "^4.1.0"
},
"dependencies": {
"@ballerine/common": "0.5.16",
"@ballerine/workflow-browser-sdk": "0.4.19",
"@ballerine/common": "0.5.17",
"@ballerine/workflow-browser-sdk": "0.4.20",
"@felte/reporter-svelte": "^1.1.5",
"@felte/validator-zod": "^1.0.13",
"@fontsource/inter": "^4.5.15",
Expand Down
8 changes: 8 additions & 0 deletions examples/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# kyb-app

## 0.0.17

### Patch Changes

- Package update
- Updated dependencies
- @ballerine/ui@0.2.9

## 0.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/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.0.16",
"version": "0.0.17",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/ui": "0.2.8",
"@ballerine/ui": "0.2.9",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"playwright:install": "nx run-many --target=playwright:install",
"dev": "nx run-many --target=dev --projects=@ballerine/workflows-service,@ballerine/backoffice-v2",
"start": "nx run-many --target=start --projects=@ballerine/web-ui-sdk",
"build": "nx run-many --target=build --projects=@ballerine/workflow-browser-sdk,@ballerine/web-ui-sdk,@ballerine/workflow-core,@ballerine/workflow-node-sdk,@ballerine/rules-engine-lib,@ballerine/common,@ballerine/workflows-service,@ballerine/websocket-service,@ballerine/ui",
"build": "nx run-many --target=build --projects=@ballerine/workflow-browser-sdk,@ballerine/workflow-core,@ballerine/workflow-node-sdk,@ballerine/rules-engine-lib,@ballerine/common,@ballerine/workflows-service,@ballerine/websocket-service,@ballerine/ui",
"web-ui-sdk:dev": "nx run @ballerine/web-ui-sdk:dev",
"web-ui-sdk:start": "nx run @ballerine/web-ui-sdk:start",
"workflows-service:start": "nx run @ballerine/workflows-service:start",
Expand Down
8 changes: 8 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/blocks

## 0.0.8

### Patch Changes

- Package update
- Updated dependencies
- @ballerine/common@0.5.17

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/blocks",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.0.7",
"version": "0.0.8",
"description": "blocks",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/common

## 0.5.17

### Patch Changes

- Package update

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/common",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.5.16",
"version": "0.5.17",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/rules-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/rules-engine-lib

## 0.4.12

### Patch Changes

- Package update

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/rules-engine-lib",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.4.11",
"version": "0.4.12",
"description": "rules-engine-lib",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/ui

## 0.2.9

### Patch Changes

- Package update

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/ui",
"private": false,
"version": "0.2.8",
"version": "0.2.9",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/workflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/workflow-core

## 0.4.27

### Patch Changes

- 39db2ab0: Added country state support to KYB plugin
- Package update
- Updated dependencies
- @ballerine/common@0.5.17

## 0.4.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 <dev@ballerine.com>",
"version": "0.4.26",
"version": "0.4.27",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/common": "0.5.16",
"@ballerine/common": "0.5.17",
"ajv": "^8.12.0",
"jmespath": "^0.16.0",
"json-logic-js": "^2.0.2",
Expand Down
8 changes: 8 additions & 0 deletions sdks/web-ui-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# web-ui-sdk

## 1.3.18

### Patch Changes

- Package update
- Updated dependencies
- @ballerine/common@0.5.17

## 1.3.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions sdks/web-ui-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"types": "dist/index.d.ts",
"name": "@ballerine/web-ui-sdk",
"private": false,
"version": "1.3.17",
"version": "1.3.18",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -93,7 +93,7 @@
"vitest": "^0.24.5"
},
"dependencies": {
"@ballerine/common": "0.5.16",
"@ballerine/common": "0.5.17",
"@zerodevx/svelte-toast": "^0.8.0",
"compressorjs": "^1.1.1",
"deepmerge": "^4.3.0",
Expand Down
10 changes: 10 additions & 0 deletions sdks/workflow-browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ballerine/workflow-browser-sdk

## 0.4.20

### Patch Changes

- Package update
- Updated dependencies [39db2ab0]
- Updated dependencies
- @ballerine/workflow-core@0.4.27
- @ballerine/common@0.5.17

## 0.4.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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 <dev@ballerine.com>",
"version": "0.4.19",
"version": "0.4.20",
"description": "workflow-browser-sdk",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/common": "0.5.16",
"@ballerine/workflow-core": "0.4.26",
"@ballerine/common": "0.5.17",
"@ballerine/workflow-core": "0.4.27",
"xstate": "^4.37.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions sdks/workflow-node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/workflow-node-sdk

## 0.4.14

### Patch Changes

- Package update
- Updated dependencies [39db2ab0]
- Updated dependencies
- @ballerine/workflow-core@0.4.27

## 0.4.13

### 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 <dev@ballerine.com>",
"version": "0.4.13",
"version": "0.4.14",
"description": "workflow-node-sdk",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand All @@ -24,7 +24,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/workflow-core": "0.4.26",
"@ballerine/workflow-core": "0.4.27",
"json-logic-js": "^2.0.2",
"xstate": "^4.36.0"
},
Expand Down
6 changes: 6 additions & 0 deletions services/websocket-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/websocket-service

## 0.0.5

### Patch Changes

- Package update

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/websocket-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerine/websocket-service",
"version": "0.0.4",
"version": "0.0.5",
"description": "websocket-service",
"private": false,
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions services/workflows-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ballerine/workflows-service

## 0.4.28

### Patch Changes

- Package update
- Updated dependencies [39db2ab0]
- Updated dependencies
- @ballerine/workflow-core@0.4.27
- @ballerine/workflow-node-sdk@0.4.14
- @ballerine/common@0.5.17

## 0.4.27

### Patch Changes
Expand Down
Loading

0 comments on commit 0766f7e

Please sign in to comment.