Skip to content

Commit

Permalink
chore(update packages): update packages (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 authored Oct 5, 2023
1 parent b464133 commit 652f6e5
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 10 deletions.
8 changes: 8 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/backoffice-v2

## 0.4.14

### Patch Changes

- Update
- Updated dependencies
- @ballerine/common@0.6.7

## 0.4.13

### 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.4.13",
"version": "0.4.14",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@ballerine/common": "0.6.7-hotfix.6",
"@ballerine/common": "0.6.7-hotfix.7",
"@ballerine/ui": "0.2.10",
"@ballerine/workflow-browser-sdk": "0.4.22",
"@ballerine/workflow-node-sdk": "0.4.16",
Expand Down
8 changes: 8 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/blocks

## 0.0.16

### Patch Changes

- Update
- Updated dependencies
- @ballerine/common@0.6.7

## 0.0.15

### 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 <[email protected]>",
"version": "0.0.15",
"version": "0.0.16",
"description": "blocks",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- Update

## 0.6.7

### Patch Changes

- Documents schemas update

## 0.6.7
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.6.7-hotfix.6",
"version": "0.6.7-hotfix.7",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions services/workflows-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ballerine/workflows-service

## 0.4.35

### Patch Changes

- Update
- Updated dependencies
- @ballerine/common@0.6.7

## 0.4.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4.34",
"version": "0.4.35",
"description": "workflow-service",
"scripts": {
"spellcheck": "cspell \"*\"",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@aws-sdk/client-s3": "3.325.0",
"@aws-sdk/lib-storage": "3.325.0",
"@aws-sdk/s3-request-presigner": "3.325.0",
"@ballerine/common": "0.6.7-hotfix.6",
"@ballerine/common": "0.6.7-hotfix.7",
"@ballerine/workflow-core": "0.4.30",
"@ballerine/workflow-node-sdk": "0.4.16",
"@faker-js/faker": "^7.6.0",
Expand Down

0 comments on commit 652f6e5

Please sign in to comment.