mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
chore: release master (#428)
This commit is contained in:
parent
514663a4fd
commit
00db991332
6
.github/release-please/manifest.json
vendored
6
.github/release-please/manifest.json
vendored
@ -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"
|
||||
}
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user