Skip to content

Commit

Permalink
Version Packages (#922)
Browse files Browse the repository at this point in the history
* chore: release package(s)

* chore(*): update lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Omri Levy <omri.levy0197@gmail.com>
  • Loading branch information
3 people committed Aug 21, 2023
1 parent 204b547 commit 411369e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 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.12

### Patch Changes

- Updated dependencies [204b5479]
- @ballerine/common@0.5.24

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.24

### Patch Changes

- 204b5479: updated document schemas

## 0.5.23

### 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.23",
"version": "0.5.24",
"description": "common",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

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.32

### Patch Changes

- Updated dependencies [204b5479]
- @ballerine/common@0.5.24

## 0.4.31

### 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.31",
"version": "0.4.32",
"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.23",
"@ballerine/common": "0.5.24",
"@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 411369e

Please sign in to comment.