Skip to content

Commit 00db991

Browse files
authored
chore: release master (#428)
1 parent 514663a commit 00db991

File tree

7 files changed

+26
-6
lines changed

7 files changed

+26
-6
lines changed

.github/release-please/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/core/js-client": "0.8.0",
2+
"packages/core/js-client": "0.8.1",
33
"packages/core/marine-worker": "0.5.1",
4-
"packages/core/aqua-to-js": "0.3.8",
4+
"packages/core/aqua-to-js": "0.3.9",
55
"packages/core/js-client-isomorphic": "0.5.0",
66
"packages/core/interfaces": "0.11.0",
7-
"packages/core/npm-aqua-compiler": "0.0.2"
7+
"packages/core/npm-aqua-compiler": "0.0.3"
88
}

packages/core/aqua-to-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
* devDependencies
6464
* @fluencelabs/js-client bumped to 0.8.0
6565

66+
### Dependencies
67+
68+
* The following workspace dependencies were updated
69+
* devDependencies
70+
* @fluencelabs/js-client bumped to 0.8.1
71+
6672
## [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)
6773

6874

packages/core/aqua-to-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluencelabs/aqua-to-js",
33
"type": "module",
4-
"version": "0.3.8",
4+
"version": "0.3.9",
55
"description": "Tool for generating aqua wrapper",
66
"main": "dist/index.js",
77
"files": [

packages/core/js-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
* dependencies
1313
* @fluencelabs/interfaces bumped to 0.9.0
1414

15+
## [0.8.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.8.0...js-client-v0.8.1) (2024-01-31)
16+
17+
18+
### Bug Fixes
19+
20+
* Dial interval ([#421](https://github.com/fluencelabs/js-client/issues/421)) ([fa38328](https://github.com/fluencelabs/js-client/commit/fa38328fddac076831ecd0a352d802a0281c4ab4))
21+
1522
## [0.8.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.7.0...js-client-v0.8.0) (2024-01-29)
1623

1724

packages/core/js-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/js-client",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Client for interacting with Fluence network",
55
"engines": {
66
"node": ">=10",

packages/core/npm-aqua-compiler/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [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)
411

512

packages/core/npm-aqua-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@fluencelabs/npm-aqua-compiler",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "Tool for converting npm imports to aqua compiler input",
66
"types": "./dist/imports.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)