Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Dec 31, 2024
1 parent de38455 commit a567013
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 10 deletions.
9 changes: 9 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ballerine/backoffice-v2

## 0.7.86

### Patch Changes

- Updated traffic-related stats in the "Website credibility" tab.
- Updated dependencies
- @ballerine/react-pdf-toolkit@1.2.57
- @ballerine/ui@0.5.57

## 0.7.85

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.85",
"version": "0.7.86",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down Expand Up @@ -53,8 +53,8 @@
"dependencies": {
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "0.9.61",
"@ballerine/react-pdf-toolkit": "^1.2.54",
"@ballerine/ui": "^0.5.54",
"@ballerine/react-pdf-toolkit": "^1.2.57",
"@ballerine/ui": "^0.5.57",
"@ballerine/workflow-browser-sdk": "0.6.80",
"@ballerine/workflow-node-sdk": "0.6.80",
"@botpress/webchat": "^2.1.10",
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.101

### Patch Changes

- Updated traffic-related stats in the "Website credibility" tab.
- Updated dependencies
- @ballerine/ui@0.5.57

## 0.3.100

### 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.100",
"version": "0.3.101",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@ballerine/blocks": "0.2.30",
"@ballerine/common": "^0.9.61",
"@ballerine/ui": "0.5.56",
"@ballerine/ui": "0.5.57",
"@ballerine/workflow-browser-sdk": "0.6.80",
"@lukemorales/query-key-factory": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
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.57

### Patch Changes

- Updated traffic-related stats in the "Website credibility" tab.
- Updated dependencies
- @ballerine/ui@0.5.57

## 1.2.56

### 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.56",
"version": "1.2.57",
"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.56",
"@ballerine/ui": "0.5.57",
"@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.57

### Patch Changes

- Updated traffic-related stats in the "Website credibility" tab.

## 0.5.56

### 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.56",
"version": "0.5.57",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { severityToDisplaySeverity } from '@/components/templates/report/constants';
import { TAdsProvider } from '@/components/templates/report/types';
import { booleanToYesOrNo, SeverityType } from '@ballerine/common';
import dayjs from 'dayjs';

const getLabel = ({ label, provider }: { label: string; provider: string }) => {
if (label === 'page') {
Expand Down
6 changes: 6 additions & 0 deletions services/workflows-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/workflows-service

## 0.7.85

### Patch Changes

- Updated traffic-related stats in the "Website credibility" tab.

## 0.7.84

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.84",
"version": "0.7.85",
"description": "workflow-service",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down

0 comments on commit a567013

Please sign in to comment.