mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 15:30:49 +00:00
chore: release master (#371)
This commit is contained in:
parent
bb8fca88e7
commit
8f011ace72
4
.github/release-please/manifest.json
vendored
4
.github/release-please/manifest.json
vendored
@ -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/marine-worker": "0.4.1",
|
||||||
"packages/core/aqua-to-js": "0.2.0",
|
"packages/core/aqua-to-js": "0.2.0",
|
||||||
"packages/core/js-client-isomorphic": "0.1.0"
|
"packages/core/js-client-isomorphic": "0.2.0"
|
||||||
}
|
}
|
||||||
|
18
packages/core/js-client-isomorphic/CHANGELOG.md
Normal file
18
packages/core/js-client-isomorphic/CHANGELOG.md
Normal 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))
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "@fluencelabs/js-client-isomorphic",
|
"name": "@fluencelabs/js-client-isomorphic",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Isomorphic entities for js-client",
|
"description": "Isomorphic entities for js-client",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## [0.4.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.3.0...js-client-v0.4.0) (2023-10-25)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fluencelabs/js-client",
|
"name": "@fluencelabs/js-client",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"description": "Client for interacting with Fluence network",
|
"description": "Client for interacting with Fluence network",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10",
|
"node": ">=10",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user