Skip to content

Commit

Permalink
fix: fixed link in report social block (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokh authored Sep 11, 2024
1 parent 829c50a commit 40ec890
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 1,668 deletions.
7 changes: 7 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/backoffice-v2

## 0.7.39

### Patch Changes

- Updated dependencies
- @ballerine/blocks@0.2.15

## 0.7.38

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.38",
"version": "0.7.39",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"preview": "vite preview"
},
"dependencies": {
"@ballerine/blocks": "0.2.14",
"@ballerine/blocks": "0.2.15",
"@ballerine/common": "0.9.28",
"@ballerine/react-pdf-toolkit": "^1.2.24",
"@ballerine/ui": "^0.5.24",
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.47

### Patch Changes

- Updated dependencies
- @ballerine/blocks@0.2.15

## 0.3.46

### 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.46",
"version": "0.3.47",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,7 +14,7 @@
"test:dev": "vitest"
},
"dependencies": {
"@ballerine/blocks": "0.2.14",
"@ballerine/blocks": "0.2.15",
"@ballerine/common": "^0.9.28",
"@ballerine/ui": "0.5.24",
"@ballerine/workflow-browser-sdk": "0.6.39",
Expand Down
6 changes: 6 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/blocks

## 0.2.15

### Patch Changes

- updated social block link

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@ballerine/blocks",
"author": "Ballerine <dev@ballerine.com>",
"version": "0.2.14",
"version": "0.2.15",
"description": "blocks",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const AdImageWithLink: FunctionComponent<{
variant: 'link',
className: 'h-[unset] cursor-pointer !p-0 !text-[#14203D] underline decoration-[1.5px]',
})}
href={src}
href={link}
>
{link}
</a>
Expand Down
1,731 changes: 70 additions & 1,661 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations

0 comments on commit 40ec890

Please sign in to comment.