chore: release master (#371)

This commit is contained in:
fluencebot 2023-10-27 11:43:54 +03:00 committed by GitHub
parent bb8fca88e7
commit 8f011ace72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"packages/core/js-client": "0.4.0",
"packages/core/js-client": "0.4.1",
"packages/core/marine-worker": "0.4.1",
"packages/core/aqua-to-js": "0.2.0",
"packages/core/js-client-isomorphic": "0.1.0"
"packages/core/js-client-isomorphic": "0.2.0"
}

View File

@ -0,0 +1,18 @@
# Changelog
## [0.2.0](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.1.0...js-client-isomorphic-v0.2.0) (2023-10-26)
### ⚠ BREAKING CHANGES
* **js-client:** Simplify/optimize js-client and update README [fixes DXJ-490] ([#366](https://github.com/fluencelabs/js-client/issues/366))
### Bug Fixes
* **deps:** Use published threads package ([#369](https://github.com/fluencelabs/js-client/issues/369)) ([a605d75](https://github.com/fluencelabs/js-client/commit/a605d757f9ddf0cb9cb98ef30a88d1c696de3c89))
* Enable publishing of js-client-isomorphic [fixes DXJ-516] ([#370](https://github.com/fluencelabs/js-client/issues/370)) ([bb8fca8](https://github.com/fluencelabs/js-client/commit/bb8fca88e793cb2020cb3fea8f308626c788e6ef))
### Miscellaneous Chores
* **js-client:** Simplify/optimize js-client and update README [fixes DXJ-490] ([#366](https://github.com/fluencelabs/js-client/issues/366)) ([f9abc64](https://github.com/fluencelabs/js-client/commit/f9abc6419c9b32aacec4b05a625d08ec7ff407ba))

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/js-client-isomorphic",
"version": "0.1.0",
"version": "0.2.0",
"description": "Isomorphic entities for js-client",
"files": [
"dist"

View File

@ -1,5 +1,11 @@
# Changelog
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
## [0.4.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.3.0...js-client-v0.4.0) (2023-10-25)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.4.0",
"version": "0.4.1",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",