Skip to content

Commit

Permalink
ci(changesets): versioning packages - v0.76.11 @ release/0.76.10 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fuel-service-user committed Apr 1, 2024
1 parent 2d90161 commit 009470d
Show file tree
Hide file tree
Showing 43 changed files with 230 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-timers-heal.md

This file was deleted.

23 changes: 23 additions & 0 deletions internal/check-imports/CHANGELOG.md
Expand Up @@ -4,6 +4,29 @@

### Patch Changes

- Updated dependencies [2d90161]
- fuels@0.76.11
- @fuel-ts/abi-coder@0.76.11
- @fuel-ts/abi-typegen@0.76.11
- @fuel-ts/account@0.76.11
- @fuel-ts/address@0.76.11
- @fuel-ts/contract@0.76.11
- @fuel-ts/crypto@0.76.11
- @fuel-ts/errors@0.76.11
- @fuel-ts/hasher@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/math@0.76.11
- @fuel-ts/merkle@0.76.11
- @fuel-ts/program@0.76.11
- @fuel-ts/script@0.76.11
- @fuel-ts/transactions@0.76.11
- @fuel-ts/utils@0.76.11
- @fuel-ts/versions@0.76.11

## null

### Patch Changes

- Updated dependencies [ee7ee72]
- fuels@0.76.10
- @fuel-ts/abi-coder@0.76.10
Expand Down
11 changes: 11 additions & 0 deletions packages/abi-coder/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/crypto@0.76.11
- @fuel-ts/errors@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/math@0.76.11
- @fuel-ts/utils@0.76.11
- @fuel-ts/versions@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-coder/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-coder",
"version": "0.76.10",
"version": "0.76.11",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
@@ -1,5 +1,14 @@
# @fuel-ts/abi-typegen

## 0.76.11

### Patch Changes

- @fuel-ts/errors@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/utils@0.76.11
- @fuel-ts/versions@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-typegen",
"version": "0.76.10",
"version": "0.76.11",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
17 changes: 17 additions & 0 deletions packages/account/CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/abi-coder@0.76.11
- @fuel-ts/address@0.76.11
- @fuel-ts/crypto@0.76.11
- @fuel-ts/errors@0.76.11
- @fuel-ts/fuel-core@0.76.11
- @fuel-ts/hasher@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/math@0.76.11
- @fuel-ts/merkle@0.76.11
- @fuel-ts/transactions@0.76.11
- @fuel-ts/utils@0.76.11
- @fuel-ts/versions@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/account",
"version": "0.76.10",
"version": "0.76.11",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/address/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/crypto@0.76.11
- @fuel-ts/errors@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/utils@0.76.11
- @fuel-ts/versions@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/address",
"version": "0.76.10",
"version": "0.76.11",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/contract/CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/abi-coder@0.76.11
- @fuel-ts/account@0.76.11
- @fuel-ts/address@0.76.11
- @fuel-ts/crypto@0.76.11
- @fuel-ts/errors@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/merkle@0.76.11
- @fuel-ts/program@0.76.11
- @fuel-ts/transactions@0.76.11
- @fuel-ts/utils@0.76.11
- @fuel-ts/versions@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/contract",
"version": "0.76.10",
"version": "0.76.11",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-fuels/CHANGELOG.md
@@ -1,5 +1,12 @@
# create-fuels

## 0.76.11

### Patch Changes

- Updated dependencies [2d90161]
- fuels@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-fuels/package.json
@@ -1,6 +1,6 @@
{
"name": "create-fuels",
"version": "0.76.10",
"version": "0.76.11",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/errors@0.76.11
- @fuel-ts/utils@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/crypto",
"version": "0.76.10",
"version": "0.76.11",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/errors/CHANGELOG.md
@@ -1,5 +1,11 @@
# @fuel-ts/errors

## 0.76.11

### Patch Changes

- @fuel-ts/versions@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/errors",
"version": "0.76.10",
"version": "0.76.11",
"description": "Error class and error codes that the fuels-ts library throws",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/forc/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log

## 0.76.11

## 0.76.10

## 0.76.9
Expand Down
2 changes: 1 addition & 1 deletion packages/forc/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/forc",
"version": "0.76.10",
"version": "0.76.11",
"description": "NPM bin wrapper around Fuel `forc`",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/fuel-core/CHANGELOG.md
@@ -1,5 +1,7 @@
# @fuel-ts/fuel-core

## 0.76.11

## 0.76.10

## 0.76.9
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/fuel-core",
"version": "0.76.10",
"version": "0.76.11",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
24 changes: 24 additions & 0 deletions packages/fuels/CHANGELOG.md
@@ -1,5 +1,29 @@
# Change Log

## 0.76.11

### Patch Changes

- 2d90161: test: patching
- @fuel-ts/abi-coder@0.76.11
- @fuel-ts/abi-typegen@0.76.11
- @fuel-ts/account@0.76.11
- @fuel-ts/address@0.76.11
- @fuel-ts/contract@0.76.11
- @fuel-ts/crypto@0.76.11
- @fuel-ts/errors@0.76.11
- @fuel-ts/forc@0.76.11
- @fuel-ts/fuel-core@0.76.11
- @fuel-ts/hasher@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/math@0.76.11
- @fuel-ts/merkle@0.76.11
- @fuel-ts/program@0.76.11
- @fuel-ts/script@0.76.11
- @fuel-ts/transactions@0.76.11
- @fuel-ts/utils@0.76.11
- @fuel-ts/versions@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
@@ -1,6 +1,6 @@
{
"name": "fuels",
"version": "0.76.10",
"version": "0.76.11",
"description": "Fuel TS SDK",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions packages/hasher/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/address@0.76.11
- @fuel-ts/crypto@0.76.11
- @fuel-ts/interfaces@0.76.11
- @fuel-ts/math@0.76.11
- @fuel-ts/utils@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hasher/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hasher",
"version": "0.76.10",
"version": "0.76.11",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/interfaces/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log

## 0.76.11

## 0.76.10

## 0.76.9
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/interfaces",
"version": "0.76.10",
"version": "0.76.11",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/math/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/errors@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/math",
"version": "0.76.10",
"version": "0.76.11",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/merkle/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 0.76.11

### Patch Changes

- @fuel-ts/interfaces@0.76.11
- @fuel-ts/math@0.76.11

## 0.76.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/merkle/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/merkle",
"version": "0.76.10",
"version": "0.76.11",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down

0 comments on commit 009470d

Please sign in to comment.