Skip to content

Commit

Permalink
v0.6.0 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnLee authored Apr 25, 2022
1 parent 0bbed84 commit 19168e4
Show file tree
Hide file tree
Showing 46 changed files with 280 additions and 67 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)


### Bug Fixes

* export wordlist as default object ([#211](https://github.com/FuelLabs/fuels-ts/issues/211)) ([5ce88dc](https://github.com/FuelLabs/fuels-ts/commit/5ce88dc8f9bc75440da10a39e2e2c85bd4277237))


### Features

* add variables outputs ([#224](https://github.com/FuelLabs/fuels-ts/issues/224)) ([f320686](https://github.com/FuelLabs/fuels-ts/commit/f320686ae15d1eb2120dfd2e70f0ecf74c684336))
* adds transformRequest method on contract call ([#227](https://github.com/FuelLabs/fuels-ts/issues/227)) ([0bbed84](https://github.com/FuelLabs/fuels-ts/commit/0bbed84ac66c935ce6c7694d59e68ad44820090b))
* support abi fuel types ([#220](https://github.com/FuelLabs/fuels-ts/issues/220)) ([fd5f84f](https://github.com/FuelLabs/fuels-ts/commit/fd5f84f98dfafda7aa9ddea9a683221431228809))
* update call contract script ([#205](https://github.com/FuelLabs/fuels-ts/issues/205)) ([e270416](https://github.com/FuelLabs/fuels-ts/commit/e27041656ed22b7b232836711b8a11d221d2cd31))





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


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.5.0"
"version": "0.6.0"
}
11 changes: 11 additions & 0 deletions packages/abi-coder/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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)


### Features

* support abi fuel types ([#220](https://github.com/FuelLabs/fuels-ts/issues/220)) ([fd5f84f](https://github.com/FuelLabs/fuels-ts/commit/fd5f84f98dfafda7aa9ddea9a683221431228809))





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


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.5.0",
"version": "0.6.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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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





# [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
Expand Down
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.5.0",
"version": "0.6.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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)


### Features

* add variables outputs ([#224](https://github.com/FuelLabs/fuels-ts/issues/224)) ([f320686](https://github.com/FuelLabs/fuels-ts/commit/f320686ae15d1eb2120dfd2e70f0ecf74c684336))
* adds transformRequest method on contract call ([#227](https://github.com/FuelLabs/fuels-ts/issues/227)) ([0bbed84](https://github.com/FuelLabs/fuels-ts/commit/0bbed84ac66c935ce6c7694d59e68ad44820090b))
* update call contract script ([#205](https://github.com/FuelLabs/fuels-ts/issues/205)) ([e270416](https://github.com/FuelLabs/fuels-ts/commit/e27041656ed22b7b232836711b8a11d221d2cd31))





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


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.5.0",
"version": "0.6.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.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"
"@fuel-ts/abi-coder": "^0.6.0",
"@fuel-ts/constants": "^0.6.0",
"@fuel-ts/interfaces": "^0.6.0",
"@fuel-ts/merkle": "^0.6.0",
"@fuel-ts/providers": "^0.6.0",
"@fuel-ts/wallet": "^0.6.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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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





# [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
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.5.0",
"version": "0.6.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.5.0",
"fuels": "^0.5.0"
"@fuel-ts/wallet": "^0.6.0",
"fuels": "^0.6.0"
},
"devDependencies": {
"prettier": "^2.4.1",
"typechain": "^6.0.2",
"typechain-target-fuels": "^0.5.0"
"typechain-target-fuels": "^0.6.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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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





# [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
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.5.0",
"version": "0.6.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.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"
"@fuel-ts/abi-coder": "^0.6.0",
"@fuel-ts/constants": "^0.6.0",
"@fuel-ts/contract": "^0.6.0",
"@fuel-ts/providers": "^0.6.0",
"@fuel-ts/transactions": "^0.6.0",
"@fuel-ts/wallet": "^0.6.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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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





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

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





# [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
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.5.0",
"version": "0.6.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.5.0",
"@fuel-ts/signer": "^0.5.0"
"@fuel-ts/mnemonic": "^0.6.0",
"@fuel-ts/signer": "^0.6.0"
}
}
8 changes: 8 additions & 0 deletions packages/interfaces/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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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





# [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.5.0",
"version": "0.6.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/keystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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

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





# [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
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.5.0",
"version": "0.6.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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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





# [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
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.5.0",
"version": "0.6.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.5.0"
"@fuel-ts/merkle-shared": "^0.6.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.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) (2022-04-25)

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





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

0 comments on commit 19168e4

Please sign in to comment.