Skip to content

Commit

Permalink
chore(*): updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Dec 26, 2024
1 parent fbc7b97 commit d97b759
Show file tree
Hide file tree
Showing 24 changed files with 139 additions and 53 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.84

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.60
- @ballerine/ui@0.5.54
- @ballerine/workflow-browser-sdk@0.6.79
- @ballerine/react-pdf-toolkit@1.2.54
- @ballerine/workflow-node-sdk@0.6.79

## 0.7.83

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.83",
"version": "0.7.84",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"dependencies": {
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "0.9.59",
"@ballerine/react-pdf-toolkit": "^1.2.53",
"@ballerine/ui": "^0.5.53",
"@ballerine/workflow-browser-sdk": "0.6.78",
"@ballerine/workflow-node-sdk": "0.6.78",
"@ballerine/common": "0.9.60",
"@ballerine/react-pdf-toolkit": "^1.2.54",
"@ballerine/ui": "^0.5.54",
"@ballerine/workflow-browser-sdk": "0.6.79",
"@ballerine/workflow-node-sdk": "0.6.79",
"@botpress/webchat": "^2.1.10",
"@botpress/webchat-generator": "^0.2.9",
"@fontsource/inter": "^4.5.15",
Expand Down
9 changes: 9 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# kyb-app

## 0.3.97

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.60
- @ballerine/ui@0.5.54
- @ballerine/workflow-browser-sdk@0.6.79

## 0.3.96

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.96",
"version": "0.3.97",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -16,9 +16,9 @@
},
"dependencies": {
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "^0.9.59",
"@ballerine/ui": "0.5.53",
"@ballerine/workflow-browser-sdk": "0.6.78",
"@ballerine/common": "^0.9.60",
"@ballerine/ui": "0.5.54",
"@ballerine/workflow-browser-sdk": "0.6.79",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@rjsf/core": "^5.9.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/headless-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/headless-example

## 0.3.78

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.60
- @ballerine/workflow-browser-sdk@0.6.79

## 0.3.77

### 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.3.77",
"version": "0.3.78",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -34,8 +34,8 @@
"vite": "^4.5.3"
},
"dependencies": {
"@ballerine/common": "0.9.59",
"@ballerine/workflow-browser-sdk": "0.6.78",
"@ballerine/common": "0.9.60",
"@ballerine/workflow-browser-sdk": "0.6.79",
"@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/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/common

## 0.9.60

### Patch Changes

- Updated button with disabled state

## 0.9.59

### 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 <[email protected]>",
"version": "0.9.59",
"version": "0.9.60",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-pdf-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/react-pdf-toolkit

## 1.2.54

### Patch Changes

- Updated dependencies
- @ballerine/ui@0.5.54

## 1.2.53

### 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.53",
"version": "1.2.54",
"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.53",
"@ballerine/ui": "0.5.54",
"@react-pdf/renderer": "^3.1.14",
"@sinclair/typebox": "^0.31.7",
"ajv": "^8.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/ui

## 0.5.54

### Patch Changes

- Updated button with disabled state
- Updated dependencies
- @ballerine/common@0.9.60

## 0.5.53

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.53",
"version": "0.5.54",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"test": "vitest run"
},
"dependencies": {
"@ballerine/common": "^0.9.59",
"@ballerine/common": "^0.9.60",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/workflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/workflow-core

## 0.6.79

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.60

## 0.6.78

### 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 <[email protected]>",
"version": "0.6.78",
"version": "0.6.79",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=12"
},
"dependencies": {
"@ballerine/common": "0.9.59",
"@ballerine/common": "0.9.60",
"ajv": "^8.12.0",
"country-state-city": "^3.1.4",
"i18n-iso-countries": "^7.6.0",
Expand Down
42 changes: 21 additions & 21 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/web-ui-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web-ui-sdk

## 1.5.61

### Patch Changes

- Updated dependencies
- @ballerine/common@0.9.60

## 1.5.60

### 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.5.60",
"version": "1.5.61",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -96,7 +96,7 @@
"vitest": "^0.24.5"
},
"dependencies": {
"@ballerine/common": "0.9.59",
"@ballerine/common": "0.9.60",
"@zerodevx/svelte-toast": "^0.8.0",
"compressorjs": "^1.1.1",
"deepmerge": "^4.3.0",
Expand Down
Loading

0 comments on commit d97b759

Please sign in to comment.