Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f9ee4b

Browse files
tomer-shvadronalonp99
authored andcommittedJan 31, 2024
feat: update version
1 parent b5a111a commit 1f9ee4b

File tree

40 files changed

+286
-1410
lines changed

40 files changed

+286
-1410
lines changed
 

‎apps/backoffice-v2/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @ballerine/backoffice-v2
22

3+
## 0.5.45
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/blocks@0.1.25
10+
- @ballerine/common@0.7.40
11+
- @ballerine/ui@0.3.27
12+
- @ballerine/workflow-browser-sdk@0.5.40
13+
- @ballerine/workflow-node-sdk@0.5.40
14+
315
## 0.5.44
416

517
### Patch Changes

‎apps/backoffice-v2/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ballerine/backoffice-v2",
3-
"version": "0.5.44",
3+
"version": "0.5.45",
44
"description": "Ballerine - Backoffice",
55
"homepage": "https://github.com/ballerine-io/ballerine",
66
"repository": {
@@ -50,11 +50,11 @@
5050
"preview": "vite preview"
5151
},
5252
"dependencies": {
53-
"@ballerine/blocks": "0.1.24",
54-
"@ballerine/common": "0.7.39",
55-
"@ballerine/ui": "^0.3.26",
56-
"@ballerine/workflow-browser-sdk": "0.5.39",
57-
"@ballerine/workflow-node-sdk": "0.5.39",
53+
"@ballerine/blocks": "0.1.25",
54+
"@ballerine/common": "0.7.40",
55+
"@ballerine/ui": "^0.3.27",
56+
"@ballerine/workflow-browser-sdk": "0.5.40",
57+
"@ballerine/workflow-node-sdk": "0.5.40",
5858
"@fontsource/inter": "^4.5.15",
5959
"@formkit/auto-animate": "1.0.0-beta.5",
6060
"@hookform/resolvers": "^3.1.0",
@@ -108,8 +108,8 @@
108108
"zod": "^3.22.3"
109109
},
110110
"devDependencies": {
111-
"@ballerine/config": "^1.0.3",
112-
"@ballerine/eslint-config-react": "^1.0.4",
111+
"@ballerine/config": "^1.0.5",
112+
"@ballerine/eslint-config-react": "^1.0.6",
113113
"@cspell/cspell-types": "^6.31.1",
114114
"@faker-js/faker": "^7.6.0",
115115
"@playwright/test": "^1.32.1",

‎apps/kyb-app/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# kyb-app
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/blocks@0.1.25
10+
- @ballerine/common@0.7.40
11+
- @ballerine/ui@0.3.27
12+
- @ballerine/workflow-browser-sdk@0.5.40
13+
314
## 0.1.39
415

516
### Patch Changes

‎apps/kyb-app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/kyb-app",
33
"private": true,
4-
"version": "0.1.39",
4+
"version": "0.1.40",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -14,10 +14,10 @@
1414
"test:dev": "vitest"
1515
},
1616
"dependencies": {
17-
"@ballerine/blocks": "0.1.24",
18-
"@ballerine/common": "^0.7.39",
19-
"@ballerine/ui": "0.3.26",
20-
"@ballerine/workflow-browser-sdk": "0.5.39",
17+
"@ballerine/blocks": "0.1.25",
18+
"@ballerine/common": "^0.7.40",
19+
"@ballerine/ui": "0.3.27",
20+
"@ballerine/workflow-browser-sdk": "0.5.40",
2121
"@lukemorales/query-key-factory": "^1.0.3",
2222
"@radix-ui/react-icons": "^1.3.0",
2323
"@rjsf/core": "^5.9.0",
@@ -58,8 +58,8 @@
5858
"zod": "^3.21.4"
5959
},
6060
"devDependencies": {
61-
"@ballerine/config": "^1.0.3",
62-
"@ballerine/eslint-config-react": "^1.0.4",
61+
"@ballerine/config": "^1.0.5",
62+
"@ballerine/eslint-config-react": "^1.0.6",
6363
"@jest/globals": "^29.7.0",
6464
"@sentry/vite-plugin": "^2.9.0",
6565
"@testing-library/jest-dom": "^6.1.4",

‎apps/workflows-dashboard/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ballerine/workflows-dashboard
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- version bump
8+
39
## 0.1.11
410

511
### Patch Changes

‎apps/workflows-dashboard/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/workflows-dashboard",
33
"private": false,
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"type": "module",
66
"scripts": {
77
"spellcheck": "cspell \"*\"",
@@ -53,8 +53,8 @@
5353
"zod": "^3.22.3"
5454
},
5555
"devDependencies": {
56-
"@ballerine/config": "^1.0.3",
57-
"@ballerine/eslint-config-react": "^1.0.4",
56+
"@ballerine/config": "^1.0.5",
57+
"@ballerine/eslint-config-react": "^1.0.6",
5858
"@cspell/cspell-types": "^6.31.1",
5959
"@types/axios": "^0.14.0",
6060
"@types/classnames": "^2.3.1",

‎examples/headless-example/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ballerine/headless-example
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/common@0.7.40
10+
- @ballerine/workflow-browser-sdk@0.5.40
11+
312
## 0.1.39
413

514
### Patch Changes

‎examples/headless-example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/headless-example",
33
"private": true,
4-
"version": "0.1.39",
4+
"version": "0.1.40",
55
"type": "module",
66
"scripts": {
77
"spellcheck": "cspell \"*\"",
@@ -34,8 +34,8 @@
3434
"vite": "^4.1.0"
3535
},
3636
"dependencies": {
37-
"@ballerine/common": "0.7.39",
38-
"@ballerine/workflow-browser-sdk": "0.5.39",
37+
"@ballerine/common": "0.7.40",
38+
"@ballerine/workflow-browser-sdk": "0.5.40",
3939
"@felte/reporter-svelte": "^1.1.5",
4040
"@felte/validator-zod": "^1.0.13",
4141
"@fontsource/inter": "^4.5.15",

‎examples/report-generation-example/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ballerine/report-generation-example
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/react-pdf-toolkit@1.0.12
10+
311
## 0.0.1
412

513
### Patch Changes

‎examples/report-generation-example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/report-generation-example",
33
"private": false,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@ballerine/react-pdf-toolkit": "^1.0.0",
13+
"@ballerine/react-pdf-toolkit": "^1.0.12",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

‎packages/blocks/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ballerine/blocks
22

3+
## 0.1.25
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/common@0.7.40
10+
311
## 0.1.24
412

513
### Patch Changes

‎packages/blocks/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "@ballerine/blocks",
44
"author": "Ballerine <dev@ballerine.com>",
5-
"version": "0.1.24",
5+
"version": "0.1.25",
66
"description": "blocks",
77
"module": "./dist/esm/index.js",
88
"main": "./dist/cjs/index.js",
@@ -42,8 +42,8 @@
4242
"@babel/preset-env": "7.16.11",
4343
"@babel/preset-react": "^7.22.5",
4444
"@babel/preset-typescript": "7.16.7",
45-
"@ballerine/eslint-config": "^1.0.3",
46-
"@ballerine/config": "^1.0.3",
45+
"@ballerine/eslint-config": "^1.0.5",
46+
"@ballerine/config": "^1.0.5",
4747
"@rollup/plugin-babel": "5.3.1",
4848
"@rollup/plugin-commonjs": "^24.0.1",
4949
"@rollup/plugin-node-resolve": "13.2.1",
@@ -90,6 +90,6 @@
9090
"vitest": "^0.33.0"
9191
},
9292
"dependencies": {
93-
"@ballerine/common": "^0.7.35"
93+
"@ballerine/common": "^0.7.40"
9494
}
9595
}

‎packages/common/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ballerine/common
22

3+
## 0.7.40
4+
5+
### Patch Changes
6+
7+
- version bump
8+
39
## 0.7.39
410

511
### Patch Changes

‎packages/common/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"name": "@ballerine/common",
44
"author": "Ballerine <dev@ballerine.com>",
5-
"version": "0.7.39",
5+
"version": "0.7.40",
66
"description": "common",
77
"module": "./dist/esm/index.js",
88
"main": "./dist/cjs/index.js",
@@ -38,8 +38,8 @@
3838
"@babel/core": "7.17.9",
3939
"@babel/preset-env": "7.16.11",
4040
"@babel/preset-typescript": "7.16.7",
41-
"@ballerine/config": "^1.0.3",
42-
"@ballerine/eslint-config": "^1.0.3",
41+
"@ballerine/config": "^1.0.5",
42+
"@ballerine/eslint-config": "^1.0.5",
4343
"@cspell/cspell-types": "^6.31.1",
4444
"@rollup/plugin-babel": "5.3.1",
4545
"@rollup/plugin-commonjs": "^24.0.1",

‎packages/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ballerine/config
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- version bump
8+
39
## 1.0.4
410

511
### Patch Changes

‎packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ballerine/config",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "",
66
"main": "index.js",
77
"scripts": {},

‎packages/eslint-config-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ballerine/eslint-config-react
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/eslint-config@1.0.5
10+
311
## 1.0.5
412

513
### Patch Changes
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ballerine/eslint-config-react",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "",
66
"main": "index.js",
77
"scripts": {},
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"peerDependencies": {
1212
"eslint-plugin-react": "^7.33.2",
13-
"@ballerine/eslint-config": "^1.0.3",
13+
"@ballerine/eslint-config": "^1.0.5",
1414
"eslint-plugin-react-hooks": "^4.6.0"
1515
}
1616
}

