Skip to content

Commit

Permalink
ci(changesets): versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2024
1 parent f7b1bc3 commit 473ce44
Show file tree
Hide file tree
Showing 65 changed files with 303 additions and 136 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-trains-prove.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/eleven-timers-kick.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/fuzzy-fans-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-donuts-stare.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/happy-pants-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-bats-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-dolls-live.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/light-masks-confess.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/little-rocks-begin.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/little-seals-relate.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/ninety-candles-perform.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/proud-ads-complain.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/proud-walls-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-tomatoes-warn.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/soft-radios-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-trains-provide.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/strange-months-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-dodos-eat.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tender-eyes-think.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/thick-beans-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-shoes-drum.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/two-numbers-promise.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/warm-lobsters-film.md

This file was deleted.

6 changes: 6 additions & 0 deletions internal/forc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.88.4

### Patch Changes

- 44d51ee: chore: upgrading `forc` to `0.61.2`

## 0.88.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/forc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@internal/forc",
"version": "0.88.3",
"version": "0.88.4",
"description": "NPM bin wrapper around Fuel `forc`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions internal/fuel-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @internal/fuel-core

## 0.88.4

### Patch Changes

- 4a3c184: chore: upgrading `fuel-core` to `0.31.0`

## 0.88.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/fuel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@internal/fuel-core",
"version": "0.88.3",
"version": "0.88.4",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.92.0

### Patch Changes

- Updated dependencies [638eae3]
- @fuel-ts/crypto@0.92.0
- @fuel-ts/errors@0.92.0
- @fuel-ts/utils@0.92.0
- @fuel-ts/hasher@0.92.0
- @fuel-ts/math@0.92.0
- @fuel-ts/interfaces@0.92.0

## 0.91.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.91.0",
"version": "0.92.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @fuel-ts/abi-typegen

## 0.92.0

### Minor Changes

- 17bd929: feat!: made `deployContract` a non-blocking call

### Patch Changes

- 369feef: build(deps): bump the deps group with 2 updates
- Updated dependencies [638eae3]
- Updated dependencies [4a3c184]
- Updated dependencies [44d51ee]
- @fuel-ts/versions@0.92.0
- @fuel-ts/errors@0.92.0
- @fuel-ts/utils@0.92.0
- @fuel-ts/interfaces@0.92.0

## 0.91.0

### Patch 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.91.0",
"version": "0.92.0",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
28 changes: 28 additions & 0 deletions packages/account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 0.92.0

### Minor Changes

- 17bd929: feat!: made `deployContract` a non-blocking call
- aa7e656: feat!: implement pagination for `Account` methods

### Patch Changes

- d0b5446: chore: fix repetitive words
- 369feef: build(deps): bump the deps group with 2 updates
- 638eae3: build(deps-dev): bump the dev-deps group with 29 updates
- 4a3c184: chore: upgrading `fuel-core` to `0.31.0`
- Updated dependencies [638eae3]
- Updated dependencies [4a3c184]
- Updated dependencies [44d51ee]
- @fuel-ts/versions@0.92.0
- @fuel-ts/crypto@0.92.0
- @fuel-ts/errors@0.92.0
- @fuel-ts/utils@0.92.0
- @fuel-ts/abi-coder@0.92.0
- @fuel-ts/address@0.92.0
- @fuel-ts/hasher@0.92.0
- @fuel-ts/math@0.92.0
- @fuel-ts/transactions@0.92.0
- @fuel-ts/merkle@0.92.0
- @fuel-ts/interfaces@0.92.0

## 0.91.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/account",
"version": "0.91.0",
"version": "0.92.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.92.0

### Patch Changes

- Updated dependencies [638eae3]
- @fuel-ts/crypto@0.92.0
- @fuel-ts/errors@0.92.0
- @fuel-ts/utils@0.92.0
- @fuel-ts/interfaces@0.92.0

## 0.91.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.91.0",
"version": "0.92.0",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
31 changes: 31 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Change Log

## 0.92.0

### Minor Changes

- 661b153: feat!: implement non-blocking contract call
- 17bd929: feat!: made `deployContract` a non-blocking call

### Patch Changes

- f18a570: fix: export `launchTestNode` interfaces
- Updated dependencies [d0b5446]
- Updated dependencies [369feef]
- Updated dependencies [638eae3]
- Updated dependencies [4a3c184]
- Updated dependencies [74a00be]
- Updated dependencies [661b153]
- Updated dependencies [44d51ee]
- Updated dependencies [17bd929]
- Updated dependencies [aa7e656]
- @fuel-ts/account@0.92.0
- @fuel-ts/versions@0.92.0
- @fuel-ts/crypto@0.92.0
- @fuel-ts/program@0.92.0
- @fuel-ts/errors@0.92.0
- @fuel-ts/utils@0.92.0
- @fuel-ts/abi-coder@0.92.0
- @fuel-ts/hasher@0.92.0
- @fuel-ts/transactions@0.92.0
- @fuel-ts/merkle@0.92.0
- @fuel-ts/interfaces@0.92.0

## 0.91.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.91.0",
"version": "0.92.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-fuels

## 0.92.0

### Patch Changes

- e9b70ee: chore: include all supported connectors in the create fuels template
- 4a3c184: chore: upgrading `fuel-core` to `0.31.0`

## 0.91.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-fuels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fuels",
"version": "0.91.0",
"version": "0.92.0",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.92.0

### Patch Changes

- 638eae3: build(deps-dev): bump the dev-deps group with 29 updates
- @fuel-ts/errors@0.92.0
- @fuel-ts/utils@0.92.0
- @fuel-ts/math@0.92.0
- @fuel-ts/interfaces@0.92.0

## 0.91.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/crypto",
"version": "0.91.0",
"version": "0.92.0",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 473ce44

Please sign in to comment.