Skip to content

Commit

Permalink
ci(changesets): versioning packages (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 3, 2023
1 parent e51a26d commit 741b277
Show file tree
Hide file tree
Showing 68 changed files with 306 additions and 67 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-vans-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-meals-appear.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/few-roses-guess.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/flat-crabs-reply.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/funny-balloons-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-donuts-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-rabbits-change.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/ten-toys-share.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tidy-crabs-bathe.md

This file was deleted.

2 changes: 2 additions & 0 deletions apps/docs-snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-ts/docs-snippets

## 0.41.0

## 0.40.0

## 0.40.0
2 changes: 1 addition & 1 deletion apps/docs-snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/docs-snippets",
"version": "0.40.0",
"version": "0.41.0",
"description": "",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @fuel-ts/docs

## 0.39.0

### Minor Changes

- [#953](https://github.com/FuelLabs/fuels-ts/pull/953) [`8332026a`](https://github.com/FuelLabs/fuels-ts/commit/8332026aef44dcf17ace31dfb08a3114612a2ae5) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - You can now query for a list of blocks using the `getBlocks` method on the `Provider` class.

- [#954](https://github.com/FuelLabs/fuels-ts/pull/954) [`bf6214cc`](https://github.com/FuelLabs/fuels-ts/commit/bf6214cc2c4be227974e7d64360c01c9875c772c) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The `addMissingVariable` helper has been renamed to `estimateTxDependencies`, and some documentation around it has been added.

### Patch Changes

- [#931](https://github.com/FuelLabs/fuels-ts/pull/931) [`0ff4eeab`](https://github.com/FuelLabs/fuels-ts/commit/0ff4eeab67b4c6b6b224230193ab742a3103fa1e) Thanks [@Dhaiwat10](https://github.com/Dhaiwat10)! - The second param timeParameters in the produceBlocks helper was required until now. This is now an optional param, in line with the GQL API and the Rust SDK.

## 0.38.1

## 0.38.0
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.38.1",
"version": "0.39.0",
"description": "",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'vitepress dev'",
Expand Down
9 changes: 9 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.41.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/keystore@0.41.0
- @fuel-ts/math@0.41.0
- @fuel-ts/versions@0.41.0

## 0.40.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.40.0",
"version": "0.41.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fuel-ts/abi-typegen

## 0.41.0

### Patch Changes

- [#968](https://github.com/FuelLabs/fuels-ts/pull/968) [`e51a26d8`](https://github.com/FuelLabs/fuels-ts/commit/e51a26d86b7ec74b7e24e47676522eea9970b538) Thanks [@arboleya](https://github.com/arboleya)! - Fixing Predicate's bin evaluation in Abi Typegen

- [#964](https://github.com/FuelLabs/fuels-ts/pull/964) [`2e648572`](https://github.com/FuelLabs/fuels-ts/commit/2e648572f19084f161d19ad829dfb2c3de46ad36) Thanks [@arboleya](https://github.com/arboleya)! - Fixing missing required import paths on generated files

- Updated dependencies []:
- @fuel-ts/versions@0.41.0

## 0.40.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-typegen",
"version": "0.40.0",
"version": "0.41.0",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
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.41.0

### Patch Changes

- Updated dependencies []:
- @fuel-ts/interfaces@0.41.0
- @fuel-ts/keystore@0.41.0
- @fuel-ts/versions@0.41.0

## 0.40.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.40.0",
"version": "0.41.0",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.41.0

### Patch Changes

- Updated dependencies [[`8332026a`](https://github.com/FuelLabs/fuels-ts/commit/8332026aef44dcf17ace31dfb08a3114612a2ae5), [`bf6214cc`](https://github.com/FuelLabs/fuels-ts/commit/bf6214cc2c4be227974e7d64360c01c9875c772c), [`0ff4eeab`](https://github.com/FuelLabs/fuels-ts/commit/0ff4eeab67b4c6b6b224230193ab742a3103fa1e)]:
- @fuel-ts/providers@0.41.0
- @fuel-ts/wallet@0.41.0
- @fuel-ts/program@0.41.0
- @fuel-ts/abi-coder@0.41.0
- @fuel-ts/keystore@0.41.0
- @fuel-ts/merkle@0.41.0
- @fuel-ts/sparsemerkle@0.41.0
- @fuel-ts/transactions@0.41.0
- @fuel-ts/versions@0.41.0

## 0.40.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.40.0",
"version": "0.41.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
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.41.0

### Patch Changes

- Updated dependencies [[`bf6214cc`](https://github.com/FuelLabs/fuels-ts/commit/bf6214cc2c4be227974e7d64360c01c9875c772c)]:
- @fuel-ts/wallet@0.41.0
- fuels@0.41.0

## 0.40.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,7 +1,7 @@
{
"private": true,
"name": "@fuel-ts/example-contract",
"version": "0.40.0",
"version": "0.41.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"scripts": {
Expand Down
31 changes: 31 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Change Log

## 0.41.0

### Patch Changes

- Updated dependencies [[`8332026a`](https://github.com/FuelLabs/fuels-ts/commit/8332026aef44dcf17ace31dfb08a3114612a2ae5), [`e51a26d8`](https://github.com/FuelLabs/fuels-ts/commit/e51a26d86b7ec74b7e24e47676522eea9970b538), [`bf6214cc`](https://github.com/FuelLabs/fuels-ts/commit/bf6214cc2c4be227974e7d64360c01c9875c772c), [`2e648572`](https://github.com/FuelLabs/fuels-ts/commit/2e648572f19084f161d19ad829dfb2c3de46ad36), [`0ff4eeab`](https://github.com/FuelLabs/fuels-ts/commit/0ff4eeab67b4c6b6b224230193ab742a3103fa1e)]:
- @fuel-ts/providers@0.41.0
- @fuel-ts/abi-typegen@0.41.0
- @fuel-ts/wallet@0.41.0
- @fuel-ts/contract@0.41.0
- @fuel-ts/hasher@0.41.0
- @fuel-ts/predicate@0.41.0
- @fuel-ts/program@0.41.0
- @fuel-ts/script@0.41.0
- @fuel-ts/wallet-manager@0.41.0
- @fuel-ts/signer@0.41.0
- @fuel-ts/hdwallet@0.41.0
- @fuel-ts/abi-coder@0.41.0
- @fuel-ts/address@0.41.0
- @fuel-ts/interfaces@0.41.0
- @fuel-ts/keystore@0.41.0
- @fuel-ts/math@0.41.0
- @fuel-ts/merkle@0.41.0
- @fuel-ts/merkle-shared@0.41.0
- @fuel-ts/merklesum@0.41.0
- @fuel-ts/mnemonic@0.41.0
- @fuel-ts/sparsemerkle@0.41.0
- @fuel-ts/testcases@0.41.0
- @fuel-ts/transactions@0.41.0
- @fuel-ts/versions@0.41.0
- @fuel-ts/wordlists@0.41.0

## 0.40.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.40.0",
"version": "0.41.0",
"description": "Fuel TS SDK",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.41.0

### Patch Changes

- Updated dependencies [[`8332026a`](https://github.com/FuelLabs/fuels-ts/commit/8332026aef44dcf17ace31dfb08a3114612a2ae5), [`bf6214cc`](https://github.com/FuelLabs/fuels-ts/commit/bf6214cc2c4be227974e7d64360c01c9875c772c), [`0ff4eeab`](https://github.com/FuelLabs/fuels-ts/commit/0ff4eeab67b4c6b6b224230193ab742a3103fa1e)]:
- @fuel-ts/providers@0.41.0
- @fuel-ts/address@0.41.0
- @fuel-ts/keystore@0.41.0
- @fuel-ts/math@0.41.0
- @fuel-ts/transactions@0.41.0

## 0.40.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.40.0",
"version": "0.41.0",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
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.41.0

### Patch Changes

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

## 0.40.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.40.0",
"version": "0.41.0",
"description": "The Hierarchal Desterministic (HD) Wallet",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
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.41.0

## 0.40.0

## 0.39.1
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.40.0",
"version": "0.41.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
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.41.0

## 0.40.0

## 0.39.1
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.40.0",
"version": "0.41.0",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
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.41.0

## 0.40.0

## 0.39.1
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.40.0",
"version": "0.41.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
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.41.0

## 0.40.0

## 0.39.1
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.40.0",
"version": "0.41.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
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.41.0

### Patch Changes

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

## 0.40.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.40.0",
"version": "0.41.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"exports": {
Expand Down
Loading

0 comments on commit 741b277

Please sign in to comment.