Skip to content

Commit 48598be

Browse files
ci(release): v0.96.0 @ master (#3314)
1 parent 5bf6621 commit 48598be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+246
-31
lines changed

.changeset/pink-walls-greet.md

-5
This file was deleted.

internal/benchmarks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @internal/benchmarks
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.5
410

511
### Patch Changes

internal/benchmarks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"fuels": "workspace:*",
1515
"@internal/utils": "workspace:*"
1616
},
17-
"version": "1.0.5"
17+
"version": "1.0.6"
1818
}

internal/check-imports/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @internal/check-imports
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5bf6621]
8+
- @fuel-ts/address@0.96.0
9+
- @fuel-ts/account@0.96.0
10+
11+
- @fuel-ts/program@0.96.0
12+
- @fuel-ts/script@0.96.0
13+
- @fuel-ts/transactions@0.96.0
14+
- @fuel-ts/contract@0.96.0
15+
- @fuel-ts/abi-coder@0.96.0
16+
- @fuel-ts/abi-typegen@0.96.0
17+
- @fuel-ts/crypto@0.96.0
18+
- @fuel-ts/errors@0.96.0
19+
- @fuel-ts/hasher@0.96.0
20+
- @fuel-ts/interfaces@0.96.0
21+
- @fuel-ts/math@0.96.0
22+
- @fuel-ts/merkle@0.96.0
23+
- @fuel-ts/utils@0.96.0
24+
- @fuel-ts/versions@0.96.0
25+
326
## 0.0.12
427

528
### Patch Changes

internal/check-imports/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"@fuel-ts/account": "workspace:*",
2828
"fuels": "workspace:*"
2929
},
30-
"version": "0.0.12"
30+
"version": "0.0.13"
3131
}

packages/abi-coder/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/crypto@0.96.0
8+
- @fuel-ts/errors@0.96.0
9+
- @fuel-ts/hasher@0.96.0
10+
- @fuel-ts/interfaces@0.96.0
11+
- @fuel-ts/math@0.96.0
12+
- @fuel-ts/utils@0.96.0
13+
314
## 0.95.0
415

516
### Patch Changes

packages/abi-coder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-coder",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/abi-typegen/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @fuel-ts/abi-typegen
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/errors@0.96.0
8+
- @fuel-ts/interfaces@0.96.0
9+
- @fuel-ts/utils@0.96.0
10+
- @fuel-ts/versions@0.96.0
11+
312
## 0.95.0
413

514
### Patch Changes

packages/abi-typegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-typegen",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "Generates Typescript definitions from Sway ABI Json files",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/account/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5bf6621]
8+
- @fuel-ts/[email protected]
9+
- @fuel-ts/[email protected]
10+
- @fuel-ts/[email protected]
11+
- @fuel-ts/[email protected]
12+
- @fuel-ts/[email protected]
13+
- @fuel-ts/[email protected]
14+
- @fuel-ts/[email protected]
15+
- @fuel-ts/[email protected]
16+
- @fuel-ts/[email protected]
17+
- @fuel-ts/[email protected]
18+
- @fuel-ts/[email protected]
19+
320
## 0.95.0
421

522
### Minor Changes

packages/account/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/account",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/address/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 0.96.0
4+
5+
### Minor Changes
6+
7+
- 5bf6621: fix!: checksum method to remove `0x` before hashing
8+
9+
### Patch Changes
10+
11+
- @fuel-ts/crypto@0.96.0
12+
- @fuel-ts/errors@0.96.0
13+
- @fuel-ts/interfaces@0.96.0
14+
- @fuel-ts/utils@0.96.0
15+
316
## 0.95.0
417

518
### Minor Changes

