Skip to content

Commit

Permalink
fix: fixed invoked at issue (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokh authored Mar 13, 2024
1 parent f9ed948 commit f00e026
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 217 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.5.56

### Patch Changes

- @ballerine/workflow-browser-sdk@0.5.50
- @ballerine/workflow-node-sdk@0.5.50

## 0.5.55

### 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.5.55",
"version": "0.5.56",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"repository": {
Expand Down Expand Up @@ -53,8 +53,8 @@
"@ballerine/blocks": "0.1.29",
"@ballerine/common": "0.7.49",
"@ballerine/ui": "^0.3.31",
"@ballerine/workflow-browser-sdk": "0.5.49",
"@ballerine/workflow-node-sdk": "0.5.49",
"@ballerine/workflow-browser-sdk": "0.5.50",
"@ballerine/workflow-node-sdk": "0.5.50",
"@fontsource/inter": "^4.5.15",
"@formkit/auto-animate": "1.0.0-beta.5",
"@hookform/resolvers": "^3.1.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# kyb-app

## 0.1.51

### Patch Changes

- @ballerine/workflow-browser-sdk@0.5.50

## 0.1.50

### 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.1.50",
"version": "0.1.51",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,7 +17,7 @@
"@ballerine/blocks": "0.1.29",
"@ballerine/common": "^0.7.49",
"@ballerine/ui": "0.3.31",
"@ballerine/workflow-browser-sdk": "0.5.49",
"@ballerine/workflow-browser-sdk": "0.5.50",
"@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.1.50

### Patch Changes

- @ballerine/workflow-browser-sdk@0.5.50

## 0.1.49

### 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.1.49",
"version": "0.1.50",
"type": "module",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@ballerine/common": "0.7.49",
"@ballerine/workflow-browser-sdk": "0.5.49",
"@ballerine/workflow-browser-sdk": "0.5.50",
"@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/workflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/workflow-core

## 0.5.50

### Patch Changes

- fixed invokedAt

## 0.5.49

### 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.5.49",
"version": "0.5.50",
"description": "workflow-core",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
Loading

0 comments on commit f00e026

Please sign in to comment.