Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/client/api": "0.11.0",
"packages/client/js-client.node": "0.6.0",
"packages/client/js-client.web.standalone": "0.13.0",
"packages/client/api": "0.11.1",
"packages/client/js-client.node": "0.6.1",
"packages/client/js-client.web.standalone": "0.13.1",
"packages/client/tools": "0.2.0",
"packages/core/interfaces": "0.7.0",
"packages/core/js-peer": "0.8.0"
"packages/core/interfaces": "0.7.1",
"packages/core/js-peer": "0.8.1"
}
14 changes: 14 additions & 0 deletions packages/client/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.11.1](https://github.com/fluencelabs/js-client/compare/js-client.api-v0.11.0...js-client.api-v0.11.1) (2023-02-16)


### Features

* Simplify JS Client public API ([#257](https://github.com/fluencelabs/js-client/issues/257)) ([9daaf41](https://github.com/fluencelabs/js-client/commit/9daaf410964d43228192c829c7ff785db6e88081))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fluencelabs/interfaces bumped from 0.7.0 to 0.7.1

## [0.11.0](https://github.com/fluencelabs/fluence-js/compare/js-client.api-v0.10.0...js-client.api-v0.11.0) (2023-02-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.api",
"version": "0.11.0",
"version": "0.11.1",
"description": "JS Client API",
"engines": {
"node": ">=10",
Expand All @@ -25,7 +25,7 @@
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/interfaces": "0.7.0"
"@fluencelabs/interfaces": "0.7.1"
},
"devDependencies": {
"@fluencelabs/avm": "0.35.4",
Expand Down
14 changes: 14 additions & 0 deletions packages/client/js-client.node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.1](https://github.com/fluencelabs/js-client/compare/js-client.node-v0.6.0...js-client.node-v0.6.1) (2023-02-16)


### Features

* Simplify JS Client public API ([#257](https://github.com/fluencelabs/js-client/issues/257)) ([9daaf41](https://github.com/fluencelabs/js-client/commit/9daaf410964d43228192c829c7ff785db6e88081))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.0 to 0.8.1

## [0.6.0](https://github.com/fluencelabs/fluence-js/compare/js-client.node-v0.5.0...js-client.node-v0.6.0) (2023-02-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/js-client.node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.node",
"version": "0.6.0",
"version": "0.6.1",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/js-peer": "0.8.0",
"@fluencelabs/js-peer": "0.8.1",
"@fluencelabs/avm": "0.35.4",
"@fluencelabs/marine-js": "0.3.45",
"platform": "1.3.6"
Expand Down
14 changes: 14 additions & 0 deletions packages/client/js-client.web.standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.1](https://github.com/fluencelabs/js-client/compare/js-client.web.standalone-v0.13.0...js-client.web.standalone-v0.13.1) (2023-02-16)


### Features

* Simplify JS Client public API ([#257](https://github.com/fluencelabs/js-client/issues/257)) ([9daaf41](https://github.com/fluencelabs/js-client/commit/9daaf410964d43228192c829c7ff785db6e88081))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fluencelabs/js-peer bumped from 0.8.0 to 0.8.1

## [0.13.0](https://github.com/fluencelabs/fluence-js/compare/js-client.web.standalone-v0.12.0...js-client.web.standalone-v0.13.0) (2023-02-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/js-client.web.standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client.web.standalone",
"version": "0.13.0",
"version": "0.13.1",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/js-peer": "0.8.0",
"@fluencelabs/js-peer": "0.8.1",
"buffer": "6.0.3",
"process": "0.11.10"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/core/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1](https://github.com/fluencelabs/js-client/compare/interfaces-v0.7.0...interfaces-v0.7.1) (2023-02-16)


### Features

* Simplify JS Client public API ([#257](https://github.com/fluencelabs/js-client/issues/257)) ([9daaf41](https://github.com/fluencelabs/js-client/commit/9daaf410964d43228192c829c7ff785db6e88081))

## [0.7.0](https://github.com/fluencelabs/fluence-js/compare/interfaces-v0.6.0...interfaces-v0.7.0) (2023-02-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluencelabs/interfaces",
"type": "module",
"version": "0.7.0",
"version": "0.7.1",
"description": "Interfaces",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/js-peer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.8.1](https://github.com/fluencelabs/js-client/compare/js-peer-v0.8.0...js-peer-v0.8.1) (2023-02-16)


### Features

* Simplify JS Client public API ([#257](https://github.com/fluencelabs/js-client/issues/257)) ([9daaf41](https://github.com/fluencelabs/js-client/commit/9daaf410964d43228192c829c7ff785db6e88081))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @fluencelabs/interfaces bumped from 0.7.0 to 0.7.1

## [0.8.0](https://github.com/fluencelabs/fluence-js/compare/js-peer-v0.7.0...js-peer-v0.8.0) (2023-02-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/js-peer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-peer",
"version": "0.8.0",
"version": "0.8.1",
"description": "TypeScript implementation of Fluence Peer",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "Fluence Labs",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/interfaces": "0.7.0",
"@fluencelabs/interfaces": "0.7.1",
"@fluencelabs/avm": "0.35.4",
"@fluencelabs/marine-js": "0.3.45",
"multiformats": "11.0.1",
Expand Down
Loading