packages/address/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/address",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "Utilities for encoding and decoding addresses",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/contract/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/account@0.96.0
8+
- @fuel-ts/program@0.96.0
9+
- @fuel-ts/transactions@0.96.0
10+
- @fuel-ts/abi-coder@0.96.0
11+
- @fuel-ts/crypto@0.96.0
12+
- @fuel-ts/errors@0.96.0
13+
- @fuel-ts/hasher@0.96.0
14+
- @fuel-ts/interfaces@0.96.0
15+
- @fuel-ts/math@0.96.0
16+
- @fuel-ts/merkle@0.96.0
17+
- @fuel-ts/utils@0.96.0
18+
- @fuel-ts/versions@0.96.0
19+
320
## 0.95.0
421

522
### Patch Changes

packages/contract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/contract",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/create-fuels/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-fuels
22

3+
## 0.96.0
4+
35
## 0.95.0
46

57
### Patch Changes

packages/create-fuels/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-fuels",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/crypto/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/errors@0.96.0
8+
- @fuel-ts/interfaces@0.96.0
9+
- @fuel-ts/math@0.96.0
10+
- @fuel-ts/utils@0.96.0
11+
312
## 0.95.0
413

514
### Patch Changes

packages/crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/crypto",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "Utilities for encrypting and decrypting data",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/errors/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuel-ts/errors
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/versions@0.96.0
8+
39
## 0.95.0
410

511
### Patch Changes

packages/errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/errors",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "Error class and error codes that the fuels-ts library throws",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/fuels/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5bf6621]
8+
- @fuel-ts/address@0.96.0
9+
- @fuel-ts/account@0.96.0
10+
- @fuel-ts/program@0.96.0
11+
- @fuel-ts/script@0.96.0
12+
- @fuel-ts/transactions@0.96.0
13+
- @fuel-ts/contract@0.96.0
14+
- @fuel-ts/abi-coder@0.96.0
15+
- @fuel-ts/abi-typegen@0.96.0
16+
- @fuel-ts/crypto@0.96.0
17+
- @fuel-ts/errors@0.96.0
18+
- @fuel-ts/hasher@0.96.0
19+
- @fuel-ts/interfaces@0.96.0
20+
- @fuel-ts/math@0.96.0
21+
- @fuel-ts/merkle@0.96.0
22+
- @fuel-ts/utils@0.96.0
23+
- @fuel-ts/versions@0.96.0
24+
325
## 0.95.0
426

527
### Patch Changes

packages/fuels/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuels",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "Fuel TS SDK",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/fuels/src/cli/commands/deploy/proxy/types/Src14OwnedProxy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.94.9
8+
Fuels version: 0.95.0
99
*/
1010

1111
import { Contract, Interface } from "../../../../..";

packages/fuels/src/cli/commands/deploy/proxy/types/Src14OwnedProxyFactory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.94.9
8+
Fuels version: 0.95.0
99
*/
1010

1111
import { Contract, ContractFactory, decompressBytecode } from "../../../../..";

packages/fuels/src/cli/commands/deploy/proxy/types/common.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.94.9
8+
Fuels version: 0.95.0
99
*/
1010

1111
/**

packages/fuels/src/cli/commands/deploy/proxy/types/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.94.9
8+
Fuels version: 0.95.0
99
*/
1010

1111
export { Src14OwnedProxy } from './Src14OwnedProxy';

packages/hasher/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/crypto@0.96.0
8+
- @fuel-ts/interfaces@0.96.0
9+
- @fuel-ts/utils@0.96.0
10+
311
## 0.95.0
412

513
### Patch Changes

packages/hasher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/hasher",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "Sha256 hash utility for Fuel",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/interfaces/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 0.96.0
4+
35
## 0.95.0
46

57
### Patch Changes

packages/interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/interfaces",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/logger/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @fuel-ts/logger
22

3+
## 0.96.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5bf6621]
8+
- @fuel-ts/address@0.96.0
9+
- @fuel-ts/interfaces@0.96.0
10+
- @fuel-ts/math@0.96.0
11+
312
## 0.95.0
413

514
### Patch Changes

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/logger",
3-
"version": "0.95.0",
3+
"version": "0.96.0",
44
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
55
"description": "A logger for the Fuel-TS ecosystem",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)