Skip to content

Commit

Permalink
chore: release master (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Jan 31, 2024
1 parent 8ac029b commit 628e601
Show file tree
Hide file tree
Showing 5 changed files with 21 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.7.0",
"packages/core/js-client": "0.8.0",
"packages/core/marine-worker": "0.5.1",
"packages/core/aqua-to-js": "0.3.7",
"packages/core/aqua-to-js": "0.3.8",
"packages/core/js-client-isomorphic": "0.5.0",
"packages/core/interfaces": "0.11.0",
"packages/core/npm-aqua-compiler": "0.0.2"
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 @@ -57,6 +57,12 @@
* @fluencelabs/interfaces bumped to 0.11.0
* @fluencelabs/js-client bumped to 0.7.0

### Dependencies

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

## [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.7",
"version": "0.3.8",
"description": "Tool for generating aqua wrapper",
"main": "dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/core/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
* dependencies
* @fluencelabs/interfaces bumped to 0.9.0

## [0.8.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.7.0...js-client-v0.8.0) (2024-01-29)


### ⚠ BREAKING CHANGES

* **js-client:** Multiformat MsgPack for particle data ([#422](https://github.com/fluencelabs/js-client/issues/422))

### Features

* **js-client:** Multiformat MsgPack for particle data ([#422](https://github.com/fluencelabs/js-client/issues/422)) ([8ac029b](https://github.com/fluencelabs/js-client/commit/8ac029b6d336114a90559fb3fee18f7493beb1e0))

## [0.7.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.6.0...js-client-v0.7.0) (2024-01-26)


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

0 comments on commit 628e601

Please sign in to comment.