Skip to content

Commit

Permalink
chore: release master (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Nov 23, 2023
1 parent fdd0ca0 commit bf0ed95
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/core/js-client": "0.5.2",
"packages/core/js-client": "0.5.3",
"packages/core/marine-worker": "0.5.0",
"packages/core/aqua-to-js": "0.3.2",
"packages/core/aqua-to-js": "0.3.3",
"packages/core/js-client-isomorphic": "0.3.0",
"packages/core/interfaces": "0.9.0"
}
6 changes: 6 additions & 0 deletions packages/core/aqua-to-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
* @fluencelabs/interfaces bumped to 0.9.0
* @fluencelabs/js-client bumped to 0.5.2

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @fluencelabs/js-client bumped to 0.5.3

## [0.3.0](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.2.0...aqua-to-js-v0.3.0) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/aqua-to-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluencelabs/aqua-to-js",
"type": "module",
"version": "0.3.2",
"version": "0.3.3",
"description": "Tool for generating aqua wrapper",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/core/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* dependencies
* @fluencelabs/interfaces bumped to 0.9.0

## [0.5.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.5.2...js-client-v0.5.3) (2023-11-23)


### Features

* Additional export from js-client ([fdd0ca0](https://github.com/fluencelabs/js-client/commit/fdd0ca0ea26407dbfd94d43e2a5ec1bbea7b96ff))

## [0.5.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.5.0...js-client-v0.5.1) (2023-11-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.5.2",
"version": "0.5.3",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
Expand Down

0 comments on commit bf0ed95

Please sign in to comment.