Skip to content

Commit

Permalink
chore: release master (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Feb 9, 2024
1 parent d7070fd commit 0edea02
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.8.2",
"packages/core/js-client": "0.8.3",
"packages/core/marine-worker": "0.5.1",
"packages/core/aqua-to-js": "0.3.10",
"packages/core/aqua-to-js": "0.3.11",
"packages/core/js-client-isomorphic": "0.5.0",
"packages/core/interfaces": "0.11.0",
"packages/core/npm-aqua-compiler": "0.0.3"
Expand Down
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 @@ -75,6 +75,12 @@
* devDependencies
* @fluencelabs/js-client bumped to 0.8.2

### Dependencies

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

## [0.3.5](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.3.4...aqua-to-js-v0.3.5) (2023-12-15)


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.10",
"version": "0.3.11",
"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.8.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.8.2...js-client-v0.8.3) (2024-02-09)


### Bug Fixes

* **js-client:** Handle null as user input value ([#431](https://github.com/fluencelabs/js-client/issues/431)) ([d7070fd](https://github.com/fluencelabs/js-client/commit/d7070fd71ef8524bdc47c0c84afe0a62ae80dca6))

## [0.8.2](https://github.com/fluencelabs/js-client/compare/js-client-v0.8.1...js-client-v0.8.2) (2024-02-09)


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

0 comments on commit 0edea02

Please sign in to comment.