diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..52edadc3cd7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + + +### Bug Fixes + +* move testcase to dev dependency ([#125](https://github.com/FuelLabs/fuels-ts/issues/125)) ([ca89791](https://github.com/FuelLabs/fuels-ts/commit/ca89791ccef1287f7ccc6411bf1b290fbcac4315)) +* node14 uses npm7, upgrade to npm8 ([#149](https://github.com/FuelLabs/fuels-ts/issues/149)) ([66f2519](https://github.com/FuelLabs/fuels-ts/commit/66f25194e10ba926f68babdd894bb4b8f30f2f8e)) +* setup-node@v2 now creates the .npmrc ([#148](https://github.com/FuelLabs/fuels-ts/issues/148)) ([f52bb15](https://github.com/FuelLabs/fuels-ts/commit/f52bb15d3575bafbfead6961fa6d61ec9794c649)) +* Throttle npm whoami ([#150](https://github.com/FuelLabs/fuels-ts/issues/150)) ([60241e3](https://github.com/FuelLabs/fuels-ts/commit/60241e373567d3eb897fa213b3c6f28478db3907)) + + +### Features + +* add coin status on coins ([#129](https://github.com/FuelLabs/fuels-ts/issues/129)) ([ed80835](https://github.com/FuelLabs/fuels-ts/commit/ed808352347d5deac0a683d007632cae09df8692)) +* add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) ([f7de3dc](https://github.com/FuelLabs/fuels-ts/commit/f7de3dc5d377682d880fa69496eaf93502c43c9e)) +* add Provider.getCoinsToSpend() ([#93](https://github.com/FuelLabs/fuels-ts/issues/93)) ([4bff768](https://github.com/FuelLabs/fuels-ts/commit/4bff76855b413f10eaffa4d631b5ffb79306e767)) +* add sendTransaction with signature ([#111](https://github.com/FuelLabs/fuels-ts/issues/111)) ([756d35d](https://github.com/FuelLabs/fuels-ts/commit/756d35d347d12160b18f1d93cd61211695074362)) +* config provider at generate wallet ([#128](https://github.com/FuelLabs/fuels-ts/issues/128)) ([4932c81](https://github.com/FuelLabs/fuels-ts/commit/4932c8146506b0736af5748c12d904fda2673e1f)) +* generate docs ([#116](https://github.com/FuelLabs/fuels-ts/issues/116)) ([84ac1c7](https://github.com/FuelLabs/fuels-ts/commit/84ac1c79c5e75bd1a39466f2d4e518c17c1304b4)) +* zero out output fields on hashTransaction ([#110](https://github.com/FuelLabs/fuels-ts/issues/110)) ([b018ede](https://github.com/FuelLabs/fuels-ts/commit/b018edecf2acde4582631003074dc0742c0a52e0)) diff --git a/lerna.json b/lerna.json index 99ebddc0bc4..fe5353dbfe7 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.0.1" + "version": "0.3.0" } diff --git a/packages/abi-coder/CHANGELOG.md b/packages/abi-coder/CHANGELOG.md new file mode 100644 index 00000000000..fb1755adedb --- /dev/null +++ b/packages/abi-coder/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/abi-coder diff --git a/packages/abi-coder/package.json b/packages/abi-coder/package.json index fc56d337433..d03392bef3d 100644 --- a/packages/abi-coder/package.json +++ b/packages/abi-coder/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/abi-coder", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/contract/CHANGELOG.md b/packages/contract/CHANGELOG.md new file mode 100644 index 00000000000..5e15dab62ab --- /dev/null +++ b/packages/contract/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/contract diff --git a/packages/contract/package.json b/packages/contract/package.json index 9e49283abfa..c34873774bd 100644 --- a/packages/contract/package.json +++ b/packages/contract/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/contract", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", @@ -16,8 +16,8 @@ "@ethersproject/bignumber": "^5.5.0", "@ethersproject/bytes": "^5.5.0", "@ethersproject/logger": "^5.5.0", - "@fuel-ts/abi-coder": "^0.0.1", - "@fuel-ts/providers": "^0.0.1", - "@fuel-ts/transactions": "^0.0.1" + "@fuel-ts/abi-coder": "0.3.0", + "@fuel-ts/providers": "0.3.0", + "@fuel-ts/transactions": "0.3.0" } } diff --git a/packages/example-contract/CHANGELOG.md b/packages/example-contract/CHANGELOG.md new file mode 100644 index 00000000000..a95eef2f5b6 --- /dev/null +++ b/packages/example-contract/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/example-contract diff --git a/packages/example-contract/package.json b/packages/example-contract/package.json index 3697429ab5c..6768dc33db4 100644 --- a/packages/example-contract/package.json +++ b/packages/example-contract/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/example-contract", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "scripts": { @@ -9,11 +9,11 @@ "license": "Apache-2.0", "dependencies": { "@ethersproject/bytes": "^5.5.0", - "fuels": "^0.0.1" + "fuels": "0.3.0" }, "devDependencies": { - "typechain-target-fuels": "^0.0.1", "prettier": "^2.4.1", - "typechain": "^6.0.2" + "typechain": "^6.0.2", + "typechain-target-fuels": "0.3.0" } } diff --git a/packages/fuels/CHANGELOG.md b/packages/fuels/CHANGELOG.md new file mode 100644 index 00000000000..1770e927531 --- /dev/null +++ b/packages/fuels/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package fuels diff --git a/packages/fuels/package.json b/packages/fuels/package.json index 40e069388b9..805b56b3c11 100644 --- a/packages/fuels/package.json +++ b/packages/fuels/package.json @@ -1,6 +1,6 @@ { "name": "fuels", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", @@ -10,10 +10,10 @@ ], "license": "Apache-2.0", "dependencies": { - "@fuel-ts/abi-coder": "^0.0.1", - "@fuel-ts/contract": "^0.0.1", - "@fuel-ts/providers": "^0.0.1", - "@fuel-ts/transactions": "^0.0.1", - "@fuel-ts/wallet": "^0.0.1" + "@fuel-ts/abi-coder": "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" } } diff --git a/packages/hasher/CHANGELOG.md b/packages/hasher/CHANGELOG.md new file mode 100644 index 00000000000..5d43b51afbc --- /dev/null +++ b/packages/hasher/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + +### Features + +- add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) ([f7de3dc](https://github.com/FuelLabs/fuels-ts/commit/f7de3dc5d377682d880fa69496eaf93502c43c9e)) diff --git a/packages/hasher/package.json b/packages/hasher/package.json index 42fbabf7727..0abc8e061ed 100644 --- a/packages/hasher/package.json +++ b/packages/hasher/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/hasher", - "version": "0.0.1", + "version": "0.3.0", "description": "Sha256 hash utility for Fuel", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", @@ -13,12 +13,12 @@ "@ethersproject/bignumber": "^5.5.0", "@ethersproject/bytes": "^5.5.0", "@ethersproject/sha2": "^5.5.0", - "@fuel-ts/providers": "^0.0.1", - "@fuel-ts/transactions": "^0.0.1", + "@fuel-ts/providers": "0.3.0", + "@fuel-ts/transactions": "0.3.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { - "@types/lodash.clonedeep": "^4.5.6", - "@fuel-ts/testcases": "^0.0.1" + "@fuel-ts/testcases": "0.3.0", + "@types/lodash.clonedeep": "^4.5.6" } } diff --git a/packages/hdwallet/CHANGELOG.md b/packages/hdwallet/CHANGELOG.md new file mode 100644 index 00000000000..5d43b51afbc --- /dev/null +++ b/packages/hdwallet/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + +### Features + +- add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) ([f7de3dc](https://github.com/FuelLabs/fuels-ts/commit/f7de3dc5d377682d880fa69496eaf93502c43c9e)) diff --git a/packages/hdwallet/package.json b/packages/hdwallet/package.json index de8ae98cd7d..a83c6a89407 100644 --- a/packages/hdwallet/package.json +++ b/packages/hdwallet/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/hdwallet", - "version": "0.0.1", + "version": "0.3.0", "description": "The Hierarchal Desterministic (HD) Wallet", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", @@ -14,7 +14,7 @@ "@ethersproject/bignumber": "^5.5.0", "@ethersproject/bytes": "^5.5.0", "@ethersproject/sha2": "^5.5.0", - "@fuel-ts/mnemonic": "^0.0.1", - "@fuel-ts/signer": "^0.0.1" + "@fuel-ts/mnemonic": "0.3.0", + "@fuel-ts/signer": "0.3.0" } } diff --git a/packages/merkle-shared/CHANGELOG.md b/packages/merkle-shared/CHANGELOG.md new file mode 100644 index 00000000000..9b25c185c9f --- /dev/null +++ b/packages/merkle-shared/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/merkle-shared diff --git a/packages/merkle-shared/package.json b/packages/merkle-shared/package.json index fa7bb06af28..d6231c22b75 100644 --- a/packages/merkle-shared/package.json +++ b/packages/merkle-shared/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/merkle-shared", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "main": "index.js", diff --git a/packages/merkle/CHANGELOG.md b/packages/merkle/CHANGELOG.md new file mode 100644 index 00000000000..cb1b7843948 --- /dev/null +++ b/packages/merkle/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/merkle diff --git a/packages/merkle/package.json b/packages/merkle/package.json index d39ff257ba9..73848dca945 100644 --- a/packages/merkle/package.json +++ b/packages/merkle/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/merkle", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", @@ -10,6 +10,6 @@ ], "license": "Apache-2.0", "dependencies": { - "@fuel-ts/merkle-shared": "^0.0.1" + "@fuel-ts/merkle-shared": "0.3.0" } } diff --git a/packages/merklesum/CHANGELOG.md b/packages/merklesum/CHANGELOG.md new file mode 100644 index 00000000000..b076170c7a3 --- /dev/null +++ b/packages/merklesum/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/merklesum diff --git a/packages/merklesum/package.json b/packages/merklesum/package.json index d1abd244971..4619f57e894 100644 --- a/packages/merklesum/package.json +++ b/packages/merklesum/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/merklesum", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", @@ -11,6 +11,6 @@ "license": "Apache-2.0", "dependencies": { "@ethersproject/bignumber": "^5.4.2", - "@fuel-ts/merkle-shared": "^0.0.1" + "@fuel-ts/merkle-shared": "0.3.0" } } diff --git a/packages/mnemonic/CHANGELOG.md b/packages/mnemonic/CHANGELOG.md new file mode 100644 index 00000000000..5d43b51afbc --- /dev/null +++ b/packages/mnemonic/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + +### Features + +- add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) ([f7de3dc](https://github.com/FuelLabs/fuels-ts/commit/f7de3dc5d377682d880fa69496eaf93502c43c9e)) diff --git a/packages/mnemonic/package.json b/packages/mnemonic/package.json index dc7eda67421..076ed8986bd 100644 --- a/packages/mnemonic/package.json +++ b/packages/mnemonic/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/mnemonic", - "version": "0.0.1", + "version": "0.3.0", "description": "Mnemonic implementation from BIP39", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", @@ -15,6 +15,6 @@ "@ethersproject/pbkdf2": "^5.5.0", "@ethersproject/random": "^5.5.1", "@ethersproject/sha2": "^5.5.0", - "@fuel-ts/wordlists": "^0.0.1" + "@fuel-ts/wordlists": "0.3.0" } } diff --git a/packages/providers/CHANGELOG.md b/packages/providers/CHANGELOG.md new file mode 100644 index 00000000000..2ce1cec7378 --- /dev/null +++ b/packages/providers/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + +### Features + +- add coin status on coins ([#129](https://github.com/FuelLabs/fuels-ts/issues/129)) ([ed80835](https://github.com/FuelLabs/fuels-ts/commit/ed808352347d5deac0a683d007632cae09df8692)) +- add Provider.getCoinsToSpend() ([#93](https://github.com/FuelLabs/fuels-ts/issues/93)) ([4bff768](https://github.com/FuelLabs/fuels-ts/commit/4bff76855b413f10eaffa4d631b5ffb79306e767)) diff --git a/packages/providers/package.json b/packages/providers/package.json index 20cad125902..1064d667f3f 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/providers", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", @@ -18,9 +18,9 @@ "@ethersproject/bytes": "^5.4.0", "@ethersproject/networks": "^5.5.0", "@ethersproject/sha2": "^5.5.0", - "@fuel-ts/abi-coder": "^0.0.1", - "@fuel-ts/merkle": "^0.0.1", - "@fuel-ts/transactions": "^0.0.1", + "@fuel-ts/abi-coder": "0.3.0", + "@fuel-ts/merkle": "0.3.0", + "@fuel-ts/transactions": "0.3.0", "graphql": "^15.6.1", "graphql-request": "^3.6.1", "graphql-tag": "^2.12.6" diff --git a/packages/signer/CHANGELOG.md b/packages/signer/CHANGELOG.md new file mode 100644 index 00000000000..5d43b51afbc --- /dev/null +++ b/packages/signer/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + +### Features + +- add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) ([f7de3dc](https://github.com/FuelLabs/fuels-ts/commit/f7de3dc5d377682d880fa69496eaf93502c43c9e)) diff --git a/packages/signer/package.json b/packages/signer/package.json index 4d973822425..a62a1ff2284 100644 --- a/packages/signer/package.json +++ b/packages/signer/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/signer", - "version": "0.0.1", + "version": "0.3.0", "description": "Secp256k1 signer for the Fuel Network", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", @@ -13,11 +13,11 @@ "@ethersproject/bytes": "^5.5.0", "@ethersproject/random": "5.5.1", "@ethersproject/sha2": "^5.5.0", - "@fuel-ts/hasher": "^0.0.1", + "@fuel-ts/hasher": "0.3.0", "elliptic": "^6.5.4" }, "devDependencies": { - "@fuel-ts/testcases": "^0.0.1", + "@fuel-ts/testcases": "0.3.0", "@types/elliptic": "^6.4.14" } } diff --git a/packages/sparsemerkle/CHANGELOG.md b/packages/sparsemerkle/CHANGELOG.md new file mode 100644 index 00000000000..c4e9e593436 --- /dev/null +++ b/packages/sparsemerkle/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/sparsemerkle diff --git a/packages/sparsemerkle/package.json b/packages/sparsemerkle/package.json index 34afe8558d7..4322d09d405 100644 --- a/packages/sparsemerkle/package.json +++ b/packages/sparsemerkle/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/sparsemerkle", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", @@ -10,6 +10,6 @@ ], "license": "Apache-2.0", "dependencies": { - "@fuel-ts/merkle-shared": "^0.0.1" + "@fuel-ts/merkle-shared": "0.3.0" } } diff --git a/packages/testcases/CHANGELOG.md b/packages/testcases/CHANGELOG.md new file mode 100644 index 00000000000..bec63aa7044 --- /dev/null +++ b/packages/testcases/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + +### Features + +- add sendTransaction with signature ([#111](https://github.com/FuelLabs/fuels-ts/issues/111)) ([756d35d](https://github.com/FuelLabs/fuels-ts/commit/756d35d347d12160b18f1d93cd61211695074362)) diff --git a/packages/testcases/package.json b/packages/testcases/package.json index 8d6d57cb9a3..6bfc1dcfd10 100644 --- a/packages/testcases/package.json +++ b/packages/testcases/package.json @@ -1,11 +1,10 @@ { "name": "@fuel-ts/testcases", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "files": [ "src" ], - "license": "Apache-2.0", - "dependencies": {} + "license": "Apache-2.0" } diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md new file mode 100644 index 00000000000..708e42c56bb --- /dev/null +++ b/packages/transactions/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/transactions diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 4e98f46ec14..f3e96b5d369 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/transactions", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", @@ -12,6 +12,6 @@ "dependencies": { "@ethersproject/bignumber": "^5.4.2", "@ethersproject/bytes": "^5.4.0", - "@fuel-ts/abi-coder": "^0.0.1" + "@fuel-ts/abi-coder": "0.3.0" } } diff --git a/packages/typechain-target-fuels/CHANGELOG.md b/packages/typechain-target-fuels/CHANGELOG.md new file mode 100644 index 00000000000..667100b577b --- /dev/null +++ b/packages/typechain-target-fuels/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package typechain-target-fuels diff --git a/packages/typechain-target-fuels/package.json b/packages/typechain-target-fuels/package.json index 28b2b4b2860..8a921ec61a8 100644 --- a/packages/typechain-target-fuels/package.json +++ b/packages/typechain-target-fuels/package.json @@ -1,6 +1,6 @@ { "name": "typechain-target-fuels", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md new file mode 100644 index 00000000000..9648bbafe89 --- /dev/null +++ b/packages/wallet/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.3.0 (2022-03-04) + +### Bug Fixes + +- move testcase to dev dependency ([#125](https://github.com/FuelLabs/fuels-ts/issues/125)) ([ca89791](https://github.com/FuelLabs/fuels-ts/commit/ca89791ccef1287f7ccc6411bf1b290fbcac4315)) + +### Features + +- add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) ([f7de3dc](https://github.com/FuelLabs/fuels-ts/commit/f7de3dc5d377682d880fa69496eaf93502c43c9e)) +- add sendTransaction with signature ([#111](https://github.com/FuelLabs/fuels-ts/issues/111)) ([756d35d](https://github.com/FuelLabs/fuels-ts/commit/756d35d347d12160b18f1d93cd61211695074362)) +- config provider at generate wallet ([#128](https://github.com/FuelLabs/fuels-ts/issues/128)) ([4932c81](https://github.com/FuelLabs/fuels-ts/commit/4932c8146506b0736af5748c12d904fda2673e1f)) +- zero out output fields on hashTransaction ([#110](https://github.com/FuelLabs/fuels-ts/issues/110)) ([b018ede](https://github.com/FuelLabs/fuels-ts/commit/b018edecf2acde4582631003074dc0742c0a52e0)) diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 215e8b73cc9..7a20144d7d2 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/wallet", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", @@ -11,15 +11,15 @@ "license": "Apache-2.0", "dependencies": { "@ethersproject/bytes": "^5.5.0", - "@fuel-ts/hasher": "^0.0.1", - "@fuel-ts/providers": "^0.0.1", - "@fuel-ts/signer": "^0.0.1", + "@fuel-ts/hasher": "0.3.0", + "@fuel-ts/providers": "0.3.0", + "@fuel-ts/signer": "0.3.0", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { "@ethersproject/bignumber": "^5.5.0", "@ethersproject/random": "5.5.1", - "@fuel-ts/testcases": "^0.0.1", + "@fuel-ts/testcases": "0.3.0", "@types/lodash.clonedeep": "^4.5.6" } } diff --git a/packages/wordlists/CHANGELOG.md b/packages/wordlists/CHANGELOG.md new file mode 100644 index 00000000000..4f055a6e804 --- /dev/null +++ b/packages/wordlists/CHANGELOG.md @@ -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.3.0 (2022-03-04) + +**Note:** Version bump only for package @fuel-ts/wordlists diff --git a/packages/wordlists/package.json b/packages/wordlists/package.json index 75d63c7fb78..30040d236a1 100644 --- a/packages/wordlists/package.json +++ b/packages/wordlists/package.json @@ -1,13 +1,11 @@ { "name": "@fuel-ts/wordlists", - "version": "0.0.1", + "version": "0.3.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "main": "dist/index.js", "files": [ "dist" ], - "license": "Apache-2.0", - "dependencies": {}, - "devDependencies": {} + "license": "Apache-2.0" }