Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 9799ca1

Browse files
fluencebotAkim
andauthored
chore: release master (#362)
* chore: release master * chore: Regenerate pnpm lock file --------- Co-authored-by: Akim <[email protected]>
1 parent 357ca00 commit 9799ca1

File tree

8 files changed

+68
-45
lines changed

8 files changed

+68
-45
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core/js-client": "0.2.1",
3-
"packages/core/marine-worker": "0.3.3",
4-
"packages/core/aqua-to-js": "0.0.4"
2+
"packages/core/js-client": "0.3.0",
3+
"packages/core/marine-worker": "0.4.0",
4+
"packages/core/aqua-to-js": "0.1.0"
55
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@
1818
* devDependencies
1919
* @fluencelabs/js-client bumped to 0.2.1
2020

21+
## [0.1.0](https://github.com/fluencelabs/js-client/compare/aqua-to-js-v0.0.4...aqua-to-js-v0.1.0) (2023-10-18)
22+
23+
24+
### ⚠ BREAKING CHANGES
25+
26+
* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355))
27+
28+
### Features
29+
30+
* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355)) ([919c7d6](https://github.com/fluencelabs/js-client/commit/919c7d6ea1e9c153ff7a367873c85fb36624125d))
31+
32+
33+
### Dependencies
34+
35+
* The following workspace dependencies were updated
36+
* devDependencies
37+
* @fluencelabs/js-client bumped to 0.3.0
38+
2139
## 0.0.1 (2023-09-22)
2240

2341
### Features

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

Lines changed: 1 addition & 1 deletion
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.0.4",
4+
"version": "0.1.0",
55
"description": "Tool for generating aqua wrapper",
66
"main": "dist/index.js",
77
"files": [

packages/core/js-client/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/fluencelabs/js-client/compare/js-client-v0.2.1...js-client-v0.3.0) (2023-10-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Bump avm ([#361](https://github.com/fluencelabs/js-client/issues/361))
9+
* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355))
10+
11+
### Features
12+
13+
* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355)) ([919c7d6](https://github.com/fluencelabs/js-client/commit/919c7d6ea1e9c153ff7a367873c85fb36624125d))
14+
15+
16+
### Bug Fixes
17+
18+
* **tests:** Repair integration tests [fixes DXJ-506] ([#364](https://github.com/fluencelabs/js-client/issues/364)) ([36c7619](https://github.com/fluencelabs/js-client/commit/36c7619b4a1e8e2426aaf5592a14e96dafefb273))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Bump avm ([#361](https://github.com/fluencelabs/js-client/issues/361)) ([29ec812](https://github.com/fluencelabs/js-client/commit/29ec812fc1c5ee812cceb4034776b344e5cadfe5))
24+
25+
26+
### Dependencies
27+
28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* @fluencelabs/marine-worker bumped from 0.3.3 to 0.4.0
31+
332
## [0.2.1](https://github.com/fluencelabs/js-client/compare/js-client-v0.2.0...js-client-v0.2.1) (2023-10-12)
433

534

packages/core/js-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/js-client",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Client for interacting with Fluence network",
55
"engines": {
66
"node": ">=10",
@@ -36,7 +36,7 @@
3636
"@chainsafe/libp2p-yamux": "5.0.0",
3737
"@fluencelabs/avm": "0.52.0",
3838
"@fluencelabs/interfaces": "workspace:*",
39-
"@fluencelabs/marine-worker": "0.3.3",
39+
"@fluencelabs/marine-worker": "0.4.0",
4040
"@libp2p/crypto": "2.0.3",
4141
"@libp2p/interface": "0.1.2",
4242
"@libp2p/peer-id": "3.0.2",

packages/core/marine-worker/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.3.3...marine-worker-v0.4.0) (2023-10-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355))
9+
10+
### Features
11+
12+
* **js-client:** Adding strictes eslint and ts config to all packages [fixes DXJ-464] ([#355](https://github.com/fluencelabs/js-client/issues/355)) ([919c7d6](https://github.com/fluencelabs/js-client/commit/919c7d6ea1e9c153ff7a367873c85fb36624125d))
13+
314
## [0.3.3](https://github.com/fluencelabs/js-client/compare/marine-worker-v0.3.2...marine-worker-v0.3.3) (2023-09-22)
415

516
### Bug Fixes

packages/core/marine-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@fluencelabs/marine-worker",
4-
"version": "0.3.3",
4+
"version": "0.4.0",
55
"description": "Marine worker",
66
"files": [
77
"dist"

pnpm-lock.yaml

Lines changed: 3 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)