Skip to content

Commit

Permalink
v0.5.0 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnLee authored Mar 30, 2022
1 parent 5880391 commit d3d72b8
Show file tree
Hide file tree
Showing 42 changed files with 258 additions and 60 deletions.
18 changes: 18 additions & 0 deletions 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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)


### Bug Fixes

* set json fragment name optional ([#200](https://github.com/FuelLabs/fuels-ts/issues/200)) ([1714d40](https://github.com/FuelLabs/fuels-ts/commit/1714d40c836992d826e377c013edcb906761ef76))


### Features

* add hdwallet and mnemonic features to wallet ([#196](https://github.com/FuelLabs/fuels-ts/issues/196)) ([9a71ed8](https://github.com/FuelLabs/fuels-ts/commit/9a71ed803f56b301253467adb0d5ecb85f926e9c))
* add types on contract factory generated code ([#201](https://github.com/FuelLabs/fuels-ts/issues/201)) ([5880391](https://github.com/FuelLabs/fuels-ts/commit/5880391223a32fc20b6235d2b0c66f467bf7f2fe))
* forward amount and assetId on contract call ([#199](https://github.com/FuelLabs/fuels-ts/issues/199)) ([9640d58](https://github.com/FuelLabs/fuels-ts/commit/9640d58e2bdbc6815cbf7aad9be0d19eee0276d5))





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


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.4.0"
"version": "0.5.0"
}
16 changes: 16 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)


### Bug Fixes

* set json fragment name optional ([#200](https://github.com/FuelLabs/fuels-ts/issues/200)) ([1714d40](https://github.com/FuelLabs/fuels-ts/commit/1714d40c836992d826e377c013edcb906761ef76))


### Features

* add types on contract factory generated code ([#201](https://github.com/FuelLabs/fuels-ts/issues/201)) ([5880391](https://github.com/FuelLabs/fuels-ts/commit/5880391223a32fc20b6235d2b0c66f467bf7f2fe))





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


Expand Down
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.4.0",
"version": "0.5.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/constants/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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





# [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.4.0",
"version": "0.5.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/contract/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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)


### Features

* forward amount and assetId on contract call ([#199](https://github.com/FuelLabs/fuels-ts/issues/199)) ([9640d58](https://github.com/FuelLabs/fuels-ts/commit/9640d58e2bdbc6815cbf7aad9be0d19eee0276d5))





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


Expand Down
14 changes: 7 additions & 7 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.4.0",
"version": "0.5.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand All @@ -18,11 +18,11 @@
"@ethersproject/logger": "^5.5.0",
"@ethersproject/random": "^5.5.1",
"@ethersproject/sha2": "^5.6.0",
"@fuel-ts/abi-coder": "^0.4.0",
"@fuel-ts/constants": "^0.4.0",
"@fuel-ts/interfaces": "^0.4.0",
"@fuel-ts/merkle": "^0.4.0",
"@fuel-ts/providers": "^0.4.0",
"@fuel-ts/wallet": "^0.4.0"
"@fuel-ts/abi-coder": "^0.5.0",
"@fuel-ts/constants": "^0.5.0",
"@fuel-ts/interfaces": "^0.5.0",
"@fuel-ts/merkle": "^0.5.0",
"@fuel-ts/providers": "^0.5.0",
"@fuel-ts/wallet": "^0.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/example-contract/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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





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


Expand Down
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.4.0",
"version": "0.5.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.4.0",
"fuels": "^0.4.0"
"@fuel-ts/wallet": "^0.5.0",
"fuels": "^0.5.0"
},
"devDependencies": {
"prettier": "^2.4.1",
"typechain": "^6.0.2",
"typechain-target-fuels": "^0.4.0"
"typechain-target-fuels": "^0.5.0"
}
}
8 changes: 8 additions & 0 deletions packages/fuels/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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

**Note:** Version bump only for package fuels





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


Expand Down
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.4.0",
"version": "0.5.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.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"
"@fuel-ts/abi-coder": "^0.5.0",
"@fuel-ts/constants": "^0.5.0",
"@fuel-ts/contract": "^0.5.0",
"@fuel-ts/providers": "^0.5.0",
"@fuel-ts/transactions": "^0.5.0",
"@fuel-ts/wallet": "^0.5.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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





# [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
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.4.0",
"version": "0.5.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.4.0",
"@fuel-ts/providers": "^0.4.0",
"@fuel-ts/constants": "^0.5.0",
"@fuel-ts/providers": "^0.5.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@fuel-ts/testcases": "^0.4.0",
"@fuel-ts/testcases": "^0.5.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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





# [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
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.4.0",
"version": "0.5.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.4.0",
"@fuel-ts/signer": "^0.4.0"
"@fuel-ts/mnemonic": "^0.5.0",
"@fuel-ts/signer": "^0.5.0"
}
}
4 changes: 4 additions & 0 deletions packages/interfaces/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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

**Note:** Version bump only for package @fuel-ts/interfaces
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/interfaces",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





# [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
Expand Down
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.4.0",
"version": "0.5.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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





# [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
Expand Down
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.4.0",
"version": "0.5.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.4.0"
"@fuel-ts/merkle-shared": "^0.5.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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





# [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
Expand Down
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.4.0",
"version": "0.5.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.4.0"
"@fuel-ts/merkle-shared": "^0.5.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.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30)

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





# [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
Expand Down
Loading

0 comments on commit d3d72b8

Please sign in to comment.