Skip to content

Commit 05ed2b9

Browse files
ci(changesets): versioning packages (FuelLabs#1625)
1 parent b1462a8 commit 05ed2b9

Some content is hidden

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

76 files changed

+254
-172
lines changed

.changeset/angry-balloons-cover.md

-5
This file was deleted.

.changeset/brown-zebras-remember.md

-8
This file was deleted.

.changeset/clean-fans-wait.md

-5
This file was deleted.

.changeset/cold-worms-heal.md

-6
This file was deleted.

.changeset/curly-poems-glow.md

-5
This file was deleted.

.changeset/long-ways-rule.md

-5
This file was deleted.

.changeset/moody-walls-admire.md

-5
This file was deleted.

.changeset/nice-flowers-invent.md

-10
This file was deleted.

.changeset/orange-mangos-yell.md

-28
This file was deleted.

.changeset/pretty-goats-matter.md

-5
This file was deleted.

.changeset/six-shoes-impress.md

-7
This file was deleted.

.changeset/six-singers-sit.md

-5
This file was deleted.

.changeset/sour-apples-prove.md

-6
This file was deleted.

.changeset/stale-flowers-cheer.md

-5
This file was deleted.

.changeset/stale-jokes-clap.md

-6
This file was deleted.

.changeset/swift-dancers-cheat.md

-7
This file was deleted.

.changeset/violet-mice-rest.md

-20
This file was deleted.

.changeset/wicked-pens-mix.md

-5
This file was deleted.

internal/check-imports/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@
6969
## null
7070

7171
## null
72+
73+
## null

packages/abi-coder/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Encode and decode u8 and bool as small bytes and right aligned under various conditions, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- Add `pnpm create fuels` CLI tool, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
- add support for TX policies, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
10+
311
## 0.70.1
412

513
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/abi-typegen/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @fuel-ts/abi-typegen
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Encode and decode u8 and bool as small bytes and right aligned under various conditions, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- Add `pnpm create fuels` CLI tool, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
- add support for TX policies, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
10+
311
## 0.70.1
412

513
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "Generates Typescript definitions from Sway ABI Json files",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/address/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Add `pnpm create fuels` CLI tool, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
9+
### Patch Changes
10+
11+
- Add further utility to Address and improve docs around conversions, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
12+
313
## 0.70.1
414

515
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "Utilities for encoding and decoding addresses",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/contract/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Add `pnpm create fuels` CLI tool, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- add support for TX policies, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
310
## 0.70.1
411

512
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/create-fuels/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# create-fuels
22

3+
## 0.71.0
4+
5+
### Patch Changes
6+
7+
- 🐞 fix: include a `.gitignore` file in the template copied over by create-fuels, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- chore: update and add docs links in scaffolding CLI, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
310
## 0.70.1
411

512
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/crypto/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Add `pnpm create fuels` CLI tool, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
39
## 0.70.1
410

511
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "Utilities for encrypting and decrypting data",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/errors/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fuel-ts/errors
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Add `pnpm create fuels` CLI tool, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- add support for TX policies, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
310
## 0.70.1
411

512
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "Error class and error codes that the fuels-ts library throws",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"main": "dist/index.js",

packages/forc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Encode and decode u8 and bool as small bytes and right aligned under various conditions, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- add support for TX policies, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
310
## 0.70.1
411

512
### Patch Changes

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.70.1",
3+
"version": "0.71.0",
44
"description": "NPM bin wrapper around Fuel `forc`",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/fuel-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @fuel-ts/fuel-core
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Upgrading `fuel-core` to `0.22`, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- add support for TX policies, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
10+
### Patch Changes
11+
12+
- Removing unnecessary await, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
13+
314
## 0.70.1
415

516
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "NPM bin wrapper around `fuel-core`",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

packages/fuels/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.71.0
4+
5+
### Minor Changes
6+
7+
- Add `pnpm create fuels` CLI tool, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
8+
- built new js file specifically for cdnjs integration, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
9+
10+
### Patch Changes
11+
12+
- Updating chain config for `fuels` CLI and `wallet` utils, by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
13+
- 🐞 fix: replace the outdated `--manual_blocks_enabled` flag with `--debug` (fuel-core), by [@arboleya](https://github.com/arboleya) (See [#1624](https://github.com/FuelLabs/fuels-ts/pull/1624))
14+
315
## 0.70.1
416

517
## 0.70.0

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.70.1",
3+
"version": "0.71.0",
44
"description": "Fuel TS SDK",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

0 commit comments

Comments
 (0)