Skip to content

Commit

Permalink
ci(release): v0.94.5 @ master (#3113)
Browse files Browse the repository at this point in the history
* ci(scripts): update versions

* ci(release): versioning packages and changesets

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Sep 6, 2024
1 parent 942b56b commit b063c6c
Show file tree
Hide file tree
Showing 51 changed files with 274 additions and 63 deletions.
4 changes: 0 additions & 4 deletions .changeset/afraid-crews-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-pans-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-flies-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-cats-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-cougars-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-apples-brush.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/pink-apricots-sell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-dolphins-reply.md

This file was deleted.

28 changes: 28 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @internal/check-imports

## 0.0.7

### Patch Changes

- Updated dependencies [309b8d5]
- Updated dependencies [e9ad8d0]
- Updated dependencies [2ce9ce5]
- Updated dependencies [942b56b]
- Updated dependencies [37eab14]
- Updated dependencies [cffa075]
- @fuel-ts/account@0.94.5
- @fuel-ts/contract@0.94.5
- @fuel-ts/versions@0.94.5
- @fuel-ts/transactions@0.94.5
- [email protected]
- @fuel-ts/program@0.94.5
- @fuel-ts/script@0.94.5
- @fuel-ts/abi-typegen@0.94.5
- @fuel-ts/errors@0.94.5
- @fuel-ts/utils@0.94.5
- @fuel-ts/abi-coder@0.94.5
- @fuel-ts/address@0.94.5
- @fuel-ts/crypto@0.94.5
- @fuel-ts/math@0.94.5
- @fuel-ts/hasher@0.94.5
- @fuel-ts/merkle@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/check-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"@fuel-ts/account": "workspace:*",
"fuels": "workspace:*"
},
"version": "0.0.6"
"version": "0.0.7"
}
7 changes: 7 additions & 0 deletions internal/forc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.89.1

### Patch Changes

- 942b56b: chore: upgrading `forc` to `0.63.5`
- cffa075: chore: upgrading `forc` to `0.63.4`

## 0.89.0

### Minor 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.89.0",
"version": "0.89.1",
"description": "NPM bin wrapper around Fuel `forc`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.94.5

### Patch Changes

- @fuel-ts/errors@0.94.5
- @fuel-ts/utils@0.94.5
- @fuel-ts/crypto@0.94.5
- @fuel-ts/math@0.94.5
- @fuel-ts/hasher@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.94.4

### 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.94.4",
"version": "0.94.5",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
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.94.5

### Patch Changes

- Updated dependencies [942b56b]
- Updated dependencies [cffa075]
- @fuel-ts/versions@0.94.5
- @fuel-ts/errors@0.94.5
- @fuel-ts/utils@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.94.4

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

## 0.94.5

### Patch Changes

- 309b8d5: feat: use `submitAndAwaitStatus` to submit transactions
- 2ce9ce5: fix: error handling in `Provider` for when a node is offline
- 37eab14: chore: deprecate all receipt coders
- Updated dependencies [942b56b]
- Updated dependencies [37eab14]
- Updated dependencies [cffa075]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.4

### Patch 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.94.4",
"version": "0.94.5",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
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.94.5

### Patch Changes

- @fuel-ts/errors@0.94.5
- @fuel-ts/utils@0.94.5
- @fuel-ts/crypto@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.94.4

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

## 0.94.5

### Patch Changes

- e9ad8d0: fix: loader contract being called via proxy
- Updated dependencies [309b8d5]
- Updated dependencies [2ce9ce5]
- Updated dependencies [942b56b]
- Updated dependencies [37eab14]
- Updated dependencies [cffa075]
- @fuel-ts/account@0.94.5
- @fuel-ts/versions@0.94.5
- @fuel-ts/transactions@0.94.5
- @fuel-ts/program@0.94.5
- @fuel-ts/errors@0.94.5
- @fuel-ts/utils@0.94.5
- @fuel-ts/abi-coder@0.94.5
- @fuel-ts/crypto@0.94.5
- @fuel-ts/math@0.94.5
- @fuel-ts/hasher@0.94.5
- @fuel-ts/merkle@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.94.4

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

## 0.94.5

## 0.94.4

### 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.94.4",
"version": "0.94.5",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.94.5

### Patch Changes

- @fuel-ts/errors@0.94.5
- @fuel-ts/utils@0.94.5
- @fuel-ts/math@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.94.4

### 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.94.4",
"version": "0.94.5",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuel-ts/errors

## 0.94.5

### Patch Changes

- Updated dependencies [942b56b]
- Updated dependencies [cffa075]
- @fuel-ts/versions@0.94.5

## 0.94.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/errors",
"version": "0.94.4",
"version": "0.94.5",
"description": "Error class and error codes that the fuels-ts library throws",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
27 changes: 27 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## 0.94.5

### Patch Changes

- Updated dependencies [309b8d5]
- Updated dependencies [e9ad8d0]
- Updated dependencies [2ce9ce5]
- Updated dependencies [942b56b]
- Updated dependencies [37eab14]
- Updated dependencies [cffa075]
- @fuel-ts/account@0.94.5
- @fuel-ts/contract@0.94.5
- @fuel-ts/versions@0.94.5
- @fuel-ts/transactions@0.94.5
- @fuel-ts/program@0.94.5
- @fuel-ts/script@0.94.5
- @fuel-ts/abi-typegen@0.94.5
- @fuel-ts/errors@0.94.5
- @fuel-ts/utils@0.94.5
- @fuel-ts/abi-coder@0.94.5
- @fuel-ts/address@0.94.5
- @fuel-ts/crypto@0.94.5
- @fuel-ts/math@0.94.5
- @fuel-ts/hasher@0.94.5
- @fuel-ts/merkle@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.94.4

### 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.94.4",
"version": "0.94.5",
"description": "Fuel TS SDK",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.94.5

### Patch Changes

- @fuel-ts/utils@0.94.5
- @fuel-ts/crypto@0.94.5
- @fuel-ts/interfaces@0.94.5

## 0.94.4

### 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.94.4",
"version": "0.94.5",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
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.94.5

## 0.94.4

## 0.94.3
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.94.4",
"version": "0.94.5",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit b063c6c

Please sign in to comment.