Skip to content

Commit

Permalink
v0.4.0 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnLee authored Mar 13, 2022
1 parent 2bfac73 commit 1291c8a
Show file tree
Hide file tree
Showing 42 changed files with 266 additions and 54 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/packages/typechain-target-fuels/example/
__generated__
out
CHANGELOG.md
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ node_modules
/packages/typechain-target-fuels/example/
__generated__
out
CHANGELOG.md
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)


### Bug Fixes

* abi skip empty ([#163](https://github.com/FuelLabs/fuels-ts/issues/163)) ([09c9916](https://github.com/FuelLabs/fuels-ts/commit/09c991625132376ecf406e054bb4225bf4f629d2))
* change postinstall to prepare ([#160](https://github.com/FuelLabs/fuels-ts/issues/160)) ([b156dcf](https://github.com/FuelLabs/fuels-ts/commit/b156dcfa63f8ed34b2a3d102b31fef2f8aa5df0d))
* remove empty params from types ([#164](https://github.com/FuelLabs/fuels-ts/issues/164)) ([8de80f9](https://github.com/FuelLabs/fuels-ts/commit/8de80f9ee880276d402e7c2e97c14a12ffcf9938))


### Features

* add `callStatic` methods to Contract ([#180](https://github.com/FuelLabs/fuels-ts/issues/180)) ([43d3137](https://github.com/FuelLabs/fuels-ts/commit/43d3137840d91ee178a268a8a98ed8bb3e42d845))
* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) ([1d991c0](https://github.com/FuelLabs/fuels-ts/commit/1d991c0ddfd819b2b3a2b399376344fa4a9579d0))
* call contract method with mutiple params ([#170](https://github.com/FuelLabs/fuels-ts/issues/170)) ([ca7da40](https://github.com/FuelLabs/fuels-ts/commit/ca7da403fdecc6ea6a2c5ffdb956f02c57622646))
* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) ([2bfac73](https://github.com/FuelLabs/fuels-ts/commit/2bfac73742db4888bedacf151f1566b435f561c6))
* 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))





# 0.3.0 (2022-03-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.3.0"
"version": "0.4.0"
}
18 changes: 18 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)


### Bug Fixes

* abi skip empty ([#163](https://github.com/FuelLabs/fuels-ts/issues/163)) ([09c9916](https://github.com/FuelLabs/fuels-ts/commit/09c991625132376ecf406e054bb4225bf4f629d2))


### Features

* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) ([1d991c0](https://github.com/FuelLabs/fuels-ts/commit/1d991c0ddfd819b2b3a2b399376344fa4a9579d0))
* call contract method with mutiple params ([#170](https://github.com/FuelLabs/fuels-ts/issues/170)) ([ca7da40](https://github.com/FuelLabs/fuels-ts/commit/ca7da403fdecc6ea6a2c5ffdb956f02c57622646))
* 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))





# 0.3.0 (2022-03-04)

**Note:** Version bump only for package @fuel-ts/abi-coder
2 changes: 1 addition & 1 deletion packages/abi-coder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-coder",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)

**Note:** Version bump only for package @fuel-ts/constants
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/constants",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)


### Features

* add `callStatic` methods to Contract ([#180](https://github.com/FuelLabs/fuels-ts/issues/180)) ([43d3137](https://github.com/FuelLabs/fuels-ts/commit/43d3137840d91ee178a268a8a98ed8bb3e42d845))
* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) ([1d991c0](https://github.com/FuelLabs/fuels-ts/commit/1d991c0ddfd819b2b3a2b399376344fa4a9579d0))
* 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))





# 0.3.0 (2022-03-04)

**Note:** Version bump only for package @fuel-ts/contract
12 changes: 6 additions & 6 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/contract",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand All @@ -18,10 +18,10 @@
"@ethersproject/logger": "^5.5.0",
"@ethersproject/random": "^5.5.1",
"@ethersproject/sha2": "^5.6.0",
"@fuel-ts/abi-coder": "0.3.0",
"@fuel-ts/constants": "0.3.0",
"@fuel-ts/merkle": "0.3.0",
"@fuel-ts/providers": "0.3.0",
"@fuel-ts/wallet": "0.3.0"
"@fuel-ts/abi-coder": "^0.4.0",
"@fuel-ts/constants": "^0.4.0",
"@fuel-ts/merkle": "^0.4.0",
"@fuel-ts/providers": "^0.4.0",
"@fuel-ts/wallet": "^0.4.0"
}
}
12 changes: 12 additions & 0 deletions packages/example-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)


### Features

* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) ([2bfac73](https://github.com/FuelLabs/fuels-ts/commit/2bfac73742db4888bedacf151f1566b435f561c6))
* 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))





# 0.3.0 (2022-03-04)

**Note:** Version bump only for package @fuel-ts/example-contract
8 changes: 4 additions & 4 deletions packages/example-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/example-contract",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"scripts": {
Expand All @@ -9,12 +9,12 @@
"license": "Apache-2.0",
"dependencies": {
"@ethersproject/bytes": "^5.5.0",
"@fuel-ts/wallet": "^0.3.0",
"fuels": "0.3.0"
"@fuel-ts/wallet": "^0.4.0",
"fuels": "^0.4.0"
},
"devDependencies": {
"prettier": "^2.4.1",
"typechain": "^6.0.2",
"typechain-target-fuels": "0.3.0"
"typechain-target-fuels": "^0.4.0"
}
}
11 changes: 11 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)


### Features

* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) ([2bfac73](https://github.com/FuelLabs/fuels-ts/commit/2bfac73742db4888bedacf151f1566b435f561c6))





# 0.3.0 (2022-03-04)

**Note:** Version bump only for package fuels
14 changes: 7 additions & 7 deletions packages/fuels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuels",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand All @@ -12,11 +12,11 @@
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@fuel-ts/abi-coder": "0.3.0",
"@fuel-ts/constants": "0.3.0",
"@fuel-ts/contract": "0.3.0",
"@fuel-ts/providers": "0.3.0",
"@fuel-ts/transactions": "0.3.0",
"@fuel-ts/wallet": "0.3.0"
"@fuel-ts/abi-coder": "^0.4.0",
"@fuel-ts/constants": "^0.4.0",
"@fuel-ts/contract": "^0.4.0",
"@fuel-ts/providers": "^0.4.0",
"@fuel-ts/transactions": "^0.4.0",
"@fuel-ts/wallet": "^0.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)

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





# 0.3.0 (2022-03-04)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/hasher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hasher",
"version": "0.3.0",
"version": "0.4.0",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand All @@ -13,12 +13,12 @@
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/sha2": "^5.5.0",
"@fuel-ts/constants": "0.3.0",
"@fuel-ts/providers": "0.3.0",
"@fuel-ts/constants": "^0.4.0",
"@fuel-ts/providers": "^0.4.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@fuel-ts/testcases": "0.3.0",
"@fuel-ts/testcases": "^0.4.0",
"@types/lodash.clonedeep": "^4.5.6"
}
}
8 changes: 8 additions & 0 deletions packages/hdwallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)

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





# 0.3.0 (2022-03-04)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/hdwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hdwallet",
"version": "0.3.0",
"version": "0.4.0",
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand All @@ -14,7 +14,7 @@
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/sha2": "^5.5.0",
"@fuel-ts/mnemonic": "0.3.0",
"@fuel-ts/signer": "0.3.0"
"@fuel-ts/mnemonic": "^0.4.0",
"@fuel-ts/signer": "^0.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/merkle-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)

**Note:** Version bump only for package @fuel-ts/merkle-shared





# 0.3.0 (2022-03-04)

**Note:** Version bump only for package @fuel-ts/merkle-shared
2 changes: 1 addition & 1 deletion packages/merkle-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merkle-shared",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/merkle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)

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





# 0.3.0 (2022-03-04)

**Note:** Version bump only for package @fuel-ts/merkle
4 changes: 2 additions & 2 deletions packages/merkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merkle",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand All @@ -10,6 +10,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@fuel-ts/merkle-shared": "0.3.0"
"@fuel-ts/merkle-shared": "^0.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/merklesum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)

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





# 0.3.0 (2022-03-04)

**Note:** Version bump only for package @fuel-ts/merklesum
4 changes: 2 additions & 2 deletions packages/merklesum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merklesum",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand All @@ -11,6 +11,6 @@
"license": "Apache-2.0",
"dependencies": {
"@ethersproject/bignumber": "^5.4.2",
"@fuel-ts/merkle-shared": "0.3.0"
"@fuel-ts/merkle-shared": "^0.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/mnemonic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13)

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





# 0.3.0 (2022-03-04)

### Features
Expand Down
Loading

0 comments on commit 1291c8a

Please sign in to comment.