Skip to content

Commit

Permalink
chore: release master (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Nov 23, 2023
1 parent b5a6296 commit 65a9e44
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,6 +1,6 @@
{
"packages/core/js-client": "0.5.0",
"packages/core/js-client": "0.5.1",
"packages/core/marine-worker": "0.5.0",
"packages/core/aqua-to-js": "0.3.0",
"packages/core/aqua-to-js": "0.3.1",
"packages/core/js-client-isomorphic": "0.3.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 @@ -18,6 +18,12 @@
* devDependencies
* @fluencelabs/js-client bumped to 0.2.1

### Dependencies

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

## [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.0",
"version": "0.3.1",
"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 @@ -6,6 +6,13 @@
* dependencies
* @fluencelabs/js-client-isomorphic bumped to 0.2.0

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


### Features

* Temporarily expose internal js client API ([#386](https://github.com/fluencelabs/js-client/issues/386)) ([b5a6296](https://github.com/fluencelabs/js-client/commit/b5a6296225563dc6039b3f7c83e11075d9893045))

## [0.5.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.4...js-client-v0.5.0) (2023-11-22)


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.0",
"version": "0.5.1",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
Expand Down

0 comments on commit 65a9e44

Please sign in to comment.