Skip to content

Commit

Permalink
chore: release master (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Dec 6, 2023
1 parent 1578b79 commit ac407c2
Show file tree
Hide file tree
Showing 5 changed files with 18 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.3",
"packages/core/js-client": "0.5.4",
"packages/core/marine-worker": "0.5.0",
"packages/core/aqua-to-js": "0.3.3",
"packages/core/aqua-to-js": "0.3.4",
"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 @@ -37,6 +37,12 @@
* devDependencies
* @fluencelabs/js-client bumped to 0.5.3

### Dependencies

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

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

## [0.5.4](https://github.com/fluencelabs/js-client/compare/js-client-v0.5.3...js-client-v0.5.4) (2023-12-06)


### Features

* **js-client:** Update libp2p ecosystem [fixes DXJ-551] ([#393](https://github.com/fluencelabs/js-client/issues/393)) ([44eb149](https://github.com/fluencelabs/js-client/commit/44eb1493b3a40fea56cfe726f7e18cd646ca6f92))
* Support instance context [fixes DXJ-541] ([#392](https://github.com/fluencelabs/js-client/issues/392)) ([1578b79](https://github.com/fluencelabs/js-client/commit/1578b791ac4ff483dc73aa3fd5083b1eeef79be8))

## [0.5.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.5.2...js-client-v0.5.3) (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.3",
"version": "0.5.4",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
Expand Down

0 comments on commit ac407c2

Please sign in to comment.