Skip to content

Commit 1b9e399

Browse files
ci(release): v0.100.6 @ master (#3880)
* 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 303379c commit 1b9e399

Some content is hidden

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

46 files changed

+234
-30
lines changed

.changeset/cyan-oranges-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

internal/check-imports/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @internal/check-imports
22

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

527
### Patch Changes

internal/check-imports/package.json

Lines changed: 1 addition & 1 deletion
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.25"
29+
"version": "0.0.26"
3030
}

packages/abi-coder/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.100.6
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/crypto@0.100.6
8+
- @fuel-ts/errors@0.100.6
9+
- @fuel-ts/hasher@0.100.6
10+
- @fuel-ts/math@0.100.6
11+
- @fuel-ts/utils@0.100.6
12+
313
## 0.100.5
414

515
### Patch Changes

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

packages/abi-typegen/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @fuel-ts/abi-typegen
22

3+
## 0.100.6
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/errors@0.100.6
8+
- @fuel-ts/utils@0.100.6
9+
- @fuel-ts/versions@0.100.6
10+
311
## 0.100.5
412

513
### Patch Changes

packages/abi-typegen/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-typegen",
3-
"version": "0.100.5",
3+
"version": "0.100.6",
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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 0.100.6
4+
5+
### Patch Changes
6+
7+
- 303379c: chore: made connector returns `TransactionResponse` type
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+
319
## 0.100.5
420

521
### Patch Changes

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

packages/address/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.100.6
4+
5+
### Patch Changes
6+
7+
- @fuel-ts/crypto@0.100.6
8+
- @fuel-ts/errors@0.100.6
9+
- @fuel-ts/utils@0.100.6
10+
311
## 0.100.5
412

513
### Patch Changes

0 commit comments

Comments
 (0)