Skip to content

Commit 8a44c9f

Browse files
ci(changesets): versioning packages
1 parent 0f9f786 commit 8a44c9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+173
-103
lines changed

.changeset/curvy-owls-think.md

-5
This file was deleted.

.changeset/dirty-guests-jog.md

-13
This file was deleted.

.changeset/dull-dolls-tap.md

-7
This file was deleted.

.changeset/fast-dragons-rescue.md

-21
This file was deleted.

.changeset/fluffy-panthers-wait.md

-2
This file was deleted.

.changeset/loud-rocks-walk.md

-5
This file was deleted.

.changeset/loud-wolves-rest.md

-2
This file was deleted.

.changeset/mighty-berries-try.md

-6
This file was deleted.

.changeset/shy-bottles-kick.md

-2
This file was deleted.

.changeset/shy-jars-arrive.md

-11
This file was deleted.

.changeset/silent-hounds-walk.md

-2
This file was deleted.

.changeset/tame-eels-repair.md

-5
This file was deleted.

.changeset/wet-knives-reflect.md

-2
This file was deleted.

internal/check-imports/CHANGELOG.md

+2

packages/abi-coder/CHANGELOG.md

+10

packages/abi-coder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-coder",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/abi-typegen/CHANGELOG.md

+6

packages/abi-typegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-typegen",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Generates Typescript definitions from Sway ABI Json files",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"bin": {

packages/account/CHANGELOG.md

+18

packages/account/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/account",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/address/CHANGELOG.md

+6

packages/address/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/address",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Utilities for encoding and decoding addresses",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/contract/CHANGELOG.md

+6

packages/contract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/contract",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/create-fuels/CHANGELOG.md

+13

packages/create-fuels/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-fuels",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"bin": {

packages/crypto/CHANGELOG.md

+6

packages/crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/crypto",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Utilities for encrypting and decrypting data",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/errors/CHANGELOG.md

+11

packages/errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/errors",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Error class and error codes that the fuels-ts library throws",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/forc/CHANGELOG.md

+2

packages/forc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/forc",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "NPM bin wrapper around Fuel `forc`",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"bin": {

packages/fuel-core/CHANGELOG.md

+2

packages/fuel-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/fuel-core",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "NPM bin wrapper around `fuel-core`",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"bin": {

packages/fuels/CHANGELOG.md

+6

packages/fuels/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuels",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Fuel TS SDK",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"bin": {

packages/hasher/CHANGELOG.md

+6

packages/hasher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/hasher",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Sha256 hash utility for Fuel",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/interfaces/CHANGELOG.md

+6

packages/interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/interfaces",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "",
55
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/math/CHANGELOG.md

+6

0 commit comments

Comments
 (0)