Skip to content

Commit

Permalink
chore: release master (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Oct 27, 2023
1 parent bb8fca8 commit 8f011ac
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
18 changes: 18 additions & 0 deletions packages/core/js-client-isomorphic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/core/js-client-isomorphic/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/js-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8f011ac

Please sign in to comment.