Skip to content

Commit

Permalink
feat: upgrade packages (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokh authored Sep 12, 2024
1 parent a184915 commit e8fa9fd
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ballerine/blocks": "0.2.15",
"@ballerine/common": "0.9.28",
"@ballerine/react-pdf-toolkit": "^1.2.24",
"@ballerine/ui": "^0.5.24",
"@ballerine/ui": "^0.5.25",
"@ballerine/workflow-browser-sdk": "0.6.39",
"@ballerine/workflow-node-sdk": "0.6.39",
"@botpress/webchat": "^2.1.10",
Expand Down
7 changes: 7 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kyb-app

## 0.3.48

### Patch Changes

- Updated dependencies
- @ballerine/ui@0.5.25

## 0.3.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.47",
"version": "0.3.48",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@ballerine/blocks": "0.2.15",
"@ballerine/common": "^0.9.28",
"@ballerine/ui": "0.5.24",
"@ballerine/ui": "0.5.25",
"@ballerine/workflow-browser-sdk": "0.6.39",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
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.25

### Patch Changes

- Updated dependencies
- @ballerine/ui@0.5.25

## 1.2.24

### 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.24",
"version": "1.2.25",
"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.13",
"@ballerine/ui": "0.5.24",
"@ballerine/ui": "0.5.25",
"@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.25

### Patch Changes

- update ui pakcages

## 0.5.24

### 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.24",
"version": "0.5.25",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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 services/workflows-service/prisma/data-migrations

0 comments on commit e8fa9fd

Please sign in to comment.