Skip to content

Commit 79d11ed

Browse files
chore(release): bump versions and update dependencies (#2858)
- Bump version numbers for multiple packages - Update dependencies across various services and SDKs (your dependency management needs more attention than a toddler with a crayon)
1 parent 76342fd commit 79d11ed

File tree

40 files changed

+356
-1892
lines changed

40 files changed

+356
-1892
lines changed

apps/backoffice-v2/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @ballerine/backoffice-v2
22

3+
## 0.7.70
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/blocks@0.2.27
10+
- @ballerine/common@0.9.52
11+
- @ballerine/react-pdf-toolkit@1.2.45
12+
- @ballerine/ui@0.5.45
13+
- @ballerine/workflow-browser-sdk@0.6.66
14+
- @ballerine/workflow-node-sdk@0.6.66
15+
316
## 0.7.69
417

518
### Patch Changes

apps/backoffice-v2/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ballerine/backoffice-v2",
3-
"version": "0.7.69",
3+
"version": "0.7.70",
44
"description": "Ballerine - Backoffice",
55
"homepage": "https://github.com/ballerine-io/ballerine",
66
"type": "module",
@@ -51,12 +51,12 @@
5151
"preview": "vite preview"
5252
},
5353
"dependencies": {
54-
"@ballerine/blocks": "0.2.26",
55-
"@ballerine/common": "0.9.51",
56-
"@ballerine/react-pdf-toolkit": "^1.2.44",
57-
"@ballerine/ui": "^0.5.44",
58-
"@ballerine/workflow-browser-sdk": "0.6.65",
59-
"@ballerine/workflow-node-sdk": "0.6.65",
54+
"@ballerine/blocks": "0.2.27",
55+
"@ballerine/common": "0.9.52",
56+
"@ballerine/react-pdf-toolkit": "^1.2.45",
57+
"@ballerine/ui": "^0.5.45",
58+
"@ballerine/workflow-browser-sdk": "0.6.66",
59+
"@ballerine/workflow-node-sdk": "0.6.66",
6060
"@botpress/webchat": "^2.1.10",
6161
"@botpress/webchat-generator": "^0.2.9",
6262
"@fontsource/inter": "^4.5.15",
@@ -147,8 +147,8 @@
147147
"zod": "^3.22.3"
148148
},
149149
"devDependencies": {
150-
"@ballerine/config": "^1.1.24",
151-
"@ballerine/eslint-config-react": "^2.0.24",
150+
"@ballerine/config": "^1.1.25",
151+
"@ballerine/eslint-config-react": "^2.0.25",
152152
"@cspell/cspell-types": "^6.31.1",
153153
"@faker-js/faker": "^7.6.0",
154154
"@playwright/test": "^1.32.1",

apps/kyb-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# kyb-app
22

3+
## 0.3.81
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/blocks@0.2.27
10+
- @ballerine/common@0.9.52
11+
- @ballerine/ui@0.5.45
12+
- @ballerine/workflow-browser-sdk@0.6.66
13+
314
## 0.3.80
415

516
### Patch Changes

apps/kyb-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/kyb-app",
33
"private": true,
4-
"version": "0.3.80",
4+
"version": "0.3.81",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -15,10 +15,10 @@
1515
"test:dev": "vitest"
1616
},
1717
"dependencies": {
18-
"@ballerine/blocks": "0.2.26",
19-
"@ballerine/ui": "0.5.44",
20-
"@ballerine/common": "^0.9.51",
21-
"@ballerine/workflow-browser-sdk": "0.6.65",
18+
"@ballerine/blocks": "0.2.27",
19+
"@ballerine/ui": "0.5.45",
20+
"@ballerine/common": "^0.9.52",
21+
"@ballerine/workflow-browser-sdk": "0.6.66",
2222
"@lukemorales/query-key-factory": "^1.0.3",
2323
"@radix-ui/react-icons": "^1.3.0",
2424
"@rjsf/core": "^5.9.0",
@@ -64,8 +64,8 @@
6464
"zod": "^3.21.4"
6565
},
6666
"devDependencies": {
67-
"@ballerine/config": "^1.1.24",
68-
"@ballerine/eslint-config-react": "^2.0.24",
67+
"@ballerine/config": "^1.1.25",
68+
"@ballerine/eslint-config-react": "^2.0.25",
6969
"@jest/globals": "^29.7.0",
7070
"@sentry/vite-plugin": "^2.9.0",
7171
"@testing-library/jest-dom": "^6.1.4",

apps/workflows-dashboard/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ballerine/workflows-dashboard
22

3+
## 0.2.25
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/common@0.9.52
10+
- @ballerine/ui@0.5.45
11+
312
## 0.2.24
413

514
### Patch Changes

apps/workflows-dashboard/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/workflows-dashboard",
33
"private": false,
4-
"version": "0.2.24",
4+
"version": "0.2.25",
55
"type": "module",
66
"scripts": {
77
"spellcheck": "cspell \"*\"",
@@ -15,8 +15,8 @@
1515
"test": "NODE_ENV=test jest"
1616
},
1717
"dependencies": {
18-
"@ballerine/common": "^0.9.50",
19-
"@ballerine/ui": "^0.5.44",
18+
"@ballerine/common": "^0.9.52",
19+
"@ballerine/ui": "^0.5.45",
2020
"@lukemorales/query-key-factory": "^1.0.3",
2121
"@radix-ui/react-avatar": "^1.0.3",
2222
"@radix-ui/react-dialog": "1.0.4",
@@ -63,8 +63,8 @@
6363
"zod": "^3.22.3"
6464
},
6565
"devDependencies": {
66-
"@ballerine/config": "^1.1.24",
67-
"@ballerine/eslint-config-react": "^2.0.24",
66+
"@ballerine/config": "^1.1.25",
67+
"@ballerine/eslint-config-react": "^2.0.25",
6868
"@cspell/cspell-types": "^6.31.1",
6969
"@types/axios": "^0.14.0",
7070
"@types/classnames": "^2.3.1",

examples/headless-example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ballerine/headless-example
22

3+
## 0.3.65
4+
5+
### Patch Changes
6+
7+
- version bump
8+
- Updated dependencies
9+
- @ballerine/common@0.9.52
10+
- @ballerine/workflow-browser-sdk@0.6.66
11+
312
## 0.3.64
413

514
### Patch Changes

examples/headless-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ballerine/headless-example",
33
"private": true,
4-
"version": "0.3.64",
4+
"version": "0.3.65",
55
"type": "module",
66
"scripts": {
77
"spellcheck": "cspell \"*\"",
@@ -34,8 +34,8 @@
3434
"vite": "^4.5.3"
3535
},
3636
"dependencies": {
37-
"@ballerine/common": "0.9.51",
38-
"@ballerine/workflow-browser-sdk": "0.6.65",
37+
"@ballerine/common": "0.9.52",
38+
"@ballerine/workflow-browser-sdk": "0.6.66",
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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ballerine/report-generation-example
22

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

513
### Patch Changes

examples/report-generation-example/package.json

Lines changed: 2 additions & 2 deletions
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.2.23",
4+
"version": "0.2.24",
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.2.44",
13+
"@ballerine/react-pdf-toolkit": "^1.2.45",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

0 commit comments

Comments
 (0)