diff --git a/CHANGELOG.md b/CHANGELOG.md index 0947ed3e55b..03c2d8c5e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,82 +3,128 @@ 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 + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) -* export wordlist as default object ([#211](https://github.com/FuelLabs/fuels-ts/issues/211)) ([5ce88dc](https://github.com/FuelLabs/fuels-ts/commit/5ce88dc8f9bc75440da10a39e2e2c85bd4277237)) +> 2022-06-10 +### Docs -### Features +* add more detailed info about linked packages ([#254](https://github.com/FuelLabs/fuels-ts/issues/254)) -* 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)) +### 🐞 Bug Fixes +* add angular-changelog and check for fuels-ts package.json ([#324](https://github.com/FuelLabs/fuels-ts/issues/324)) +* return correct type on void outputs ([#325](https://github.com/FuelLabs/fuels-ts/issues/325)) +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* use `isArray` in reduce ([#308](https://github.com/FuelLabs/fuels-ts/issues/308)) +* change import crypto to ether/random ([#297](https://github.com/FuelLabs/fuels-ts/issues/297)) +* npm tag on release ([#252](https://github.com/FuelLabs/fuels-ts/issues/252)) +* github action for publish on master and replaces Lerna publishing ([#242](https://github.com/FuelLabs/fuels-ts/issues/242)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) +### 🚀 Features -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +* add options on deployContract ([#307](https://github.com/FuelLabs/fuels-ts/issues/307)) +* support u32 on byte code length ([#298](https://github.com/FuelLabs/fuels-ts/issues/298)) +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) +* improve AbiCoder ([#290](https://github.com/FuelLabs/fuels-ts/issues/290)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) +* optional tx params ([#256](https://github.com/FuelLabs/fuels-ts/issues/256)) +* add get contract on provider ([#241](https://github.com/FuelLabs/fuels-ts/issues/241)) +* add contract slots on contract deployment ([#239](https://github.com/FuelLabs/fuels-ts/issues/239)) +* replace `amount`/`assetId` overrides with `forward` ([#232](https://github.com/FuelLabs/fuels-ts/issues/232)) -### Bug Fixes + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -* set json fragment name optional ([#200](https://github.com/FuelLabs/fuels-ts/issues/200)) ([1714d40](https://github.com/FuelLabs/fuels-ts/commit/1714d40c836992d826e377c013edcb906761ef76)) +> 2022-04-25 +### 🐞 Bug Fixes -### Features +* export wordlist as default object ([#211](https://github.com/FuelLabs/fuels-ts/issues/211)) -* 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)) +### 🚀 Features +* adds transformRequest method on contract call ([#227](https://github.com/FuelLabs/fuels-ts/issues/227)) +* add variables outputs ([#224](https://github.com/FuelLabs/fuels-ts/issues/224)) +* support abi fuel types ([#220](https://github.com/FuelLabs/fuels-ts/issues/220)) +* update call contract script ([#205](https://github.com/FuelLabs/fuels-ts/issues/205)) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +### 🐞 Bug Fixes +* set json fragment name optional ([#200](https://github.com/FuelLabs/fuels-ts/issues/200)) -### Bug Fixes +### 🚀 Features -* 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)) +* add types on contract factory generated code ([#201](https://github.com/FuelLabs/fuels-ts/issues/201)) +* forward amount and assetId on contract call ([#199](https://github.com/FuelLabs/fuels-ts/issues/199)) +* add hdwallet and mnemonic features to wallet ([#196](https://github.com/FuelLabs/fuels-ts/issues/196)) -### Features + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -* 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)) +> 2022-03-13 +### 🐞 Bug Fixes +* remove empty params from types ([#164](https://github.com/FuelLabs/fuels-ts/issues/164)) +* abi skip empty ([#163](https://github.com/FuelLabs/fuels-ts/issues/163)) +* change postinstall to prepare ([#160](https://github.com/FuelLabs/fuels-ts/issues/160)) +### 🚀 Features +* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) +* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) +* add `callStatic` methods to Contract ([#180](https://github.com/FuelLabs/fuels-ts/issues/180)) +* call contract method with mutiple params ([#170](https://github.com/FuelLabs/fuels-ts/issues/170)) +* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) -# 0.3.0 (2022-03-04) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) -### Bug Fixes +> 2022-03-04 -* 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)) + +## v0.1.0 -### Features +> 2022-03-04 + +### Docs + +* generete docs ([#144](https://github.com/FuelLabs/fuels-ts/issues/144)) + +### 🐞 Bug Fixes + +* Throttle npm whoami ([#150](https://github.com/FuelLabs/fuels-ts/issues/150)) +* node14 uses npm7, upgrade to npm8 ([#149](https://github.com/FuelLabs/fuels-ts/issues/149)) +* setup-node[@v2](https://github.com/v2) now creates the .npmrc ([#148](https://github.com/FuelLabs/fuels-ts/issues/148)) +* move testcase to dev dependency ([#125](https://github.com/FuelLabs/fuels-ts/issues/125)) + +### 🚀 Features + +* add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) +* add Provider.getCoinsToSpend() ([#93](https://github.com/FuelLabs/fuels-ts/issues/93)) +* add coin status on coins ([#129](https://github.com/FuelLabs/fuels-ts/issues/129)) +* config provider at generate wallet ([#128](https://github.com/FuelLabs/fuels-ts/issues/128)) +* generate docs ([#116](https://github.com/FuelLabs/fuels-ts/issues/116)) +* add sendTransaction with signature ([#111](https://github.com/FuelLabs/fuels-ts/issues/111)) +* zero out output fields on hashTransaction ([#110](https://github.com/FuelLabs/fuels-ts/issues/110)) -* 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/package.json b/package.json index 67ec3a27988..57c279b8adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuels-ts", - "version": "0.6.0", + "version": "0.7.0", "description": "Fuel TS SDK", "author": "Fuel Labs (https://fuel.network/)", "main": "index.js", diff --git a/packages/abi-coder/CHANGELOG.md b/packages/abi-coder/CHANGELOG.md index 6763e861097..8cafe781078 100644 --- a/packages/abi-coder/CHANGELOG.md +++ b/packages/abi-coder/CHANGELOG.md @@ -3,51 +3,76 @@ 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 + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) -* support abi fuel types ([#220](https://github.com/FuelLabs/fuels-ts/issues/220)) ([fd5f84f](https://github.com/FuelLabs/fuels-ts/commit/fd5f84f98dfafda7aa9ddea9a683221431228809)) +> 2022-06-02 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 🚀 Features +* improve AbiCoder ([#290](https://github.com/FuelLabs/fuels-ts/issues/290)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) -### 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)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -### Features +### 🚀 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)) +* support abi fuel types ([#220](https://github.com/FuelLabs/fuels-ts/issues/220)) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 +### 🐞 Bug Fixes -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +* set json fragment name optional ([#200](https://github.com/FuelLabs/fuels-ts/issues/200)) +### 🚀 Features -### Bug Fixes +* add types on contract factory generated code ([#201](https://github.com/FuelLabs/fuels-ts/issues/201)) -* abi skip empty ([#163](https://github.com/FuelLabs/fuels-ts/issues/163)) ([09c9916](https://github.com/FuelLabs/fuels-ts/commit/09c991625132376ecf406e054bb4225bf4f629d2)) + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -### Features +> 2022-03-13 -* 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)) +### 🐞 Bug Fixes +* abi skip empty ([#163](https://github.com/FuelLabs/fuels-ts/issues/163)) +### 🚀 Features +* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) +* call contract method with mutiple params ([#170](https://github.com/FuelLabs/fuels-ts/issues/170)) +* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) -# 0.3.0 (2022-03-04) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 f5f2834a621..48e75b33c62 100644 --- a/packages/abi-coder/package.json +++ b/packages/abi-coder/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/abi-coder", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index 04db8dce0b2..2dc539f5dc3 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -3,22 +3,49 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-11 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/constants +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) + +> 2022-03-30 + + + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) + +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 -**Note:** Version bump only for package @fuel-ts/constants diff --git a/packages/constants/package.json b/packages/constants/package.json index 517cb63cccc..a0b2d303d0f 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/constants", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/contract/CHANGELOG.md b/packages/contract/CHANGELOG.md index e44ce4fae02..397d6fd0a2b 100644 --- a/packages/contract/CHANGELOG.md +++ b/packages/contract/CHANGELOG.md @@ -3,43 +3,75 @@ 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 + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) -* 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)) +> 2022-06-06 +### 🐞 Bug Fixes +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 🚀 Features +* add options on deployContract ([#307](https://github.com/FuelLabs/fuels-ts/issues/307)) +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) +* improve AbiCoder ([#290](https://github.com/FuelLabs/fuels-ts/issues/290)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) +* add contract slots on contract deployment ([#239](https://github.com/FuelLabs/fuels-ts/issues/239)) +* replace `amount`/`assetId` overrides with `forward` ([#232](https://github.com/FuelLabs/fuels-ts/issues/232)) -### 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)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 +### 🚀 Features +* adds transformRequest method on contract call ([#227](https://github.com/FuelLabs/fuels-ts/issues/227)) +* add variables outputs ([#224](https://github.com/FuelLabs/fuels-ts/issues/224)) +* update call contract script ([#205](https://github.com/FuelLabs/fuels-ts/issues/205)) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 -### Features +### 🚀 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)) +* forward amount and assetId on contract call ([#199](https://github.com/FuelLabs/fuels-ts/issues/199)) + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) +> 2022-03-13 +### 🚀 Features -# 0.3.0 (2022-03-04) +* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) +* add `callStatic` methods to Contract ([#180](https://github.com/FuelLabs/fuels-ts/issues/180)) +* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 61c2ec7a3c3..30ba2ae6b17 100644 --- a/packages/contract/package.json +++ b/packages/contract/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/contract", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/example-contract/CHANGELOG.md b/packages/example-contract/CHANGELOG.md index f9bb2c5f6d3..1ccfea4e6e9 100644 --- a/packages/example-contract/CHANGELOG.md +++ b/packages/example-contract/CHANGELOG.md @@ -3,34 +3,55 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-06-02 +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 🚀 Features -**Note:** Version bump only for package @fuel-ts/example-contract +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 -### 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)) + +## [v0.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)) +* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) -# 0.3.0 (2022-03-04) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 252116a90b9..fdca14c18fe 100644 --- a/packages/example-contract/package.json +++ b/packages/example-contract/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/example-contract", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "scripts": { diff --git a/packages/forc-bin/CHANGELOG.md b/packages/forc-bin/CHANGELOG.md index 767840ada8e..22e0cca1901 100644 --- a/packages/forc-bin/CHANGELOG.md +++ b/packages/forc-bin/CHANGELOG.md @@ -3,3 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +--- + + + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) + +> 2022-06-02 + + + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) + +> 2022-04-25 + + + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) + +> 2022-03-30 + + + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) + +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + diff --git a/packages/fuels/CHANGELOG.md b/packages/fuels/CHANGELOG.md index e193b10950d..7a27afd40e9 100644 --- a/packages/fuels/CHANGELOG.md +++ b/packages/fuels/CHANGELOG.md @@ -3,33 +3,58 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-06-03 +### 🐞 Bug Fixes +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package fuels +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) +### 🚀 Features +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +> 2022-04-25 -### Features + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) -* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) ([2bfac73](https://github.com/FuelLabs/fuels-ts/commit/2bfac73742db4888bedacf151f1566b435f561c6)) +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) +> 2022-03-13 +### 🚀 Features -# 0.3.0 (2022-03-04) +* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 -**Note:** Version bump only for package fuels diff --git a/packages/fuels/package.json b/packages/fuels/package.json index 9777450e7dd..ec278c72040 100644 --- a/packages/fuels/package.json +++ b/packages/fuels/package.json @@ -1,6 +1,6 @@ { "name": "fuels", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/hasher/CHANGELOG.md b/packages/hasher/CHANGELOG.md index fd2e9e93c7c..91d5ffa6ab8 100644 --- a/packages/hasher/CHANGELOG.md +++ b/packages/hasher/CHANGELOG.md @@ -3,32 +3,59 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-26 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/hasher +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) +### 🚀 Features +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) +* improve AbiCoder ([#290](https://github.com/FuelLabs/fuels-ts/issues/290)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +> 2022-04-25 -**Note:** Version bump only for package @fuel-ts/hasher + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# 0.3.0 (2022-03-04) +> 2022-03-13 -### 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)) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + +### 🚀 Features + +* add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) + diff --git a/packages/hasher/package.json b/packages/hasher/package.json index 4e9283983f5..8d89ef81a8c 100644 --- a/packages/hasher/package.json +++ b/packages/hasher/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/hasher", - "version": "0.6.0", + "version": "0.7.0", "description": "Sha256 hash utility for Fuel", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/hdwallet/CHANGELOG.md b/packages/hdwallet/CHANGELOG.md index d62adc76694..b6b371b7936 100644 --- a/packages/hdwallet/CHANGELOG.md +++ b/packages/hdwallet/CHANGELOG.md @@ -3,32 +3,57 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-13 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/hdwallet +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) +### 🚀 Features +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +> 2022-04-25 -**Note:** Version bump only for package @fuel-ts/hdwallet + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# 0.3.0 (2022-03-04) +> 2022-03-13 -### 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)) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + +### 🚀 Features + +* add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) + diff --git a/packages/hdwallet/package.json b/packages/hdwallet/package.json index d868b75f58e..c1d9532b275 100644 --- a/packages/hdwallet/package.json +++ b/packages/hdwallet/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/hdwallet", - "version": "0.6.0", + "version": "0.7.0", "description": "The Hierarchal Desterministic (HD) Wallet", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/interfaces/CHANGELOG.md b/packages/interfaces/CHANGELOG.md index 775f3a5e242..85e54fc2c24 100644 --- a/packages/interfaces/CHANGELOG.md +++ b/packages/interfaces/CHANGELOG.md @@ -3,14 +3,53 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-19 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring + +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) + +### 🚀 Features + +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + + + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) + +> 2022-04-25 + + + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) + +> 2022-03-30 + + + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) + +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 -**Note:** Version bump only for package @fuel-ts/interfaces diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index 46ff5e16368..a8b12efafeb 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/interfaces", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/keystore/CHANGELOG.md b/packages/keystore/CHANGELOG.md index e626df9c5ca..99453829e78 100644 --- a/packages/keystore/CHANGELOG.md +++ b/packages/keystore/CHANGELOG.md @@ -3,6 +3,50 @@ 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) +--- + + + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) + +> 2022-06-03 + +### 🐞 Bug Fixes + +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) + +### 📃 Code Refactoring + +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) + + + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) + +> 2022-04-25 + + + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) + +> 2022-03-30 + + + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) + +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 -**Note:** Version bump only for package @fuel-ts/keystore diff --git a/packages/keystore/package.json b/packages/keystore/package.json index 2c9110ac05b..90cbae002c6 100644 --- a/packages/keystore/package.json +++ b/packages/keystore/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/keystore", - "version": "0.6.0", + "version": "0.7.0", "description": "Utilities for encrypting and decrypting data", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 767840ada8e..8fe34092694 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -3,3 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +--- + + + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) + +> 2022-05-13 + +### 🚀 Features + +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + + + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) + +> 2022-04-25 + + + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) + +> 2022-03-30 + + + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) + +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + diff --git a/packages/math/package.json b/packages/math/package.json index 52417c24064..d7588344beb 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/math", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/merkle-shared/CHANGELOG.md b/packages/merkle-shared/CHANGELOG.md index d11962d4c59..f458817f9c2 100644 --- a/packages/merkle-shared/CHANGELOG.md +++ b/packages/merkle-shared/CHANGELOG.md @@ -3,30 +3,53 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-13 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/merkle-shared +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) +### 🚀 Features +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +> 2022-04-25 -**Note:** Version bump only for package @fuel-ts/merkle-shared + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# 0.3.0 (2022-03-04) +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 c9f2fb5263a..4b40b10da9c 100644 --- a/packages/merkle-shared/package.json +++ b/packages/merkle-shared/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/merkle-shared", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "main": "dist/index.js", diff --git a/packages/merkle/CHANGELOG.md b/packages/merkle/CHANGELOG.md index ad075002843..2dc539f5dc3 100644 --- a/packages/merkle/CHANGELOG.md +++ b/packages/merkle/CHANGELOG.md @@ -3,30 +3,49 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-11 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/merkle +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) -**Note:** Version bump only for package @fuel-ts/merkle +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) +> 2022-03-13 -# 0.3.0 (2022-03-04) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 2dd546914b3..9d73730a3e0 100644 --- a/packages/merkle/package.json +++ b/packages/merkle/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/merkle", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/merklesum/CHANGELOG.md b/packages/merklesum/CHANGELOG.md index faa1cad87eb..f458817f9c2 100644 --- a/packages/merklesum/CHANGELOG.md +++ b/packages/merklesum/CHANGELOG.md @@ -3,30 +3,53 @@ 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.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-13 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/merklesum +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) +### 🚀 Features +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +> 2022-04-25 -**Note:** Version bump only for package @fuel-ts/merklesum + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# 0.3.0 (2022-03-04) +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 7face5a5c7f..a89bac2df54 100644 --- a/packages/merklesum/package.json +++ b/packages/merklesum/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/merklesum", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/mnemonic/CHANGELOG.md b/packages/mnemonic/CHANGELOG.md index f431f127ba0..6fcaa6ae649 100644 --- a/packages/mnemonic/CHANGELOG.md +++ b/packages/mnemonic/CHANGELOG.md @@ -3,35 +3,58 @@ 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 + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) -* export wordlist as default object ([#211](https://github.com/FuelLabs/fuels-ts/issues/211)) ([5ce88dc](https://github.com/FuelLabs/fuels-ts/commit/5ce88dc8f9bc75440da10a39e2e2c85bd4277237)) +> 2022-06-03 +### 🐞 Bug Fixes +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -# [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 + +## [v0.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)) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) -**Note:** Version bump only for package @fuel-ts/mnemonic +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) +> 2022-03-13 -# 0.3.0 (2022-03-04) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) -### Features +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + +### 🚀 Features + +* add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) -- 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 5e5c4c2e158..2125df8194c 100644 --- a/packages/mnemonic/package.json +++ b/packages/mnemonic/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/mnemonic", - "version": "0.6.0", + "version": "0.7.0", "description": "Mnemonic implementation from BIP39", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/providers/CHANGELOG.md b/packages/providers/CHANGELOG.md index 591c073b55f..359034b313f 100644 --- a/packages/providers/CHANGELOG.md +++ b/packages/providers/CHANGELOG.md @@ -3,50 +3,82 @@ 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 + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) -* add variables outputs ([#224](https://github.com/FuelLabs/fuels-ts/issues/224)) ([f320686](https://github.com/FuelLabs/fuels-ts/commit/f320686ae15d1eb2120dfd2e70f0ecf74c684336)) -* update call contract script ([#205](https://github.com/FuelLabs/fuels-ts/issues/205)) ([e270416](https://github.com/FuelLabs/fuels-ts/commit/e27041656ed22b7b232836711b8a11d221d2cd31)) +> 2022-06-03 +### 🐞 Bug Fixes +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 🚀 Features +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) +* improve AbiCoder ([#290](https://github.com/FuelLabs/fuels-ts/issues/290)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) +* add get contract on provider ([#241](https://github.com/FuelLabs/fuels-ts/issues/241)) +* add contract slots on contract deployment ([#239](https://github.com/FuelLabs/fuels-ts/issues/239)) -### 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)) + +## [v0.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)) +* update call contract script ([#205](https://github.com/FuelLabs/fuels-ts/issues/205)) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 -### Bug Fixes +### 🚀 Features -* change postinstall to prepare ([#160](https://github.com/FuelLabs/fuels-ts/issues/160)) ([b156dcf](https://github.com/FuelLabs/fuels-ts/commit/b156dcfa63f8ed34b2a3d102b31fef2f8aa5df0d)) +* forward amount and assetId on contract call ([#199](https://github.com/FuelLabs/fuels-ts/issues/199)) -### Features + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -* 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)) +> 2022-03-13 +### 🐞 Bug Fixes +* change postinstall to prepare ([#160](https://github.com/FuelLabs/fuels-ts/issues/160)) +### 🚀 Features +* add support to void return ([#181](https://github.com/FuelLabs/fuels-ts/issues/181)) +* call contract method with mutiple params ([#170](https://github.com/FuelLabs/fuels-ts/issues/170)) +* update abi code to support new syntax ([#169](https://github.com/FuelLabs/fuels-ts/issues/169)) -# 0.3.0 (2022-03-04) -### Features + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + +### 🚀 Features + +* add Provider.getCoinsToSpend() ([#93](https://github.com/FuelLabs/fuels-ts/issues/93)) +* add coin status on coins ([#129](https://github.com/FuelLabs/fuels-ts/issues/129)) -- 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 b242370329c..8a12e2b66a5 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/providers", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/script/CHANGELOG.md b/packages/script/CHANGELOG.md index 767840ada8e..eb8ff88a1cf 100644 --- a/packages/script/CHANGELOG.md +++ b/packages/script/CHANGELOG.md @@ -3,3 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +--- + + + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) + +> 2022-06-02 + +### 🚀 Features + +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) + + + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) + +> 2022-04-25 + + + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) + +> 2022-03-30 + + + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) + +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + diff --git a/packages/script/package.json b/packages/script/package.json index 16077ffc775..b2a3ab59592 100644 --- a/packages/script/package.json +++ b/packages/script/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/script", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/signer/CHANGELOG.md b/packages/signer/CHANGELOG.md index 143fd2593f6..2fe639ff35b 100644 --- a/packages/signer/CHANGELOG.md +++ b/packages/signer/CHANGELOG.md @@ -3,35 +3,62 @@ 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/signer + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-06-03 +### 🐞 Bug Fixes +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -### Features +### 🚀 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)) +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) -**Note:** Version bump only for package @fuel-ts/signer +> 2022-03-30 +### 🚀 Features +* add hdwallet and mnemonic features to wallet ([#196](https://github.com/FuelLabs/fuels-ts/issues/196)) + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# 0.3.0 (2022-03-04) +> 2022-03-13 -### 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)) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + +### 🚀 Features + +* add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) + diff --git a/packages/signer/package.json b/packages/signer/package.json index e3b7d5011cf..276846a49a3 100644 --- a/packages/signer/package.json +++ b/packages/signer/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/signer", - "version": "0.6.0", + "version": "0.7.0", "description": "Secp256k1 signer for the Fuel Network", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/sparsemerkle/CHANGELOG.md b/packages/sparsemerkle/CHANGELOG.md index 46893db3940..2dc539f5dc3 100644 --- a/packages/sparsemerkle/CHANGELOG.md +++ b/packages/sparsemerkle/CHANGELOG.md @@ -3,30 +3,49 @@ 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/sparsemerkle + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-11 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/sparsemerkle +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) -**Note:** Version bump only for package @fuel-ts/sparsemerkle +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) +> 2022-03-13 -# 0.3.0 (2022-03-04) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 311f6c8b9cf..8978c0302a8 100644 --- a/packages/sparsemerkle/package.json +++ b/packages/sparsemerkle/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/sparsemerkle", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/testcases/CHANGELOG.md b/packages/testcases/CHANGELOG.md index 0f93af4cc47..d8803745714 100644 --- a/packages/testcases/CHANGELOG.md +++ b/packages/testcases/CHANGELOG.md @@ -3,32 +3,45 @@ 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/testcases + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-11 + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +> 2022-04-25 -**Note:** Version bump only for package @fuel-ts/testcases + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +> 2022-03-13 -**Note:** Version bump only for package @fuel-ts/testcases + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) +> 2022-03-04 + +## v0.1.0 -# 0.3.0 (2022-03-04) +> 2022-03-04 -### Features +### 🚀 Features + +* add sendTransaction with signature ([#111](https://github.com/FuelLabs/fuels-ts/issues/111)) -- 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 6f039ccbee2..c96cb8dbb6e 100644 --- a/packages/testcases/package.json +++ b/packages/testcases/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/testcases", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "files": [ diff --git a/packages/transactions/CHANGELOG.md b/packages/transactions/CHANGELOG.md index 2841b6f00e1..7dde1ba9262 100644 --- a/packages/transactions/CHANGELOG.md +++ b/packages/transactions/CHANGELOG.md @@ -3,30 +3,55 @@ 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/transactions + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-05-31 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring -**Note:** Version bump only for package @fuel-ts/transactions +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) +### 🚀 Features +* support u32 on byte code length ([#298](https://github.com/FuelLabs/fuels-ts/issues/298)) +* improve AbiCoder ([#290](https://github.com/FuelLabs/fuels-ts/issues/290)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) +> 2022-04-25 -**Note:** Version bump only for package @fuel-ts/transactions + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# 0.3.0 (2022-03-04) +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 e6011cd3aae..65079f9392c 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/transactions", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/typechain-target-fuels/CHANGELOG.md b/packages/typechain-target-fuels/CHANGELOG.md index dff8196bec2..330a5a04b48 100644 --- a/packages/typechain-target-fuels/CHANGELOG.md +++ b/packages/typechain-target-fuels/CHANGELOG.md @@ -3,41 +3,68 @@ 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 typechain-target-fuels + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-06-10 +### 🐞 Bug Fixes +* return correct type on void outputs ([#325](https://github.com/FuelLabs/fuels-ts/issues/325)) +* use `isArray` in reduce ([#308](https://github.com/FuelLabs/fuels-ts/issues/308)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -### Features +### 🚀 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)) +* improve AbiCoder ([#290](https://github.com/FuelLabs/fuels-ts/issues/290)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) +> 2022-03-30 -### Bug Fixes +### 🚀 Features -* remove empty params from types ([#164](https://github.com/FuelLabs/fuels-ts/issues/164)) ([8de80f9](https://github.com/FuelLabs/fuels-ts/commit/8de80f9ee880276d402e7c2e97c14a12ffcf9938)) +* add types on contract factory generated code ([#201](https://github.com/FuelLabs/fuels-ts/issues/201)) -### Features + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) ([2bfac73](https://github.com/FuelLabs/fuels-ts/commit/2bfac73742db4888bedacf151f1566b435f561c6)) +> 2022-03-13 +### 🐞 Bug Fixes +* remove empty params from types ([#164](https://github.com/FuelLabs/fuels-ts/issues/164)) +### 🚀 Features +* change typechain imports to fuels ([#184](https://github.com/FuelLabs/fuels-ts/issues/184)) -# 0.3.0 (2022-03-04) -**Note:** Version bump only for package typechain-target-fuels + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + diff --git a/packages/typechain-target-fuels/package.json b/packages/typechain-target-fuels/package.json index fe35d1e9865..0312f22b18c 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.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "src/index.ts", diff --git a/packages/wallet-manager/CHANGELOG.md b/packages/wallet-manager/CHANGELOG.md index d65414faf11..2dc539f5dc3 100644 --- a/packages/wallet-manager/CHANGELOG.md +++ b/packages/wallet-manager/CHANGELOG.md @@ -3,6 +3,49 @@ 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) +--- + + + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) + +> 2022-05-11 + +### 🐞 Bug Fixes + +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) + +### 📃 Code Refactoring + +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) + + + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) + +> 2022-04-25 + + + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) + +> 2022-03-30 + + + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) + +> 2022-03-13 + + + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 -**Note:** Version bump only for package @fuel-ts/wallet-manager diff --git a/packages/wallet-manager/package.json b/packages/wallet-manager/package.json index 2e64d67b561..2e51a2f1513 100644 --- a/packages/wallet-manager/package.json +++ b/packages/wallet-manager/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/wallet-manager", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 9799e860ca6..1954ff2a3d7 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -3,43 +3,73 @@ 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/wallet + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) +> 2022-06-06 +### 🐞 Bug Fixes +* Use internal random bytes function to avoid browser ESM file ([#310](https://github.com/FuelLabs/fuels-ts/issues/310)) +* change import crypto to ether/random ([#297](https://github.com/FuelLabs/fuels-ts/issues/297)) +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) -# [0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) (2022-03-30) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -### Features +### 🚀 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)) -* 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)) +* enable utxo validation ([#278](https://github.com/FuelLabs/fuels-ts/issues/278)) +* move from BigNumber to BigInt ([#266](https://github.com/FuelLabs/fuels-ts/issues/266)) +* optional tx params ([#256](https://github.com/FuelLabs/fuels-ts/issues/256)) + +## [v0.6.0](https://github.com/FuelLabs/fuels-ts/compare/v0.5.0...v0.6.0) +> 2022-04-25 -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) -**Note:** Version bump only for package @fuel-ts/wallet +> 2022-03-30 +### 🚀 Features +* forward amount and assetId on contract call ([#199](https://github.com/FuelLabs/fuels-ts/issues/199)) +* add hdwallet and mnemonic features to wallet ([#196](https://github.com/FuelLabs/fuels-ts/issues/196)) + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) -# 0.3.0 (2022-03-04) +> 2022-03-13 -### 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)) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) -### Features +> 2022-03-04 + + + +## v0.1.0 + +> 2022-03-04 + +### 🐞 Bug Fixes + +* move testcase to dev dependency ([#125](https://github.com/FuelLabs/fuels-ts/issues/125)) + +### 🚀 Features + +* add HDWallet implementation BIP-032 + BIP-044 ([#143](https://github.com/FuelLabs/fuels-ts/issues/143)) +* config provider at generate wallet ([#128](https://github.com/FuelLabs/fuels-ts/issues/128)) +* add sendTransaction with signature ([#111](https://github.com/FuelLabs/fuels-ts/issues/111)) +* zero out output fields on hashTransaction ([#110](https://github.com/FuelLabs/fuels-ts/issues/110)) -- 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 3508d1f1895..d0897ecbe46 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/wallet", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "typedocMain": "./src/index.ts", diff --git a/packages/wordlists/CHANGELOG.md b/packages/wordlists/CHANGELOG.md index 9169faf615c..a9b675250d7 100644 --- a/packages/wordlists/CHANGELOG.md +++ b/packages/wordlists/CHANGELOG.md @@ -3,33 +3,53 @@ 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 + +## [0.7.0](https://github.com/FuelLabs/fuels-ts/compare/v0.6.0...0.7.0) -* export wordlist as default object ([#211](https://github.com/FuelLabs/fuels-ts/issues/211)) ([5ce88dc](https://github.com/FuelLabs/fuels-ts/commit/5ce88dc8f9bc75440da10a39e2e2c85bd4277237)) +> 2022-05-11 +### 🐞 Bug Fixes +* change build tasks in order to use pnpm link correctly ([#246](https://github.com/FuelLabs/fuels-ts/issues/246)) +### 📃 Code Refactoring +* add turborepo, pnpm and tsup ([#238](https://github.com/FuelLabs/fuels-ts/issues/238)) -# [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/wordlists + +## [v0.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)) -# [0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) (2022-03-13) + +## [v0.5.0](https://github.com/FuelLabs/fuels-ts/compare/v0.4.0...v0.5.0) -**Note:** Version bump only for package @fuel-ts/wordlists +> 2022-03-30 + +## [v0.4.0](https://github.com/FuelLabs/fuels-ts/compare/v0.3.0...v0.4.0) +> 2022-03-13 -# 0.3.0 (2022-03-04) + +## [v0.3.0](https://github.com/FuelLabs/fuels-ts/compare/v0.1.0...v0.3.0) + +> 2022-03-04 + + + +## v0.1.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 04349fa3d33..a953c2f0eaa 100644 --- a/packages/wordlists/package.json +++ b/packages/wordlists/package.json @@ -1,6 +1,6 @@ { "name": "@fuel-ts/wordlists", - "version": "0.6.0", + "version": "0.7.0", "description": "", "author": "Fuel Labs (https://fuel.network/)", "main": "dist/index.js",