Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1427)
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
github-actions[bot] and github-actions[bot] authored Dec 5, 2023
1 parent 5e544e1 commit 870e4b5
Show file tree
Hide file tree
Showing 76 changed files with 152 additions and 114 deletions.
2 changes: 0 additions & 2 deletions .changeset/angry-zebras-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brave-flies-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-trains-smoke.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/chilly-grapes-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-forks-lie.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/four-radios-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-adults-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-falcons-nail.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/healthy-rings-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-doors-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-glasses-brake.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/light-trains-kiss.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/love-explore-joy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-carrots-draw.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/proud-ducks-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-rocks-tap.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shaggy-papayas-battle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-timers-sing.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-penguins-pretend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-kings-jump.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 @@ -59,3 +59,5 @@
## null

## null

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

## 0.68.0

### Patch Changes

- - Standardizing all forc projects across all packages
- Fixing turbo caching configs for `pretest` pipeline
- Reducing verbosity of `pretest` pipeline, by [@arboleya](https://github.com/arboleya) (See [#1442](https://github.com/FuelLabs/fuels-ts/pull/1442))

## 0.67.0

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

## 0.68.0

### Minor Changes

- add string slice support in typegen, by [@Torres-ssf](https://github.com/Torres-ssf) (See [#1468](https://github.com/FuelLabs/fuels-ts/pull/1468))

### Patch Changes

- Improves inputs validation and adds pretty error messages, by [@arboleya](https://github.com/arboleya) (See [#1433](https://github.com/FuelLabs/fuels-ts/pull/1433))

## 0.67.0

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

## 0.68.0

### Minor Changes

- Remove hexlify logic on values that are not hex, by [@camsjams](https://github.com/camsjams) (See [#1454](https://github.com/FuelLabs/fuels-ts/pull/1454))

## 0.67.0

## 0.66.1
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.67.0",
"version": "0.68.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.68.0

### Minor Changes

- Remove hexlify logic on values that are not hex, by [@camsjams](https://github.com/camsjams) (See [#1454](https://github.com/FuelLabs/fuels-ts/pull/1454))

## 0.67.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.67.0",
"version": "0.68.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
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.68.0

## 0.67.0

## 0.66.1
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.67.0",
"version": "0.68.0",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-ts/errors

## 0.68.0

### Patch Changes

- Improves inputs validation and adds pretty error messages, by [@arboleya](https://github.com/arboleya) (See [#1433](https://github.com/FuelLabs/fuels-ts/pull/1433))
- Remove hexlify logic on values that are not hex, by [@camsjams](https://github.com/camsjams) (See [#1454](https://github.com/FuelLabs/fuels-ts/pull/1454))

## 0.67.0

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

## 0.68.0

## 0.67.0

## 0.66.1
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.67.0",
"version": "0.68.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-ts/fuel-core

## 0.68.0

## 0.67.0

## 0.66.1
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.67.0",
"version": "0.68.0",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.68.0

### Patch Changes

- 🐞 Fixing graceful shutdown of short-lived node, by [@arboleya](https://github.com/arboleya) (See [#1425](https://github.com/FuelLabs/fuels-ts/pull/1425))
- The fuels CLI's deploy now auto-loads storage slots for contracts, just like typegen, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1473](https://github.com/FuelLabs/fuels-ts/pull/1473))
- 🐞 fix: make `startFuelCore` package manager agnostic, by [@Dhaiwat10](https://github.com/Dhaiwat10) (See [#1477](https://github.com/FuelLabs/fuels-ts/pull/1477))
- Updated npm keywords, by [@camsjams](https://github.com/camsjams) (See [#1453](https://github.com/FuelLabs/fuels-ts/pull/1453))
- Introduce internal hexlify and arrayify functions, by [@danielbate](https://github.com/danielbate) (See [#1401](https://github.com/FuelLabs/fuels-ts/pull/1401))

## 0.67.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.67.0",
"version": "0.68.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.68.0

## 0.67.0

## 0.66.1
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.67.0",
"version": "0.68.0",
"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/hdwallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.68.0

## 0.67.0

## 0.66.1
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hdwallet",
"version": "0.67.0",
"version": "0.68.0",
"description": "The Hierarchal Desterministic (HD) Wallet",
"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.68.0

### Patch Changes

- Introduce internal hexlify and arrayify functions, by [@danielbate](https://github.com/danielbate) (See [#1401](https://github.com/FuelLabs/fuels-ts/pull/1401))

## 0.67.0

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

## 0.68.0

## 0.67.0

## 0.66.1
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.67.0",
"version": "0.68.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.68.0

## 0.67.0

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

## 0.68.0

## 0.67.0

## 0.66.1
Expand Down
2 changes: 1 addition & 1 deletion packages/mnemonic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/mnemonic",
"version": "0.67.0",
"version": "0.68.0",
"description": "Mnemonic implementation from BIP39",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 870e4b5

Please sign in to comment.