-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(release): versioning packages and changesets
- Loading branch information
1 parent
8d8452e
commit e4d8d9f
Showing
58 changed files
with
361 additions
and
107 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
# @internal/check-imports | ||
|
||
## 0.0.18 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [981b992] | ||
- Updated dependencies [12e801e] | ||
- Updated dependencies [d5a696c] | ||
- Updated dependencies [04ca73e] | ||
- Updated dependencies [11fcd7b] | ||
- Updated dependencies [0fb6fa8] | ||
- Updated dependencies [a7eb9b6] | ||
- Updated dependencies [8d8452e] | ||
- Updated dependencies [4ccc628] | ||
- [email protected] | ||
- @fuel-ts/transactions@0.98.0 | ||
- @fuel-ts/abi-typegen@0.98.0 | ||
- @fuel-ts/abi-coder@0.98.0 | ||
- @fuel-ts/contract@0.98.0 | ||
- @fuel-ts/versions@0.98.0 | ||
- @fuel-ts/account@0.98.0 | ||
- @fuel-ts/address@0.98.0 | ||
- @fuel-ts/program@0.98.0 | ||
- @fuel-ts/crypto@0.98.0 | ||
- @fuel-ts/hasher@0.98.0 | ||
- @fuel-ts/merkle@0.98.0 | ||
- @fuel-ts/utils@0.98.0 | ||
- @fuel-ts/math@0.98.0 | ||
- @fuel-ts/errors@0.98.0 | ||
- @fuel-ts/script@0.98.0 | ||
- @fuel-ts/interfaces@0.98.0 | ||
|
||
## 0.0.17 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,5 @@ | |
"@fuel-ts/account": "workspace:*", | ||
"fuels": "workspace:*" | ||
}, | ||
"version": "0.0.17" | ||
"version": "0.0.18" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "@internal/fuel-core", | ||
"version": "0.89.6", | ||
"version": "0.89.7", | ||
"description": "NPM bin wrapper around `fuel-core`", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/abi-coder", | ||
"version": "0.97.2", | ||
"version": "0.98.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/abi-typegen", | ||
"version": "0.97.2", | ||
"version": "0.98.0", | ||
"description": "Generates Typescript definitions from Sway ABI Json files", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
# Change Log | ||
|
||
## 0.98.0 | ||
|
||
### Minor Changes | ||
|
||
- 8d8452e: feat!: `autoCost` for transaction estimation and funding | ||
|
||
### Patch Changes | ||
|
||
- 12e801e: chore: dependency pinning and auditing | ||
- d5a696c: feat: added method to duplicate predicate | ||
- Updated dependencies [12e801e] | ||
- Updated dependencies [04ca73e] | ||
- Updated dependencies [a7eb9b6] | ||
- Updated dependencies [4ccc628] | ||
- @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.97.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/account", | ||
"version": "0.97.2", | ||
"version": "0.98.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/address", | ||
"version": "0.97.2", | ||
"version": "0.98.0", | ||
"description": "Utilities for encoding and decoding addresses", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/contract", | ||
"version": "0.97.2", | ||
"version": "0.98.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-fuels", | ||
"version": "0.97.2", | ||
"version": "0.98.0", | ||
"description": "", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fuel-ts/crypto", | ||
"version": "0.97.2", | ||
"version": "0.98.0", | ||
"description": "Utilities for encrypting and decrypting data", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.