-
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(changesets): versioning packages for branch
master
(#1942)
- Loading branch information
1 parent
2f4f1af
commit 4a44910
Showing
50 changed files
with
300 additions
and
56 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 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,11 @@ | ||
# demo-wallet-sdk-react | ||
|
||
## 0.1.3 | ||
|
||
### Patch Changes | ||
|
||
- [email protected] | ||
|
||
## 0.1.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
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 |
---|---|---|
|
@@ -4,6 +4,32 @@ | |
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3ebb9bcd] | ||
- Updated dependencies [2db036e9] | ||
- Updated dependencies [dc1b0925] | ||
- Updated dependencies [df882f14] | ||
- @fuel-ts/abi-coder@0.79.0 | ||
- @fuel-ts/account@0.79.0 | ||
- @fuel-ts/interfaces@0.79.0 | ||
- @fuel-ts/program@0.79.0 | ||
- @fuel-ts/versions@0.79.0 | ||
- @fuel-ts/contract@0.79.0 | ||
- [email protected] | ||
- @fuel-ts/script@0.79.0 | ||
- @fuel-ts/transactions@0.79.0 | ||
- @fuel-ts/abi-typegen@0.79.0 | ||
- @fuel-ts/address@0.79.0 | ||
- @fuel-ts/hasher@0.79.0 | ||
- @fuel-ts/merkle@0.79.0 | ||
- @fuel-ts/utils@0.79.0 | ||
- @fuel-ts/errors@0.79.0 | ||
- @fuel-ts/crypto@0.79.0 | ||
- @fuel-ts/math@0.79.0 | ||
|
||
## null | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [9df48991] | ||
- Updated dependencies [fabb7a89] | ||
- @fuel-ts/versions@0.78.0 | ||
|
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.78.0", | ||
"version": "0.79.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.78.0", | ||
"version": "0.79.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,29 @@ | ||
# Change Log | ||
|
||
## 0.79.0 | ||
|
||
### Minor Changes | ||
|
||
- 3ebb9bcd: chore!: remove `externalLoggedTypes` from `Interface` class | ||
|
||
### Patch Changes | ||
|
||
- df882f14: feat: decode logs from TXs submitted outside `BaseInvocationScope` | ||
- Updated dependencies [3ebb9bcd] | ||
- Updated dependencies [dc1b0925] | ||
- @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] | ||
- @fuel-ts/[email protected] | ||
|
||
## 0.78.0 | ||
|
||
### Minor 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.78.0", | ||
"version": "0.79.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.78.0", | ||
"version": "0.79.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.78.0", | ||
"version": "0.79.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# create-fuels | ||
|
||
## 0.79.0 | ||
|
||
### Minor Changes | ||
|
||
- 3e1cdacb: feat: add browser wallet support to the create-fuels template app | ||
|
||
### Patch Changes | ||
|
||
- [email protected] | ||
|
||
## 0.78.0 | ||
|
||
### 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": "create-fuels", | ||
"version": "0.78.0", | ||
"version": "0.79.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.78.0", | ||
"version": "0.79.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
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/errors", | ||
"version": "0.78.0", | ||
"version": "0.79.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", | ||
|
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/forc", | ||
"version": "0.78.0", | ||
"version": "0.79.0", | ||
"description": "NPM bin wrapper around Fuel `forc`", | ||
"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,7 @@ | ||
# @fuel-ts/fuel-core | ||
|
||
## 0.79.0 | ||
|
||
## 0.78.0 | ||
|
||
## 0.77.0 | ||
|
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/fuel-core", | ||
"version": "0.78.0", | ||
"version": "0.79.0", | ||
"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": "fuels", | ||
"version": "0.78.0", | ||
"version": "0.79.0", | ||
"description": "Fuel TS SDK", | ||
"author": "Fuel Labs <[email protected]> (https://fuel.network/)", | ||
"bin": { | ||
|
Oops, something went wrong.