diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index ff6c3641f..62b3da2d8 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" } diff --git a/packages/core/aqua-to-js/CHANGELOG.md b/packages/core/aqua-to-js/CHANGELOG.md index 458863afc..17c6268fd 100644 --- a/packages/core/aqua-to-js/CHANGELOG.md +++ b/packages/core/aqua-to-js/CHANGELOG.md @@ -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-17) + + +### ⚠ 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 diff --git a/packages/core/aqua-to-js/package.json b/packages/core/aqua-to-js/package.json index 211d474c2..39503e501 100644 --- a/packages/core/aqua-to-js/package.json +++ b/packages/core/aqua-to-js/package.json @@ -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": [ diff --git a/packages/core/js-client/CHANGELOG.md b/packages/core/js-client/CHANGELOG.md index c59af776e..e16edf097 100644 --- a/packages/core/js-client/CHANGELOG.md +++ b/packages/core/js-client/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.3.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.2.1...js-client-v0.3.0) (2023-10-17) + + +### ⚠ 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 + * 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) diff --git a/packages/core/js-client/package.json b/packages/core/js-client/package.json index b6ef1850a..17a5a5dc8 100644 --- a/packages/core/js-client/package.json +++ b/packages/core/js-client/package.json @@ -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", @@ -36,7 +36,7 @@ "@chainsafe/libp2p-yamux": "5.0.0", "@fluencelabs/avm": "0.48.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", diff --git a/packages/core/marine-worker/CHANGELOG.md b/packages/core/marine-worker/CHANGELOG.md index d37261450..3b65708a2 100644 --- a/packages/core/marine-worker/CHANGELOG.md +++ b/packages/core/marine-worker/CHANGELOG.md @@ -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-17) + + +### ⚠ 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 diff --git a/packages/core/marine-worker/package.json b/packages/core/marine-worker/package.json index d69ffa08d..57ef5a6ff 100644 --- a/packages/core/marine-worker/package.json +++ b/packages/core/marine-worker/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@fluencelabs/marine-worker", - "version": "0.3.3", + "version": "0.4.0", "description": "Marine worker", "files": [ "dist"