Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 8f011ac

Browse files
authored
chore: release master (#371)
1 parent bb8fca8 commit 8f011ac

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

.github/release-please/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/core/js-client": "0.4.0",
2+
"packages/core/js-client": "0.4.1",
33
"packages/core/marine-worker": "0.4.1",
44
"packages/core/aqua-to-js": "0.2.0",
5-
"packages/core/js-client-isomorphic": "0.1.0"
5+
"packages/core/js-client-isomorphic": "0.2.0"
66
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **js-client:** Simplify/optimize js-client and update README [fixes DXJ-490] ([#366](https://github.com/fluencelabs/js-client/issues/366))
9+
10+
### Bug Fixes
11+
12+
* **deps:** Use published threads package ([#369](https://github.com/fluencelabs/js-client/issues/369)) ([a605d75](https://github.com/fluencelabs/js-client/commit/a605d757f9ddf0cb9cb98ef30a88d1c696de3c89))
13+
* 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))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **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))

packages/core/js-client-isomorphic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@fluencelabs/js-client-isomorphic",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Isomorphic entities for js-client",
66
"files": [
77
"dist"

packages/core/js-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* @fluencelabs/js-client-isomorphic bumped to 0.2.0
8+
39
## [0.4.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.3.0...js-client-v0.4.0) (2023-10-25)
410

511

packages/core/js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/js-client",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Client for interacting with Fluence network",
55
"engines": {
66
"node": ">=10",

0 commit comments

Comments
 (0)