Skip to content

Commit 7ea01cd

Browse files
authored
v0.3.0 (#152)
1 parent 60241e3 commit 7ea01cd

38 files changed

+243
-55
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.3.0 (2022-03-04)
7+
8+
9+
### Bug Fixes
10+
11+
* move testcase to dev dependency ([#125](https://github.com/FuelLabs/fuels-ts/issues/125)) ([ca89791](https://github.com/FuelLabs/fuels-ts/commit/ca89791ccef1287f7ccc6411bf1b290fbcac4315))
12+
* node14 uses npm7, upgrade to npm8 ([#149](https://github.com/FuelLabs/fuels-ts/issues/149)) ([66f2519](https://github.com/FuelLabs/fuels-ts/commit/66f25194e10ba926f68babdd894bb4b8f30f2f8e))
13+
* 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))
14+
* Throttle npm whoami ([#150](https://github.com/FuelLabs/fuels-ts/issues/150)) ([60241e3](https://github.com/FuelLabs/fuels-ts/commit/60241e373567d3eb897fa213b3c6f28478db3907))
15+
16+
17+
### Features
18+
19+
* add coin status on coins ([#129](https://github.com/FuelLabs/fuels-ts/issues/129)) ([ed80835](https://github.com/FuelLabs/fuels-ts/commit/ed808352347d5deac0a683d007632cae09df8692))
20+
* 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))
21+
* add Provider.getCoinsToSpend() ([#93](https://github.com/FuelLabs/fuels-ts/issues/93)) ([4bff768](https://github.com/FuelLabs/fuels-ts/commit/4bff76855b413f10eaffa4d631b5ffb79306e767))
22+
* add sendTransaction with signature ([#111](https://github.com/FuelLabs/fuels-ts/issues/111)) ([756d35d](https://github.com/FuelLabs/fuels-ts/commit/756d35d347d12160b18f1d93cd61211695074362))
23+
* config provider at generate wallet ([#128](https://github.com/FuelLabs/fuels-ts/issues/128)) ([4932c81](https://github.com/FuelLabs/fuels-ts/commit/4932c8146506b0736af5748c12d904fda2673e1f))
24+
* generate docs ([#116](https://github.com/FuelLabs/fuels-ts/issues/116)) ([84ac1c7](https://github.com/FuelLabs/fuels-ts/commit/84ac1c79c5e75bd1a39466f2d4e518c17c1304b4))
25+
* zero out output fields on hashTransaction ([#110](https://github.com/FuelLabs/fuels-ts/issues/110)) ([b018ede](https://github.com/FuelLabs/fuels-ts/commit/b018edecf2acde4582631003074dc0742c0a52e0))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.1"
5+
"version": "0.3.0"
66
}

packages/abi-coder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.3.0 (2022-03-04)
7+
8+
**Note:** Version bump only for package @fuel-ts/abi-coder

packages/abi-coder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-coder",
3-
"version": "0.0.1",
3+
"version": "0.3.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedocMain": "src/index.ts",

packages/contract/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.3.0 (2022-03-04)
7+
8+
**Note:** Version bump only for package @fuel-ts/contract

packages/contract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/contract",
3-
"version": "0.0.1",
3+
"version": "0.3.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedocMain": "src/index.ts",
@@ -16,8 +16,8 @@
1616
"@ethersproject/bignumber": "^5.5.0",
1717
"@ethersproject/bytes": "^5.5.0",
1818
"@ethersproject/logger": "^5.5.0",
19-
"@fuel-ts/abi-coder": "^0.0.1",
20-
"@fuel-ts/providers": "^0.0.1",
21-
"@fuel-ts/transactions": "^0.0.1"
19+
"@fuel-ts/abi-coder": "0.3.0",
20+
"@fuel-ts/providers": "0.3.0",
21+
"@fuel-ts/transactions": "0.3.0"
2222
}
2323
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.3.0 (2022-03-04)
7+
8+
**Note:** Version bump only for package @fuel-ts/example-contract
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/example-contract",
3-
"version": "0.0.1",
3+
"version": "0.3.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"scripts": {
@@ -9,11 +9,11 @@
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"@ethersproject/bytes": "^5.5.0",
12-
"fuels": "^0.0.1"
12+
"fuels": "0.3.0"
1313
},
1414
"devDependencies": {
15-
"typechain-target-fuels": "^0.0.1",
1615
"prettier": "^2.4.1",
17-
"typechain": "^6.0.2"
16+
"typechain": "^6.0.2",
17+
"typechain-target-fuels": "0.3.0"
1818
}
1919
}

packages/fuels/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.3.0 (2022-03-04)
7+
8+
**Note:** Version bump only for package fuels

packages/fuels/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuels",
3-
"version": "0.0.1",
3+
"version": "0.3.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"typedocMain": "src/index.ts",
@@ -10,10 +10,10 @@
1010
],
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@fuel-ts/abi-coder": "^0.0.1",
14-
"@fuel-ts/contract": "^0.0.1",
15-
"@fuel-ts/providers": "^0.0.1",
16-
"@fuel-ts/transactions": "^0.0.1",
17-
"@fuel-ts/wallet": "^0.0.1"
13+
"@fuel-ts/abi-coder": "0.3.0",
14+
"@fuel-ts/contract": "0.3.0",
15+
"@fuel-ts/providers": "0.3.0",
16+
"@fuel-ts/transactions": "0.3.0",
17+
"@fuel-ts/wallet": "0.3.0"
1818
}
1919
}

0 commit comments

Comments
 (0)