Skip to content

Commit

Permalink
ci(changesets): versioning packages - v0.92.1 @ master (#2758)
Browse files Browse the repository at this point in the history
* ci(scripts): update versions

* ci(changesets): versioning packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] committed Jul 18, 2024
1 parent 46e1bda commit d9d0573
Show file tree
Hide file tree
Showing 50 changed files with 216 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-elephants-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-trainers-deny.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/olive-comics-matter.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/rare-ducks-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-forks-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-paws-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-plums-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-cycles-do.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/sweet-schools-jump.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tall-foxes-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-pears-fly.md

This file was deleted.

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.92.1

### Patch Changes

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

## 0.92.1

### Patch Changes

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

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

## 0.92.1

### Patch Changes

- c62ae85: build(deps): bump @fuels/vm-asm from 0.54.0 to 0.55.0
- @fuel-ts/abi-coder@0.92.1
- @fuel-ts/address@0.92.1
- @fuel-ts/crypto@0.92.1
- @fuel-ts/errors@0.92.1
- @fuel-ts/hasher@0.92.1
- @fuel-ts/interfaces@0.92.1
- @fuel-ts/math@0.92.1
- @fuel-ts/merkle@0.92.1
- @fuel-ts/transactions@0.92.1
- @fuel-ts/utils@0.92.1
- @fuel-ts/versions@0.92.1

## 0.92.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.92.0",
"version": "0.92.1",
"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.92.1

### Patch Changes

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

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

## 0.92.1

### Patch Changes

- 7579259: fix: `launchTestNode` multiple contracts type inference
- Updated dependencies [c62ae85]
- @fuel-ts/account@0.92.1
- @fuel-ts/program@0.92.1
- @fuel-ts/abi-coder@0.92.1
- @fuel-ts/crypto@0.92.1
- @fuel-ts/errors@0.92.1
- @fuel-ts/hasher@0.92.1
- @fuel-ts/interfaces@0.92.1
- @fuel-ts/merkle@0.92.1
- @fuel-ts/transactions@0.92.1
- @fuel-ts/utils@0.92.1
- @fuel-ts/versions@0.92.1

## 0.92.0

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

## 0.92.1

### Patch Changes

- e4452f9: build(deps): bump next from 14.2.4 to 14.2.5 in the deps group
- 1b4b033: chore: replace `create-fuels` hardcoded values with constants
- ce5b6b8: build(deps-dev): bump the dev-deps group with 9 updates
- 766faed: build(deps): bump @tanstack/react-query from 5.29.2 to 5.51.1

## 0.92.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.92.0",
"version": "0.92.1",
"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.92.1

### Patch Changes

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

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

## 0.92.1

### Patch Changes

- @fuel-ts/versions@0.92.1

## 0.92.0

### 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.92.0",
"version": "0.92.1",
"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
24 changes: 24 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 0.92.1

### Patch Changes

- 9c20eb9: feat: add minified `fuels` distribution
- Updated dependencies [c62ae85]
- Updated dependencies [7579259]
- @fuel-ts/account@0.92.1
- @fuel-ts/program@0.92.1
- @fuel-ts/contract@0.92.1
- @fuel-ts/script@0.92.1
- @fuel-ts/abi-coder@0.92.1
- @fuel-ts/abi-typegen@0.92.1
- @fuel-ts/address@0.92.1
- @fuel-ts/crypto@0.92.1
- @fuel-ts/errors@0.92.1
- @fuel-ts/hasher@0.92.1
- @fuel-ts/interfaces@0.92.1
- @fuel-ts/math@0.92.1
- @fuel-ts/merkle@0.92.1
- @fuel-ts/transactions@0.92.1
- @fuel-ts/utils@0.92.1
- @fuel-ts/versions@0.92.1

## 0.92.0

### Minor 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.92.0",
"version": "0.92.1",
"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.92.1

### Patch Changes

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

## 0.92.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.92.0",
"version": "0.92.1",
"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.92.1

## 0.92.0

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

## 0.92.1

### Patch Changes

- @fuel-ts/address@0.92.1
- @fuel-ts/interfaces@0.92.1
- @fuel-ts/math@0.92.1

## 0.92.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/logger",
"version": "0.92.0",
"version": "0.92.1",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"description": "A logger for the Fuel-TS ecosystem",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.92.1

### Patch Changes

- @fuel-ts/errors@0.92.1

## 0.92.0

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

## 0.92.1

### Patch Changes

- @fuel-ts/hasher@0.92.1
- @fuel-ts/math@0.92.1

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

0 comments on commit d9d0573

Please sign in to comment.