Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuel-service-user authored Feb 19, 2024
1 parent b04f8e2 commit e52dcbb
Show file tree
Hide file tree
Showing 63 changed files with 140 additions and 109 deletions.
2 changes: 0 additions & 2 deletions .changeset/big-chicken-swim.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/brave-carrots-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-mice-suffer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/empty-swans-perform.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/hot-kangaroos-bathe.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/kind-masks-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-cougars-lie.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lovely-jokes-try.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-adults-sin.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/real-peas-care.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/short-dragons-share.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/silly-rockets-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-melons-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-zoos-arrive.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sour-numbers-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-chefs-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-falcons-sing.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thin-bobcats-pay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-kangaroos-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-eggs-design.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/young-impalas-explain.md

This file was deleted.

2 changes: 2 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@
## null

## null

## null
6 changes: 6 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.74.0

### Minor Changes

- New encoding scheme implemented for logs, by [@danielbate](https://github.com/danielbate) (See [#1673](https://github.com/FuelLabs/fuels-ts/pull/1673))

## 0.73.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.73.0",
"version": "0.74.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-ts/abi-typegen

## 0.74.0

## 0.73.0

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

## 0.74.0

### Minor Changes

- remove provider from WalletManager specific types, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1723](https://github.com/FuelLabs/fuels-ts/pull/1723))
- restructure Account related packages, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1675](https://github.com/FuelLabs/fuels-ts/pull/1675))

### Patch Changes

- remove additional dryrun call, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1731](https://github.com/FuelLabs/fuels-ts/pull/1731))
- made fundWithFakeUtxos accepts resources owner address, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1750](https://github.com/FuelLabs/fuels-ts/pull/1750))
- implement wallet connectors, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1699](https://github.com/FuelLabs/fuels-ts/pull/1699))
- Upgrading `fuel-core` to `0.22.1`, by [@arboleya](https://github.com/arboleya) (See [#1756](https://github.com/FuelLabs/fuels-ts/pull/1756))

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.74.0

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"description": "Utilities for encoding and decoding addresses",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.74.0

### Minor Changes

- restructure Account related packages, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1675](https://github.com/FuelLabs/fuels-ts/pull/1675))

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-fuels

## 0.74.0

### Minor Changes

- Add more program options to the `create-fuels` CLI. Users can now get a multiselect choice to choose out of contract, script & predicate, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1691](https://github.com/FuelLabs/fuels-ts/pull/1691))

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.74.0

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-ts/errors

## 0.74.0

### Minor Changes

- restructure Account related packages, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1675](https://github.com/FuelLabs/fuels-ts/pull/1675))

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"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
7 changes: 7 additions & 0 deletions packages/forc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.74.0

### Minor Changes

- - Updated to support`forc v0.50.0`
- `getForcProject` now supports both `debug` and `release` builds, by [@nedsalk](https://github.com/nedsalk) (See [#1744](https://github.com/FuelLabs/fuels-ts/pull/1744))

## 0.73.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/forc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/forc",
"version": "0.73.0",
"version": "0.74.0",
"description": "NPM bin wrapper around Fuel `forc`",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fuel-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-ts/fuel-core

## 0.74.0

### Patch Changes

- Upgrading `fuel-core` to `0.22.1`, by [@arboleya](https://github.com/arboleya) (See [#1756](https://github.com/FuelLabs/fuels-ts/pull/1756))

## 0.73.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/fuel-core",
"version": "0.73.0",
"version": "0.74.0",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.74.0

### Minor Changes

- restructure Account related packages, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1675](https://github.com/FuelLabs/fuels-ts/pull/1675))

## 0.73.0

### 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.73.0",
"version": "0.74.0",
"description": "Fuel TS SDK",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.74.0

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"description": "Sha256 hash utility for Fuel",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.74.0

### Minor Changes

- restructure Account related packages, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1675](https://github.com/FuelLabs/fuels-ts/pull/1675))

## 0.73.0

## 0.72.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.73.0",
"version": "0.74.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.74.0

### Patch Changes

- Resolve BN transpilation issue by restructuring constructor, by [@danielbate](https://github.com/danielbate) (See [#1737](https://github.com/FuelLabs/fuels-ts/pull/1737))

## 0.73.0

## 0.72.0
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.73.0",
"version": "0.74.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/merkle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.74.0

## 0.73.0

## 0.72.0
Expand Down
Loading

0 comments on commit e52dcbb

Please sign in to comment.