Skip to content

Commit e210797

Browse files
ci(release): v0.100.2 @ master (#3798)
* ci(scripts): update versions * ci(release): versioning packages and changesets --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e909d54 commit e210797

Some content is hidden

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

51 files changed

+245
-52
lines changed

.changeset/brown-things-behave.md

-4
This file was deleted.

.changeset/cool-brooms-obey.md

-5
This file was deleted.

.changeset/crazy-tools-run.md

-4
This file was deleted.

.changeset/curvy-humans-drum.md

-4
This file was deleted.

.changeset/green-parts-decide.md

-6
This file was deleted.

.changeset/silent-areas-sink.md

-4
This file was deleted.

internal/check-imports/CHANGELOG.md

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

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

527
### Patch Changes

internal/check-imports/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"@fuel-ts/account": "workspace:*",
2727
"fuels": "workspace:*"
2828
},
29-
"version": "0.0.21"
29+
"version": "0.0.22"
3030
}

packages/abi-coder/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e909d54]
8+
- @fuel-ts/errors@0.100.2
9+
- @fuel-ts/crypto@0.100.2
10+
- @fuel-ts/math@0.100.2
11+
- @fuel-ts/utils@0.100.2
12+
- @fuel-ts/hasher@0.100.2
13+
314
## 0.100.1
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.100.1",
3+
"version": "0.100.2",
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.100.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e909d54]
8+
- @fuel-ts/errors@0.100.2
9+
- @fuel-ts/utils@0.100.2
10+
- @fuel-ts/versions@0.100.2
11+
312
## 0.100.1
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.100.1",
3+
"version": "0.100.2",
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.100.2
4+
5+
### Patch Changes
6+
7+
- e909d54: fix: adjust feature detection for balances
8+
- Updated dependencies [e909d54]
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.100.1
421

522
### Patch 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.100.1",
3+
"version": "0.100.2",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/address/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e909d54]
8+
- @fuel-ts/errors@0.100.2
9+
- @fuel-ts/crypto@0.100.2
10+
- @fuel-ts/utils@0.100.2
11+
312
## 0.100.1
413

514
### Patch 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.100.1",
3+
"version": "0.100.2",
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

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e909d54]
8+
- @fuel-ts/account@0.100.2
9+
- @fuel-ts/errors@0.100.2
10+
- @fuel-ts/program@0.100.2
11+
- @fuel-ts/abi-coder@0.100.2
12+
- @fuel-ts/crypto@0.100.2
13+
- @fuel-ts/math@0.100.2
14+
- @fuel-ts/transactions@0.100.2
15+
- @fuel-ts/utils@0.100.2
16+
- @fuel-ts/hasher@0.100.2
17+
- @fuel-ts/merkle@0.100.2
18+
319
## 0.100.1
420

521
### 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.100.1",
3+
"version": "0.100.2",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/create-fuels/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- f9c31e4: chore: upgrade `@fuels/connectors` to `0.39.2`
8+
- Updated dependencies [e909d54]
9+
- @fuel-ts/errors@0.100.2
10+
- @fuel-ts/versions@0.100.2
11+
312
## 0.100.1
413

514
### 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.100.1",
3+
"version": "0.100.2",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/crypto/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e909d54]
8+
- @fuel-ts/errors@0.100.2
9+
- @fuel-ts/utils@0.100.2
10+
311
## 0.100.1
412

513
### 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.100.1",
3+
"version": "0.100.2",
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

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- e909d54: fix: adjust feature detection for balances
8+
- @fuel-ts/versions@0.100.2
9+
310
## 0.100.1
411

512
### 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.100.1",
3+
"version": "0.100.2",
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

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e909d54]
8+
- @fuel-ts/account@0.100.2
9+
- @fuel-ts/errors@0.100.2
10+
- @fuel-ts/contract@0.100.2
11+
- @fuel-ts/program@0.100.2
12+
- @fuel-ts/recipes@0.100.2
13+
- @fuel-ts/script@0.100.2
14+
- @fuel-ts/abi-coder@0.100.2
15+
- @fuel-ts/abi-typegen@0.100.2
16+
- @fuel-ts/address@0.100.2
17+
- @fuel-ts/crypto@0.100.2
18+
- @fuel-ts/math@0.100.2
19+
- @fuel-ts/transactions@0.100.2
20+
- @fuel-ts/utils@0.100.2
21+
- @fuel-ts/hasher@0.100.2
22+
- @fuel-ts/versions@0.100.2
23+
324
## 0.100.1
425

526
### 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.100.1",
3+
"version": "0.100.2",
44
"description": "Fuel TS SDK",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/hasher/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/crypto@0.100.2
8+
- @fuel-ts/utils@0.100.2
9+
310
## 0.100.1
411

512
### 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.100.1",
3+
"version": "0.100.2",
44
"description": "Sha256 hash utility for Fuel",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/logger/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/address@0.100.2
8+
- @fuel-ts/math@0.100.2
9+
310
## 0.100.1
411

512
### 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.100.1",
3+
"version": "0.100.2",
44
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
55
"description": "A logger for the Fuel-TS ecosystem",
66
"main": "dist/index.js",

packages/math/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e909d54]
8+
- @fuel-ts/errors@0.100.2
9+
310
## 0.100.1
411

512
### Patch Changes

packages/math/package.json

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

packages/merkle/CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/math@0.100.2
8+
- @fuel-ts/hasher@0.100.2
9+
310
## 0.100.1
411

512
### Patch Changes

packages/merkle/package.json

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

0 commit comments

Comments
 (0)