Skip to content

Commit

Permalink
ci(changesets): versioning packages v0.21 (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 14, 2022
1 parent f65e79a commit 9954384
Show file tree
Hide file tree
Showing 63 changed files with 281 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-emus-smash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nine-readers-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-socks-cheat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-mugs-clap.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/serious-geckos-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-pillows-smash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-eyes-flow.md

This file was deleted.

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

## 0.21.0

### Patch Changes

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

## 0.20.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.20.0",
"version": "0.21.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.21.0

### Patch Changes

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

## 0.20.0

### Patch 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.20.0",
"version": "0.21.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.21.0

## 0.20.0

## 0.19.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.20.0",
"version": "0.21.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 0.21.0

### Patch Changes

- Updated dependencies [[`d44de76`](https://github.com/FuelLabs/fuels-ts/commit/d44de76bdde4d566e0bac6e872adc6e6f29f0bee), [`eaa3549`](https://github.com/FuelLabs/fuels-ts/commit/eaa35492631f2e37f06b623105068da0de6f331e), [`897888e`](https://github.com/FuelLabs/fuels-ts/commit/897888e08fcc3e6e533429ddd14cd2273e049e15)]:
- @fuel-ts/providers@0.21.0
- @fuel-ts/wallet@0.21.0
- @fuel-ts/transactions@0.21.0
- @fuel-ts/script@0.21.0
- @fuel-ts/abi-coder@0.21.0
- @fuel-ts/address@0.21.0
- @fuel-ts/interfaces@0.21.0
- @fuel-ts/keystore@0.21.0
- @fuel-ts/math@0.21.0
- @fuel-ts/merkle@0.21.0
- @fuel-ts/sparsemerkle@0.21.0

## 0.20.0

### Patch 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.20.0",
"version": "0.21.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.21.0

### Patch Changes

- Updated dependencies [[`d44de76`](https://github.com/FuelLabs/fuels-ts/commit/d44de76bdde4d566e0bac6e872adc6e6f29f0bee), [`897888e`](https://github.com/FuelLabs/fuels-ts/commit/897888e08fcc3e6e533429ddd14cd2273e049e15)]:
- @fuel-ts/wallet@0.21.0
- [email protected]

## 0.20.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.20.0",
"version": "0.21.0",
"description": "",
"author": "Fuel Labs <[email protected]> (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.3

### Patch Changes

- [#597](https://github.com/FuelLabs/fuels-ts/pull/597) [`f65e79a`](https://github.com/FuelLabs/fuels-ts/commit/f65e79af3f68bd02159c3fe47ab5acf1f680196a) Thanks [@arboleya](https://github.com/arboleya)! - Removing residual trailing coma from `forc-bin` shared script

## 0.26.2

### 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.2",
"version": "0.26.3",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/fuelchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# fuelchain

## 0.21.0

## 0.20.0

## 0.19.0
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.20.0",
"version": "0.21.0",
"description": "🔌 FuelChain is a fork from TypeChain",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"license": "Apache-2.0",
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.21.0

### Patch Changes

- Updated dependencies [[`2e3d25d`](https://github.com/FuelLabs/fuels-ts/commit/2e3d25dbaa602c4ab869601da7ae1921d3bd80e1), [`d44de76`](https://github.com/FuelLabs/fuels-ts/commit/d44de76bdde4d566e0bac6e872adc6e6f29f0bee), [`eaa3549`](https://github.com/FuelLabs/fuels-ts/commit/eaa35492631f2e37f06b623105068da0de6f331e), [`897888e`](https://github.com/FuelLabs/fuels-ts/commit/897888e08fcc3e6e533429ddd14cd2273e049e15)]:
- @fuel-ts/wallet-manager@0.21.0
- @fuel-ts/providers@0.21.0
- @fuel-ts/wallet@0.21.0
- @fuel-ts/transactions@0.21.0
- @fuel-ts/contract@0.21.0
- @fuel-ts/hasher@0.21.0
- @fuel-ts/predicate@0.21.0
- @fuel-ts/signer@0.21.0
- @fuel-ts/hdwallet@0.21.0
- @fuel-ts/abi-coder@0.21.0
- @fuel-ts/address@0.21.0
- @fuel-ts/constants@0.21.0
- @fuel-ts/interfaces@0.21.0
- @fuel-ts/keystore@0.21.0
- @fuel-ts/math@0.21.0
- @fuel-ts/merkle@0.21.0
- @fuel-ts/merkle-shared@0.21.0
- @fuel-ts/merklesum@0.21.0
- @fuel-ts/mnemonic@0.21.0
- @fuel-ts/sparsemerkle@0.21.0
- @fuel-ts/testcases@0.21.0
- @fuel-ts/wordlists@0.21.0

## 0.20.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.20.0",
"version": "0.21.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.21.0

### Patch Changes

- Updated dependencies [[`d44de76`](https://github.com/FuelLabs/fuels-ts/commit/d44de76bdde4d566e0bac6e872adc6e6f29f0bee), [`eaa3549`](https://github.com/FuelLabs/fuels-ts/commit/eaa35492631f2e37f06b623105068da0de6f331e), [`897888e`](https://github.com/FuelLabs/fuels-ts/commit/897888e08fcc3e6e533429ddd14cd2273e049e15)]:
- @fuel-ts/providers@0.21.0
- @fuel-ts/transactions@0.21.0
- @fuel-ts/constants@0.21.0
- @fuel-ts/math@0.21.0

## 0.20.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.20.0",
"version": "0.21.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.21.0

### Patch Changes

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

## 0.20.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.20.0",
"version": "0.21.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.21.0

## 0.20.0

## 0.19.0
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.20.0",
"version": "0.21.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.21.0

## 0.20.0

## 0.19.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.20.0",
"version": "0.21.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.21.0

## 0.20.0

## 0.19.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.20.0",
"version": "0.21.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/merkle-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.21.0

## 0.20.0

## 0.19.0
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.20.0",
"version": "0.21.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/merkle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.21.0

### Patch Changes

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

## 0.20.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.20.0",
"version": "0.21.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"typedocMain": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/merklesum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.21.0

### Patch Changes

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

## 0.20.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.20.0",
"version": "0.21.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.21.0

### Patch Changes

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

## 0.20.0

### Patch Changes
Expand Down
Loading

1 comment on commit 9954384

@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.24% 3663/4059
🟡 Branches 71.57% 705/985
🟢 Functions 86.74% 726/837
🟢 Lines 90.28% 3510/3888

Test suite run success

547 tests passing in 49 suites.

Report generated by 🧪jest coverage report action from 9954384

Please sign in to comment.