chore: release master (#428)

This commit is contained in:
fluencebot 2024-02-01 11:10:04 +02:00 committed by GitHub
parent 514663a4fd
commit 00db991332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 26 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{
"packages/core/js-client": "0.8.0",
"packages/core/js-client": "0.8.1",
"packages/core/marine-worker": "0.5.1",
"packages/core/aqua-to-js": "0.3.8",
"packages/core/aqua-to-js": "0.3.9",
"packages/core/js-client-isomorphic": "0.5.0",
"packages/core/interfaces": "0.11.0",
"packages/core/npm-aqua-compiler": "0.0.2"
"packages/core/npm-aqua-compiler": "0.0.3"
}

View File

@ -63,6 +63,12 @@
* devDependencies
* @fluencelabs/js-client bumped to 0.8.0
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @fluencelabs/js-client bumped to 0.8.1
## [0.3.5](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.3.4...aqua-to-js-v0.3.5) (2023-12-15)

View File

@ -1,7 +1,7 @@
{
"name": "@fluencelabs/aqua-to-js",
"type": "module",
"version": "0.3.8",
"version": "0.3.9",
"description": "Tool for generating aqua wrapper",
"main": "dist/index.js",
"files": [

View File

@ -12,6 +12,13 @@
* dependencies
* @fluencelabs/interfaces bumped to 0.9.0
## [0.8.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.8.0...js-client-v0.8.1) (2024-01-31)
### Bug Fixes
* Dial interval ([#421](https://github.com/fluencelabs/js-client/issues/421)) ([fa38328](https://github.com/fluencelabs/js-client/commit/fa38328fddac076831ecd0a352d802a0281c4ab4))
## [0.8.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.7.0...js-client-v0.8.0) (2024-01-29)

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/js-client",
"version": "0.8.0",
"version": "0.8.1",
"description": "Client for interacting with Fluence network",
"engines": {
"node": ">=10",

View File

@ -1,5 +1,12 @@
# Changelog
## [0.0.3](https://github.com/fluencelabs/js-client/compare/npm-aqua-compiler-v0.0.2...npm-aqua-compiler-v0.0.3) (2024-01-31)
### Bug Fixes
* **npm-aqua-compiler:** Support aquaDir inside the project's node_nodules ([#427](https://github.com/fluencelabs/js-client/issues/427)) ([514663a](https://github.com/fluencelabs/js-client/commit/514663a4fde716e216f3112277d4bef6370dfdae))
## [0.0.2](https://github.com/fluencelabs/js-client/compare/npm-aqua-compiler-v0.0.1...npm-aqua-compiler-v0.0.2) (2023-12-15)

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@fluencelabs/npm-aqua-compiler",
"version": "0.0.2",
"version": "0.0.3",
"description": "Tool for converting npm imports to aqua compiler input",
"types": "./dist/imports.d.ts",
"exports": {