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

Commit bb8fca8

Browse files
author
Akim
authored
fix: Enable publishing of js-client-isomorphic [fixes DXJ-516] (#370)
* Publish js-client-isomorphic * Release 0.1.0 manually
1 parent 747a7a1 commit bb8fca8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/release-please/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"packages": {
1111
"packages/core/js-client": {},
12+
"packages/core/js-client-isomorphic": {},
1213
"packages/core/marine-worker": {},
1314
"packages/core/aqua-to-js": {}
1415
}

.github/release-please/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"packages/core/js-client": "0.4.0",
33
"packages/core/marine-worker": "0.4.1",
4-
"packages/core/aqua-to-js": "0.2.0"
4+
"packages/core/aqua-to-js": "0.2.0",
5+
"packages/core/js-client-isomorphic": "0.1.0"
56
}

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": "1.0.0",
4+
"version": "0.1.0",
55
"description": "Isomorphic entities for js-client",
66
"files": [
77
"dist"

0 commit comments

Comments
 (0)