chore: release master (#375)

* chore: release master

* chore: Regenerate pnpm lock file
This commit is contained in:
fluencebot
2023-11-06 16:03:27 +02:00
committed by GitHub
parent b460491fbd
commit 1803d83ce7
8 changed files with 62 additions and 69 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## [0.2.2](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.1...js-client-isomorphic-v0.2.2) (2023-11-06)
### Bug Fixes
* JS-client bugs and tech debt [fixes DXJ-520] ([#374](https://github.com/fluencelabs/js-client/issues/374)) ([b460491](https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/marine-worker bumped from 0.4.1 to 0.4.2
## [0.2.1](https://github.com/fluencelabs/js-client/compare/js-client-isomorphic-v0.2.0...js-client-isomorphic-v0.2.1) (2023-10-30)

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/js-client-isomorphic",
"version": "0.2.1",
"version": "0.2.2",
"description": "Isomorphic entities for js-client",
"files": [
"dist"
@ -25,7 +25,7 @@
"dependencies": {
"@fluencelabs/avm": "0.54.0",
"@fluencelabs/marine-js": "0.7.2",
"@fluencelabs/marine-worker": "0.4.1",
"@fluencelabs/marine-worker": "0.4.2",
"@fluencelabs/threads": "^2.0.0"
},
"keywords": [],

View File

@ -6,6 +6,21 @@
* dependencies
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
## [0.4.3](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.2...js-client-v0.4.3) (2023-11-06)
### Bug Fixes
* JS-client bugs and tech debt [fixes DXJ-520] ([#374](https://github.com/fluencelabs/js-client/issues/374)) ([b460491](https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-client-isomorphic bumped to 0.2.2
* @fluencelabs/marine-worker bumped from 0.4.1 to 0.4.2
## [0.4.2](https://github.com/fluencelabs/js-client/compare/js-client-v0.4.1...js-client-v0.4.2) (2023-10-30)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.4.2",
"version": "0.4.3",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",
@ -35,7 +35,7 @@
"@fluencelabs/avm": "0.54.0",
"@fluencelabs/interfaces": "workspace:*",
"@fluencelabs/js-client-isomorphic": "workspace:*",
"@fluencelabs/marine-worker": "0.4.1",
"@fluencelabs/marine-worker": "0.4.2",
"@fluencelabs/threads": "^2.0.0",
"@libp2p/crypto": "2.0.3",
"@libp2p/interface": "0.1.2",

View File

@ -1,5 +1,12 @@
# Changelog
## [0.4.2](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.1...marine-worker-v0.4.2) (2023-11-06)
### Bug Fixes
* JS-client bugs and tech debt [fixes DXJ-520] ([#374](https://github.com/fluencelabs/js-client/issues/374)) ([b460491](https://github.com/fluencelabs/js-client/commit/b460491fbd0d07e3507a6c70f162014580c6d6da))
## [0.4.1](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.4.0...marine-worker-v0.4.1) (2023-10-25)

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/marine-worker",
"version": "0.4.1",
"version": "0.4.2",
"description": "Marine worker",
"files": [
"dist"