Skip to content

Commit

Permalink
chore: release package(s) (#918)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ballerine-dev and github-actions[bot] authored Aug 21, 2023
1 parent 9d0c7f9 commit 8321422
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-kiwis-relax.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/blocks

## 0.0.11

### Patch Changes

- Updated dependencies [9d0c7f92]
- @ballerine/common@0.5.23

## 0.0.10

### 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.0.10",
"version": "0.0.11",
"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
@@ -1,5 +1,11 @@
# @ballerine/common

## 0.5.23

### Patch Changes

- 9d0c7f92: updated document schemas

## 0.5.22

### Patch Changes
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 <dev@ballerine.com>",
"version": "0.5.22",
"version": "0.5.23",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions services/workflows-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ballerine/workflows-service

## 0.4.31

### Patch Changes

- Updated dependencies [9d0c7f92]
- @ballerine/common@0.5.23

## 0.4.30

### 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.30",
"version": "0.4.31",
"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.5.22",
"@ballerine/common": "0.5.23",
"@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 8321422

Please sign in to comment.