Skip to content

Commit

Permalink
chore: bump versions and update dependencies across multiple packages
Browse files Browse the repository at this point in the history
- Bump version for backoffice-v2 to 0.7.92 and update dependencies
- Bump version for kyb-app to 0.3.107 and update dependencies
- Bump version for several other packages and update respective dependencies

(Your dependency management is surprisingly more organized than my sock drawer)
  • Loading branch information
tomer-shvadron committed Jan 12, 2025
1 parent 294baa2 commit 6650723
Show file tree
Hide file tree
Showing 20 changed files with 102 additions and 34 deletions.
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.7.92

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/react-pdf-toolkit@1.2.61
- @ballerine/ui@0.5.61
- @ballerine/workflow-browser-sdk@0.6.84
- @ballerine/workflow-node-sdk@0.6.84

## 0.7.91

### 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.7.91",
"version": "0.7.92",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down Expand Up @@ -54,10 +54,10 @@
"dependencies": {
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "0.9.64",
"@ballerine/workflow-browser-sdk": "0.6.83",
"@ballerine/workflow-node-sdk": "0.6.83",
"@ballerine/react-pdf-toolkit": "^1.2.59",
"@ballerine/ui": "^0.5.59",
"@ballerine/workflow-browser-sdk": "0.6.84",
"@ballerine/workflow-node-sdk": "0.6.84",
"@ballerine/react-pdf-toolkit": "^1.2.61",
"@ballerine/ui": "^0.5.61",
"@botpress/webchat": "^2.1.10",
"@botpress/webchat-generator": "^0.2.9",
"@fontsource/inter": "^4.5.15",
Expand Down
8 changes: 8 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# kyb-app

## 0.3.107

### Patch Changes

- Updated dependencies
- @ballerine/ui@0.5.61
- @ballerine/workflow-browser-sdk@0.6.84

## 0.3.106

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.106",
"version": "0.3.107",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,8 +18,8 @@
"dependencies": {
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "^0.9.64",
"@ballerine/workflow-browser-sdk": "0.6.83",
"@ballerine/ui": "0.5.59",
"@ballerine/workflow-browser-sdk": "0.6.84",
"@ballerine/ui": "0.5.61",
"@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.83

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.84

## 0.3.82

### 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.82",
"version": "0.3.83",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@ballerine/common": "0.9.64",
"@ballerine/workflow-browser-sdk": "0.6.83",
"@ballerine/workflow-browser-sdk": "0.6.84",
"@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 packages/react-pdf-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/react-pdf-toolkit

## 1.2.61

### Patch Changes

- version bump
- Updated dependencies
- @ballerine/ui@0.5.61

## 1.2.60

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pdf-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ballerine/react-pdf-toolkit",
"private": false,
"version": "1.2.60",
"version": "1.2.61",
"types": "./dist/build.d.ts",
"main": "./dist/react-pdf-toolkit.js",
"module": "./dist/react-pdf-toolkit.mjs",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@ballerine/config": "^1.1.28",
"@ballerine/ui": "0.5.60",
"@ballerine/ui": "0.5.61",
"@react-pdf/renderer": "^3.1.14",
"@sinclair/typebox": "^0.31.7",
"ajv": "^8.12.0",
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.5.61

### Patch Changes

- version bump

## 0.5.60

### 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.5.60",
"version": "0.5.61",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.84

### Patch Changes

- version bump

## 0.6.83

### 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.83",
"version": "0.6.84",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/auto-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function generateCommitMessage(diff) {
"- Don't capitalize first letter\n" +
'- No period at the end\n' +
'- Keep first line under 72 chars\n' +
'- Body lines must not exceed 100 chars, including the roast - the roast shouldnt be longer than 100 chars\n' +
'- All lines must not exceed 100 chars, including the roast - the roast shouldnt be longer than 100 chars\n' +
'- Must have blank line between title and body\n\n' +
'After analyzing the diff:\n' +
'1. Write a concise conventional commit message\n' +
Expand Down
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.84

### Patch Changes

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

## 0.6.83

### 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.83",
"version": "0.6.84",
"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.64",
"@ballerine/workflow-core": "0.6.83",
"@ballerine/workflow-core": "0.6.84",
"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.84

### Patch Changes

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

## 0.6.83

### 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.83",
"version": "0.6.84",
"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.83",
"@ballerine/workflow-core": "0.6.84",
"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.88

### Patch Changes

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

## 0.7.87

### 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.87",
"version": "0.7.88",
"description": "workflow-service",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@aws-sdk/lib-storage": "3.347.1",
"@aws-sdk/s3-request-presigner": "3.347.1",
"@ballerine/common": "0.9.64",
"@ballerine/workflow-core": "0.6.83",
"@ballerine/workflow-node-sdk": "0.6.83",
"@ballerine/workflow-core": "0.6.84",
"@ballerine/workflow-node-sdk": "0.6.84",
"@faker-js/faker": "^7.6.0",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.3.12",
Expand Down

0 comments on commit 6650723

Please sign in to comment.