‎packages/eslint-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ballerine/eslint-config
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- version bump
8+
39
## 1.0.4
410

511
### Patch Changes

‎packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ballerine/eslint-config",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "",
66
"main": "index.js",
77
"scripts": {},

‎packages/react-pdf-toolkit/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ballerine/react-pdf-toolkit
22

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/config@1.0.5
10+
- @ballerine/ui@0.3.27
11+
312
## 1.0.11
413

514
### Patch Changes

‎packages/react-pdf-toolkit/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/react-pdf-toolkit",
33
"private": false,
4-
"version": "1.0.11",
4+
"version": "1.0.12",
55
"types": "./dist/build.d.ts",
66
"main": "./dist/react-pdf-toolkit.js",
77
"module": "./dist/react-pdf-toolkit.mjs",
@@ -24,8 +24,8 @@
2424
"preview": "vite preview"
2525
},
2626
"dependencies": {
27-
"@ballerine/config": "^1.0.4",
28-
"@ballerine/ui": "0.3.24",
27+
"@ballerine/config": "^1.0.5",
28+
"@ballerine/ui": "0.3.27",
2929
"@react-pdf/renderer": "^3.1.14",
3030
"@sinclair/typebox": "^0.31.7",
3131
"class-variance-authority": "^0.7.0",

‎packages/rules-engine/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ballerine/rules-engine-lib
22

3+
## 0.4.25
4+
5+
### Patch Changes
6+
7+
- version bump
8+
39
## 0.4.24
410

511
### Patch Changes

0 commit comments

Comments
 (0)
Please sign in to comment.