Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/core/js-client": "0.2.1",
"packages/core/marine-worker": "0.3.3",
"packages/core/aqua-to-js": "0.0.4"
"packages/core/js-client": "0.3.0",
"packages/core/marine-worker": "0.4.0",
"packages/core/aqua-to-js": "0.1.0"
}
18 changes: 18 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,24 @@
* devDependencies
* @fluencelabs/js-client bumped to 0.2.1

## [0.1.0](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.0.4...aqua-to-js-v0.1.0) (2023-10-18)


### ⚠ BREAKING CHANGES

* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355))

### Features

* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355)) ([919c7d6](https://github.com/fluencelabs/js-client/commit/919c7d6ea1e9c153ff7a367873c85fb36624125d))


### Dependencies

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

## 0.0.1 (2023-09-22)

### Features
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.0.4",
"version": "0.1.0",
"description": "Tool for generating aqua wrapper",
"main": "dist/index.js",
"files": [
Expand Down
29 changes: 29 additions & 0 deletions packages/core/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.3.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.2.1...js-client-v0.3.0) (2023-10-18)


### ⚠ BREAKING CHANGES

* Bump avm ([#361](https://github.com/fluencelabs/js-client/issues/361))
* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355))

### Features

* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355)) ([919c7d6](https://github.com/fluencelabs/js-client/commit/919c7d6ea1e9c153ff7a367873c85fb36624125d))


### Bug Fixes

* **tests:** Repair integration tests [fixes DXJ-506] ([#364](https://github.com/fluencelabs/js-client/issues/364)) ([36c7619](https://github.com/fluencelabs/js-client/commit/36c7619b4a1e8e2426aaf5592a14e96dafefb273))


### Miscellaneous Chores

* Bump avm ([#361](https://github.com/fluencelabs/js-client/issues/361)) ([29ec812](https://github.com/fluencelabs/js-client/commit/29ec812fc1c5ee812cceb4034776b344e5cadfe5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fluencelabs/marine-worker bumped from 0.3.3 to 0.4.0

## [0.2.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.2.0...js-client-v0.2.1) (2023-10-12)


Expand Down
4 changes: 2 additions & 2 deletions 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.2.1",
"version": "0.3.0",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@chainsafe/libp2p-yamux": "5.0.0",
"@fluencelabs/avm": "0.52.0",
"@fluencelabs/interfaces": "workspace:*",
"@fluencelabs/marine-worker": "0.3.3",
"@fluencelabs/marine-worker": "0.4.0",
"@libp2p/crypto": "2.0.3",
"@libp2p/interface": "0.1.2",
"@libp2p/peer-id": "3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/marine-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.0](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.3.3...marine-worker-v0.4.0) (2023-10-18)


### ⚠ BREAKING CHANGES

* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355))

### Features

* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355)) ([919c7d6](https://github.com/fluencelabs/js-client/commit/919c7d6ea1e9c153ff7a367873c85fb36624125d))

## [0.3.3](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.3.2...marine-worker-v0.3.3) (2023-09-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/marine-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/marine-worker",
"version": "0.3.3",
"version": "0.4.0",
"description": "Marine worker",
"files": [
"dist"
Expand Down
41 changes: 3 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.