-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,34 @@ | |
|
||
### Patch Changes | ||
|
||
- Updated dependencies [9bc893b] | ||
- Updated dependencies [d0e9b1a] | ||
- Updated dependencies [1115ade] | ||
- Updated dependencies [fb0e12f] | ||
- Updated dependencies [f7eacb4] | ||
- Updated dependencies [c880c5e] | ||
- @fuel-ts/account@0.85.0 | ||
- @fuel-ts/program@0.85.0 | ||
- @fuel-ts/abi-typegen@0.85.0 | ||
- @fuel-ts/errors@0.85.0 | ||
- [email protected] | ||
- @fuel-ts/contract@0.85.0 | ||
- @fuel-ts/script@0.85.0 | ||
- @fuel-ts/abi-coder@0.85.0 | ||
- @fuel-ts/address@0.85.0 | ||
- @fuel-ts/crypto@0.85.0 | ||
- @fuel-ts/math@0.85.0 | ||
- @fuel-ts/transactions@0.85.0 | ||
- @fuel-ts/utils@0.85.0 | ||
- @fuel-ts/hasher@0.85.0 | ||
- @fuel-ts/merkle@0.85.0 | ||
- @fuel-ts/interfaces@0.85.0 | ||
- @fuel-ts/versions@0.85.0 | ||
|
||
## null | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [86543ed] | ||
- Updated dependencies [4aca0b8] | ||
- Updated dependencies [6231f7a] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/abi-coder", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/abi-typegen", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "Generates Typescript definitions from Sway ABI Json files", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# Change Log | ||
|
||
## 0.85.0 | ||
|
||
### Minor Changes | ||
|
||
- fb0e12f: chore!: remove `__typename` from GraphQL types | ||
|
||
### Patch Changes | ||
|
||
- 9bc893b: fix: avoid overriding user `gasLimit` and `maxFee` inputs | ||
- 1115ade: fix: added CDN path for icon assets | ||
- f7eacb4: chore: warn on fuel client version incompatibility | ||
- Updated dependencies [f7eacb4] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
- @fuel-ts/[email protected] | ||
|
||
## 0.84.0 | ||
|
||
### Minor Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/account", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/address", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "Utilities for encoding and decoding addresses", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/contract", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-fuels", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/crypto", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "Utilities for encrypting and decrypting data", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Change Log | ||
|
||
## 0.85.0 | ||
|
||
## 0.84.0 | ||
|
||
## 0.83.0 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/forc", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "NPM bin wrapper around Fuel `forc`", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @fuel-ts/fuel-core | ||
|
||
## 0.85.0 | ||
|
||
## 0.84.0 | ||
|
||
### Minor Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/fuel-core", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"description": "NPM bin wrapper around `fuel-core`", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|