Skip to content

Commit

Permalink
ci(changesets): versioning packages to 0.13.0 (#469)
Browse files Browse the repository at this point in the history
ci(changesets): versioning packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 2, 2022
1 parent 9190cee commit 47a28f5
Show file tree
Hide file tree
Showing 58 changed files with 291 additions and 66 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-sheep-reflect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curvy-bears-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-baboons-repeat.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tidy-bulldogs-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-parrots-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-dancers-tell.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.13.0

### Minor Changes

- [#466](https://github.com/FuelLabs/fuels-ts/pull/466) [`745e65b`](https://github.com/FuelLabs/fuels-ts/commit/745e65bc563ab8cace6f73e2715a6eaaae93fda5) Thanks [@luizstacio](https://github.com/luizstacio)! - Add support to flat abi on interface

* [#458](https://github.com/FuelLabs/fuels-ts/pull/458) [`9190cee`](https://github.com/FuelLabs/fuels-ts/commit/9190cee45529b6c3fcffb2a12b1ef6319b2b39df) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade compatibility to fuel-core v0.10.1

### Patch Changes

- [#471](https://github.com/FuelLabs/fuels-ts/pull/471) [`dfb2612`](https://github.com/FuelLabs/fuels-ts/commit/dfb261222c17cf6f158f475d91b3414996300066) Thanks [@camsjams](https://github.com/camsjams)! - add option type improvement

- Updated dependencies []:
- @fuel-ts/math@0.13.0

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-coder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-coder",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/constants@0.13.0
- @fuel-ts/interfaces@0.13.0
- @fuel-ts/keystore@0.13.0

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/address",
"version": "0.12.0",
"version": "0.13.0",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.13.0

## 0.12.0

## 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/constants",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
28 changes: 28 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 0.13.0

### Minor Changes

- [#466](https://github.com/FuelLabs/fuels-ts/pull/466) [`745e65b`](https://github.com/FuelLabs/fuels-ts/commit/745e65bc563ab8cace6f73e2715a6eaaae93fda5) Thanks [@luizstacio](https://github.com/luizstacio)! - Add support to flat abi on interface

* [#456](https://github.com/FuelLabs/fuels-ts/pull/456) [`48285d4`](https://github.com/FuelLabs/fuels-ts/commit/48285d48b6929e3104c480dddb18d2878be6c478) Thanks [@QuinnLee](https://github.com/QuinnLee)! - Failures now output the reason

- [#458](https://github.com/FuelLabs/fuels-ts/pull/458) [`9190cee`](https://github.com/FuelLabs/fuels-ts/commit/9190cee45529b6c3fcffb2a12b1ef6319b2b39df) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade compatibility to fuel-core v0.10.1

### Patch Changes

- [#471](https://github.com/FuelLabs/fuels-ts/pull/471) [`dfb2612`](https://github.com/FuelLabs/fuels-ts/commit/dfb261222c17cf6f158f475d91b3414996300066) Thanks [@camsjams](https://github.com/camsjams)! - add option type improvement

- Updated dependencies [[`745e65b`](https://github.com/FuelLabs/fuels-ts/commit/745e65bc563ab8cace6f73e2715a6eaaae93fda5), [`48285d4`](https://github.com/FuelLabs/fuels-ts/commit/48285d48b6929e3104c480dddb18d2878be6c478), [`9190cee`](https://github.com/FuelLabs/fuels-ts/commit/9190cee45529b6c3fcffb2a12b1ef6319b2b39df), [`5d4d6ce`](https://github.com/FuelLabs/fuels-ts/commit/5d4d6ce7fa1a23deae3f41be94c9fe2ee9851772), [`dfb2612`](https://github.com/FuelLabs/fuels-ts/commit/dfb261222c17cf6f158f475d91b3414996300066)]:
- @fuel-ts/abi-coder@0.13.0
- @fuel-ts/script@0.13.0
- @fuel-ts/providers@0.13.0
- @fuel-ts/transactions@0.13.0
- @fuel-ts/wallet@0.13.0
- @fuel-ts/address@0.13.0
- @fuel-ts/constants@0.13.0
- @fuel-ts/interfaces@0.13.0
- @fuel-ts/keystore@0.13.0
- @fuel-ts/math@0.13.0
- @fuel-ts/merkle@0.13.0
- @fuel-ts/sparsemerkle@0.13.0

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/contract",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/example-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies [[`9190cee`](https://github.com/FuelLabs/fuels-ts/commit/9190cee45529b6c3fcffb2a12b1ef6319b2b39df), [`5d4d6ce`](https://github.com/FuelLabs/fuels-ts/commit/5d4d6ce7fa1a23deae3f41be94c9fe2ee9851772)]:
- @fuel-ts/wallet@0.13.0
- [email protected]

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/example-contract",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"scripts": {
Expand Down
28 changes: 28 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies [[`745e65b`](https://github.com/FuelLabs/fuels-ts/commit/745e65bc563ab8cace6f73e2715a6eaaae93fda5), [`48285d4`](https://github.com/FuelLabs/fuels-ts/commit/48285d48b6929e3104c480dddb18d2878be6c478), [`61d6e6b`](https://github.com/FuelLabs/fuels-ts/commit/61d6e6b3d0fde7f28d3a94a967ce0ac85c2f1bf7), [`9190cee`](https://github.com/FuelLabs/fuels-ts/commit/9190cee45529b6c3fcffb2a12b1ef6319b2b39df), [`5d4d6ce`](https://github.com/FuelLabs/fuels-ts/commit/5d4d6ce7fa1a23deae3f41be94c9fe2ee9851772), [`dfb2612`](https://github.com/FuelLabs/fuels-ts/commit/dfb261222c17cf6f158f475d91b3414996300066)]:
- @fuel-ts/abi-coder@0.13.0
- @fuel-ts/contract@0.13.0
- @fuel-ts/wallet-manager@0.13.0
- @fuel-ts/providers@0.13.0
- @fuel-ts/testcases@0.13.0
- @fuel-ts/transactions@0.13.0
- @fuel-ts/wallet@0.13.0
- @fuel-ts/predicate@0.13.0
- @fuel-ts/hasher@0.13.0
- @fuel-ts/address@0.13.0
- @fuel-ts/signer@0.13.0
- @fuel-ts/hdwallet@0.13.0
- @fuel-ts/constants@0.13.0
- @fuel-ts/interfaces@0.13.0
- @fuel-ts/keystore@0.13.0
- @fuel-ts/math@0.13.0
- @fuel-ts/merkle@0.13.0
- @fuel-ts/merkle-shared@0.13.0
- @fuel-ts/merklesum@0.13.0
- @fuel-ts/mnemonic@0.13.0
- @fuel-ts/sparsemerkle@0.13.0
- @fuel-ts/wordlists@0.13.0

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuels",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies [[`9190cee`](https://github.com/FuelLabs/fuels-ts/commit/9190cee45529b6c3fcffb2a12b1ef6319b2b39df), [`5d4d6ce`](https://github.com/FuelLabs/fuels-ts/commit/5d4d6ce7fa1a23deae3f41be94c9fe2ee9851772)]:
- @fuel-ts/providers@0.13.0
- @fuel-ts/transactions@0.13.0
- @fuel-ts/constants@0.13.0

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hasher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hasher",
"version": "0.12.0",
"version": "0.13.0",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/hdwallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/signer@0.13.0
- @fuel-ts/math@0.13.0
- @fuel-ts/mnemonic@0.13.0

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hdwallet",
"version": "0.12.0",
"version": "0.13.0",
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.13.0

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/interfaces",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/keystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.13.0

## 0.12.0

## 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/keystore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/keystore",
"version": "0.12.0",
"version": "0.13.0",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.13.0

## 0.12.0

## 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/math",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/merkle-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/math@0.13.0

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/merkle-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merkle-shared",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/merkle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/merkle-shared@0.13.0

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/merkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merkle",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/merklesum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/merkle-shared@0.13.0

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/merklesum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merklesum",
"version": "0.12.0",
"version": "0.13.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/mnemonic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.13.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/keystore@0.13.0
- @fuel-ts/wordlists@0.13.0

## 0.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mnemonic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/mnemonic",
"version": "0.12.0",
"version": "0.13.0",
"description": "Mnemonic implementation from BIP39",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
Loading

0 comments on commit 47a28f5

Please sign in to comment.