Skip to content

Commit

Permalink
ci(changesets): versioning packages (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 4, 2022
1 parent caf8657 commit 43d7e9a
Show file tree
Hide file tree
Showing 70 changed files with 405 additions and 124 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-donkeys-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-dolphins-flow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/empty-toys-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-icons-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-toys-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-mugs-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-chefs-march.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lemon-otters-eat.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/poor-kiwis-attend.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/smooth-garlics-poke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-elephants-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-bags-sin.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thirty-peas-visit.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thirty-peas-visited.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

### Patch Changes

- [#565](https://github.com/FuelLabs/fuels-ts/pull/565) [`bdfa9d6`](https://github.com/FuelLabs/fuels-ts/commit/bdfa9d6e453a9c47177b19f2811265d740fc4ac4) Thanks [@segfault-magnet](https://github.com/segfault-magnet)! - Adapted to forc v0.28.0+ with respect to vectors now using an untyped raw ptr instead of a u64 for the vec ptr.

- Updated dependencies [[`ec83b17`](https://github.com/FuelLabs/fuels-ts/commit/ec83b17a1bcb3d1277911471d3515df3643e6280), [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0)]:
- @fuel-ts/math@0.19.0

## 0.18.0

### Patch 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.18.0",
"version": "0.19.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

### Patch Changes

- Updated dependencies [[`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0)]:
- @fuel-ts/constants@0.19.0
- @fuel-ts/interfaces@0.19.0
- @fuel-ts/keystore@0.19.0

## 0.18.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.18.0",
"version": "0.19.0",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

## 0.18.0

## 0.17.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.18.0",
"version": "0.19.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
25 changes: 25 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 0.19.0

### Minor Changes

- [#561](https://github.com/FuelLabs/fuels-ts/pull/561) [`0e91213`](https://github.com/FuelLabs/fuels-ts/commit/0e91213e54b39d2de7a358912c85d7c32c5dde6d) Thanks [@luizstacio](https://github.com/luizstacio)! - Split Wallet in public and private wallets and enable contracts to use BasicWallet

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

### Patch Changes

- [#563](https://github.com/FuelLabs/fuels-ts/pull/563) [`2a98c1e`](https://github.com/FuelLabs/fuels-ts/commit/2a98c1e455765fbfe5775bd4d706571705083f3e) Thanks [@luizstacio](https://github.com/luizstacio)! - update fuel version

- Updated dependencies [[`eebb0bd`](https://github.com/FuelLabs/fuels-ts/commit/eebb0bd90c14a39ddfb3498422613125687a088d), [`5a9d07b`](https://github.com/FuelLabs/fuels-ts/commit/5a9d07b4ceaa91b8d9e948e0c4c3c105cd621df0), [`0e91213`](https://github.com/FuelLabs/fuels-ts/commit/0e91213e54b39d2de7a358912c85d7c32c5dde6d), [`63aa038`](https://github.com/FuelLabs/fuels-ts/commit/63aa038052d0aac1dc1f66a9852fd55771713be6), [`ec83b17`](https://github.com/FuelLabs/fuels-ts/commit/ec83b17a1bcb3d1277911471d3515df3643e6280), [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0), [`2a98c1e`](https://github.com/FuelLabs/fuels-ts/commit/2a98c1e455765fbfe5775bd4d706571705083f3e), [`fcacb06`](https://github.com/FuelLabs/fuels-ts/commit/fcacb06a006367381d05c85bb83fa7bf2fa485a5), [`bdfa9d6`](https://github.com/FuelLabs/fuels-ts/commit/bdfa9d6e453a9c47177b19f2811265d740fc4ac4)]:
- @fuel-ts/transactions@0.19.0
- @fuel-ts/providers@0.19.0
- @fuel-ts/wallet@0.19.0
- @fuel-ts/math@0.19.0
- @fuel-ts/abi-coder@0.19.0
- @fuel-ts/address@0.19.0
- @fuel-ts/interfaces@0.19.0
- @fuel-ts/keystore@0.19.0
- @fuel-ts/merkle@0.19.0
- @fuel-ts/script@0.19.0
- @fuel-ts/sparsemerkle@0.19.0

## 0.18.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.18.0",
"version": "0.19.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/example-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

### Patch Changes

- Updated dependencies [[`0e91213`](https://github.com/FuelLabs/fuels-ts/commit/0e91213e54b39d2de7a358912c85d7c32c5dde6d), [`63aa038`](https://github.com/FuelLabs/fuels-ts/commit/63aa038052d0aac1dc1f66a9852fd55771713be6), [`9b1eeeb`](https://github.com/FuelLabs/fuels-ts/commit/9b1eeeb68224da7fb80ab4f87bed5ff0fbe9b1a2), [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0), [`2a98c1e`](https://github.com/FuelLabs/fuels-ts/commit/2a98c1e455765fbfe5775bd4d706571705083f3e), [`fcacb06`](https://github.com/FuelLabs/fuels-ts/commit/fcacb06a006367381d05c85bb83fa7bf2fa485a5)]:
- @fuel-ts/wallet@0.19.0
- fuels@0.19.0

## 0.18.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.18.0",
"version": "0.19.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/forc-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.26.2

### Patch Changes

- [#565](https://github.com/FuelLabs/fuels-ts/pull/565) [`bdfa9d6`](https://github.com/FuelLabs/fuels-ts/commit/bdfa9d6e453a9c47177b19f2811265d740fc4ac4) Thanks [@segfault-magnet](https://github.com/segfault-magnet)! - Adapted to forc v0.28.0+ with respect to vectors now using an untyped raw ptr instead of a u64 for the vec ptr.

## 0.26.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forc-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "forc-bin",
"version": "0.26.1",
"version": "0.26.2",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/fuelchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# fuelchain

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

## 0.18.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuelchain",
"version": "0.18.0",
"version": "0.19.0",
"description": "🔌 FuelChain is a fork from TypeChain",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"license": "Apache-2.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Change Log

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

### Patch Changes

- [#556](https://github.com/FuelLabs/fuels-ts/pull/556) [`9b1eeeb`](https://github.com/FuelLabs/fuels-ts/commit/9b1eeeb68224da7fb80ab4f87bed5ff0fbe9b1a2) Thanks [@camsjams](https://github.com/camsjams)! - Update doc GH action

- Updated dependencies [[`eebb0bd`](https://github.com/FuelLabs/fuels-ts/commit/eebb0bd90c14a39ddfb3498422613125687a088d), [`5a9d07b`](https://github.com/FuelLabs/fuels-ts/commit/5a9d07b4ceaa91b8d9e948e0c4c3c105cd621df0), [`0e91213`](https://github.com/FuelLabs/fuels-ts/commit/0e91213e54b39d2de7a358912c85d7c32c5dde6d), [`63aa038`](https://github.com/FuelLabs/fuels-ts/commit/63aa038052d0aac1dc1f66a9852fd55771713be6), [`86b5411`](https://github.com/FuelLabs/fuels-ts/commit/86b5411d12caac6aea591fc46efecffae4788be3), [`ec83b17`](https://github.com/FuelLabs/fuels-ts/commit/ec83b17a1bcb3d1277911471d3515df3643e6280), [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0), [`2a98c1e`](https://github.com/FuelLabs/fuels-ts/commit/2a98c1e455765fbfe5775bd4d706571705083f3e), [`fcacb06`](https://github.com/FuelLabs/fuels-ts/commit/fcacb06a006367381d05c85bb83fa7bf2fa485a5), [`bdfa9d6`](https://github.com/FuelLabs/fuels-ts/commit/bdfa9d6e453a9c47177b19f2811265d740fc4ac4)]:
- @fuel-ts/transactions@0.19.0
- @fuel-ts/contract@0.19.0
- @fuel-ts/providers@0.19.0
- @fuel-ts/wallet@0.19.0
- @fuel-ts/wallet-manager@0.19.0
- @fuel-ts/math@0.19.0
- @fuel-ts/abi-coder@0.19.0
- @fuel-ts/address@0.19.0
- @fuel-ts/constants@0.19.0
- @fuel-ts/hasher@0.19.0
- @fuel-ts/hdwallet@0.19.0
- @fuel-ts/interfaces@0.19.0
- @fuel-ts/keystore@0.19.0
- @fuel-ts/merkle@0.19.0
- @fuel-ts/merkle-shared@0.19.0
- @fuel-ts/merklesum@0.19.0
- @fuel-ts/mnemonic@0.19.0
- @fuel-ts/predicate@0.19.0
- @fuel-ts/signer@0.19.0
- @fuel-ts/sparsemerkle@0.19.0
- @fuel-ts/testcases@0.19.0
- @fuel-ts/wordlists@0.19.0

## 0.18.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.18.0",
"version": "0.19.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

### Patch Changes

- Updated dependencies [[`eebb0bd`](https://github.com/FuelLabs/fuels-ts/commit/eebb0bd90c14a39ddfb3498422613125687a088d), [`5a9d07b`](https://github.com/FuelLabs/fuels-ts/commit/5a9d07b4ceaa91b8d9e948e0c4c3c105cd621df0), [`0e91213`](https://github.com/FuelLabs/fuels-ts/commit/0e91213e54b39d2de7a358912c85d7c32c5dde6d), [`63aa038`](https://github.com/FuelLabs/fuels-ts/commit/63aa038052d0aac1dc1f66a9852fd55771713be6), [`ec83b17`](https://github.com/FuelLabs/fuels-ts/commit/ec83b17a1bcb3d1277911471d3515df3643e6280), [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0), [`2a98c1e`](https://github.com/FuelLabs/fuels-ts/commit/2a98c1e455765fbfe5775bd4d706571705083f3e)]:
- @fuel-ts/transactions@0.19.0
- @fuel-ts/providers@0.19.0
- @fuel-ts/math@0.19.0
- @fuel-ts/constants@0.19.0

## 0.18.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.18.0",
"version": "0.19.0",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/hdwallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.19.0

### Minor Changes

- [#549](https://github.com/FuelLabs/fuels-ts/pull/549) [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0) Thanks [@QuinnLee](https://github.com/QuinnLee)! - add output variables to transactions

### Patch Changes

- Updated dependencies [[`ec83b17`](https://github.com/FuelLabs/fuels-ts/commit/ec83b17a1bcb3d1277911471d3515df3643e6280), [`db8cc6b`](https://github.com/FuelLabs/fuels-ts/commit/db8cc6b49616199368463ecd69aae6b3ca0b65d0)]:
- @fuel-ts/math@0.19.0
- @fuel-ts/mnemonic@0.19.0
- @fuel-ts/signer@0.19.0

## 0.18.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.18.0",
"version": "0.19.0",
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"typedocMain": "./src/index.ts",
Expand Down
Loading

1 comment on commit 43d7e9a

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 90.25% 3608/3998
🟡 Branches 72.79% 701/963
🟢 Functions 87.86% 724/824
🟢 Lines 90.26% 3458/3831

Test suite run success

543 tests passing in 49 suites.

Report generated by 🧪jest coverage report action from 43d7e9a

Please sign in to comment.