Skip to content

Commit 1291c8a

Browse files
authored
v0.4.0 (#190)
1 parent 2bfac73 commit 1291c8a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+266
-54
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/packages/typechain-target-fuels/example/
77
__generated__
88
out
9+
CHANGELOG.md

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ node_modules
77
/packages/typechain-target-fuels/example/
88
__generated__
99
out
10+
CHANGELOG.md

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* abi skip empty ([#163](https://github.com/FuelLabs/fuels-ts/issues/163)) ([09c9916](https://github.com/FuelLabs/fuels-ts/commit/09c991625132376ecf406e054bb4225bf4f629d2))
12+
* change postinstall to prepare ([#160](https://github.com/FuelLabs/fuels-ts/issues/160)) ([b156dcf](https://github.com/FuelLabs/fuels-ts/commit/b156dcfa63f8ed34b2a3d102b31fef2f8aa5df0d))
13+
* remove empty params from types ([#164](https://github.com/FuelLabs/fuels-ts/issues/164)) ([8de80f9](https://github.com/FuelLabs/fuels-ts/commit/8de80f9ee880276d402e7c2e97c14a12ffcf9938))
14+
15+
16+
### Features
17+
18+
* add `callStatic` methods to Contract ([#180](https://github.com/FuelLabs/fuels-ts/issues/180)) ([43d3137](https://github.com/FuelLabs/fuels-ts/commit/43d3137840d91ee178a268a8a98ed8bb3e42d845))
19+
* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) ([1d991c0](https://github.com/FuelLabs/fuels-ts/commit/1d991c0ddfd819b2b3a2b399376344fa4a9579d0))
20+
* call contract method with mutiple params ([#170](https://github.com/FuelLabs/fuels-ts/issues/170)) ([ca7da40](https://github.com/FuelLabs/fuels-ts/commit/ca7da403fdecc6ea6a2c5ffdb956f02c57622646))
21+
* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) ([2bfac73](https://github.com/FuelLabs/fuels-ts/commit/2bfac73742db4888bedacf151f1566b435f561c6))
22+
* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) ([68b9dbe](https://github.com/FuelLabs/fuels-ts/commit/68b9dbe43e8c6f193cf161e47195accd20f96ab9))
23+
24+
25+
26+
27+
628
# 0.3.0 (2022-03-04)
729

830

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.3.0"
5+
"version": "0.4.0"
66
}

packages/abi-coder/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* abi skip empty ([#163](https://github.com/FuelLabs/fuels-ts/issues/163)) ([09c9916](https://github.com/FuelLabs/fuels-ts/commit/09c991625132376ecf406e054bb4225bf4f629d2))
12+
13+
14+
### Features
15+
16+
* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) ([1d991c0](https://github.com/FuelLabs/fuels-ts/commit/1d991c0ddfd819b2b3a2b399376344fa4a9579d0))
17+
* call contract method with mutiple params ([#170](https://github.com/FuelLabs/fuels-ts/issues/170)) ([ca7da40](https://github.com/FuelLabs/fuels-ts/commit/ca7da403fdecc6ea6a2c5ffdb956f02c57622646))
18+
* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) ([68b9dbe](https://github.com/FuelLabs/fuels-ts/commit/68b9dbe43e8c6f193cf161e47195accd20f96ab9))
19+
20+
21+
22+
23+
624
# 0.3.0 (2022-03-04)
725

826
**Note:** Version bump only for package @fuel-ts/abi-coder

packages/abi-coder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-coder",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedocMain": "src/index.ts",

packages/constants/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)
7+
8+
**Note:** Version bump only for package @fuel-ts/constants

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/constants",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedocMain": "src/index.ts",

packages/contract/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)
7+
8+
9+
### Features
10+
11+
* add `callStatic` methods to Contract ([#180](https://github.com/FuelLabs/fuels-ts/issues/180)) ([43d3137](https://github.com/FuelLabs/fuels-ts/commit/43d3137840d91ee178a268a8a98ed8bb3e42d845))
12+
* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) ([1d991c0](https://github.com/FuelLabs/fuels-ts/commit/1d991c0ddfd819b2b3a2b399376344fa4a9579d0))
13+
* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) ([68b9dbe](https://github.com/FuelLabs/fuels-ts/commit/68b9dbe43e8c6f193cf161e47195accd20f96ab9))
14+
15+
16+
17+
18+
619
# 0.3.0 (2022-03-04)
720

821
**Note:** Version bump only for package @fuel-ts/contract

packages/contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/contract",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedocMain": "src/index.ts",
@@ -18,10 +18,10 @@
1818
"@ethersproject/logger": "^5.5.0",
1919
"@ethersproject/random": "^5.5.1",
2020
"@ethersproject/sha2": "^5.6.0",
21-
"@fuel-ts/abi-coder": "0.3.0",
22-
"@fuel-ts/constants": "0.3.0",
23-
"@fuel-ts/merkle": "0.3.0",
24-
"@fuel-ts/providers": "0.3.0",
25-
"@fuel-ts/wallet": "0.3.0"
21+
"@fuel-ts/abi-coder": "^0.4.0",
22+
"@fuel-ts/constants": "^0.4.0",
23+
"@fuel-ts/merkle": "^0.4.0",
24+
"@fuel-ts/providers": "^0.4.0",
25+
"@fuel-ts/wallet": "^0.4.0"
2626
}
2727
}

0 commit comments

Comments
 (0)