Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): versioning packages - v0.87.0 @ master #2306

Merged
merged 2 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/hip-rules-serve.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/honest-zoos-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-meals-love.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/three-boats-eat.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tough-peas-retire.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/twenty-hornets-speak.md

This file was deleted.

23 changes: 23 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

### Patch Changes

- Updated dependencies [0da455a]
- @fuel-ts/abi-coder@0.87.0
- @fuel-ts/account@0.87.0
- @fuel-ts/contract@0.87.0
- fuels@0.87.0
- @fuel-ts/program@0.87.0
- @fuel-ts/script@0.87.0
- @fuel-ts/transactions@0.87.0
- @fuel-ts/abi-typegen@0.87.0
- @fuel-ts/address@0.87.0
- @fuel-ts/crypto@0.87.0
- @fuel-ts/errors@0.87.0
- @fuel-ts/hasher@0.87.0
- @fuel-ts/interfaces@0.87.0
- @fuel-ts/math@0.87.0
- @fuel-ts/merkle@0.87.0
- @fuel-ts/utils@0.87.0
- @fuel-ts/versions@0.87.0

## null

### Patch Changes

- Updated dependencies [316c757]
- Updated dependencies [ee969d3]
- Updated dependencies [8866c09]
Expand Down
15 changes: 15 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.87.0

### Minor Changes

- 0da455a: feat!: remove nested option size validation

### Patch Changes

- @fuel-ts/crypto@0.87.0
- @fuel-ts/errors@0.87.0
- @fuel-ts/hasher@0.87.0
- @fuel-ts/interfaces@0.87.0
- @fuel-ts/math@0.87.0
- @fuel-ts/utils@0.87.0

## 0.86.0

### Minor 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.86.0",
"version": "0.87.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (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.87.0

### Patch Changes

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

## 0.86.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.86.0",
"version": "0.87.0",
"description": "Generates Typescript definitions from Sway ABI Json files",
"author": "Fuel Labs <contact@fuel.sh> (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.87.0

### Patch Changes

- Updated dependencies [0da455a]
- @fuel-ts/abi-coder@0.87.0
- @fuel-ts/transactions@0.87.0
- @fuel-ts/address@0.87.0
- @fuel-ts/crypto@0.87.0
- @fuel-ts/errors@0.87.0
- @fuel-ts/hasher@0.87.0
- @fuel-ts/interfaces@0.87.0
- @fuel-ts/math@0.87.0
- @fuel-ts/merkle@0.87.0
- @fuel-ts/utils@0.87.0
- @fuel-ts/versions@0.87.0

## 0.86.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.86.0",
"version": "0.87.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (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.87.0

### Patch Changes

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

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

## 0.87.0

### Patch Changes

- Updated dependencies [0da455a]
- @fuel-ts/abi-coder@0.87.0
- @fuel-ts/account@0.87.0
- @fuel-ts/program@0.87.0
- @fuel-ts/transactions@0.87.0
- @fuel-ts/crypto@0.87.0
- @fuel-ts/errors@0.87.0
- @fuel-ts/hasher@0.87.0
- @fuel-ts/interfaces@0.87.0
- @fuel-ts/merkle@0.87.0
- @fuel-ts/utils@0.87.0

## 0.86.0

### Patch 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.86.0",
"version": "0.87.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.87.0

### Patch Changes

- 30fa103: chore: `create fuels` tests clean up the filesystem

## 0.86.0

## 0.85.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.86.0",
"version": "0.87.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (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.87.0

### Patch Changes

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

## 0.86.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.86.0",
"version": "0.87.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.87.0

### Patch Changes

- @fuel-ts/versions@0.87.0

## 0.86.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.86.0",
"version": "0.87.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.87.0

## 0.86.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.86.0",
"version": "0.87.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.87.0

## 0.86.0

## 0.85.0
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.86.0",
"version": "0.87.0",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
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.87.0

### Patch Changes

- Updated dependencies [0da455a]
- @fuel-ts/abi-coder@0.87.0
- @fuel-ts/account@0.87.0
- @fuel-ts/contract@0.87.0
- @fuel-ts/program@0.87.0
- @fuel-ts/script@0.87.0
- @fuel-ts/transactions@0.87.0
- @fuel-ts/abi-typegen@0.87.0
- @fuel-ts/address@0.87.0
- @fuel-ts/crypto@0.87.0
- @fuel-ts/errors@0.87.0
- @fuel-ts/forc@0.87.0
- @fuel-ts/fuel-core@0.87.0
- @fuel-ts/hasher@0.87.0
- @fuel-ts/interfaces@0.87.0
- @fuel-ts/math@0.87.0
- @fuel-ts/merkle@0.87.0
- @fuel-ts/utils@0.87.0
- @fuel-ts/versions@0.87.0

## 0.86.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.86.0",
"version": "0.87.0",
"description": "Fuel TS SDK",
"author": "Fuel Labs <contact@fuel.sh> (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.87.0

### Patch Changes

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

## 0.86.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.86.0",
"version": "0.87.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/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.87.0

## 0.86.0

## 0.85.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.86.0",
"version": "0.87.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.87.0

### Patch Changes

- @fuel-ts/errors@0.87.0

## 0.86.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.86.0",
"version": "0.87.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
Loading
Loading