Skip to content

Commit

Permalink
ci(changesets): versioning packages - v0.82.0 @ master (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuel-service-user committed Apr 25, 2024
1 parent e38e185 commit 267fc8d
Show file tree
Hide file tree
Showing 55 changed files with 238 additions and 69 deletions.
4 changes: 0 additions & 4 deletions .changeset/blue-hotels-heal.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/cyan-students-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-rules-chew.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/lucky-ligers-enjoy.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/old-carpets-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-rabbits-care.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/purple-vans-brake.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/sharp-pillows-film.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sixty-actors-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-taxis-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-bananas-peel.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/weak-garlics-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-shoes-cheer.md

This file was deleted.

25 changes: 25 additions & 0 deletions internal/check-imports/CHANGELOG.md
Expand Up @@ -4,6 +4,31 @@

### Patch Changes

- Updated dependencies [1542cdc]
- Updated dependencies [dd1b62b]
- Updated dependencies [1c8d8bf]
- @fuel-ts/abi-typegen@0.82.0
- @fuel-ts/abi-coder@0.82.0
- fuels@0.82.0
- @fuel-ts/account@0.82.0
- @fuel-ts/contract@0.82.0
- @fuel-ts/program@0.82.0
- @fuel-ts/script@0.82.0
- @fuel-ts/transactions@0.82.0
- @fuel-ts/address@0.82.0
- @fuel-ts/crypto@0.82.0
- @fuel-ts/errors@0.82.0
- @fuel-ts/hasher@0.82.0
- @fuel-ts/interfaces@0.82.0
- @fuel-ts/math@0.82.0
- @fuel-ts/merkle@0.82.0
- @fuel-ts/utils@0.82.0
- @fuel-ts/versions@0.82.0

## null

### Patch Changes

- Updated dependencies [1d92ce7]
- Updated dependencies [37743e8]
- Updated dependencies [3c0aacc]
Expand Down
12 changes: 12 additions & 0 deletions packages/abi-coder/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 0.82.0

### Patch Changes

- 1c8d8bf: fix: encoding version type
- @fuel-ts/crypto@0.82.0
- @fuel-ts/errors@0.82.0
- @fuel-ts/hasher@0.82.0
- @fuel-ts/interfaces@0.82.0
- @fuel-ts/math@0.82.0
- @fuel-ts/utils@0.82.0

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-coder/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-coder",
"version": "0.81.0",
"version": "0.82.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
@@ -1,5 +1,19 @@
# @fuel-ts/abi-typegen

## 0.82.0

### Minor Changes

- dd1b62b: feat: exclusive enum type inference in typegen

### Patch Changes

- 1542cdc: feat: support `()` type in typegen
- @fuel-ts/errors@0.82.0
- @fuel-ts/interfaces@0.82.0
- @fuel-ts/utils@0.82.0
- @fuel-ts/versions@0.82.0

## 0.81.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/abi-typegen",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,22 @@
# Change Log

## 0.82.0

### Patch Changes

- Updated dependencies [1c8d8bf]
- @fuel-ts/abi-coder@0.82.0
- @fuel-ts/transactions@0.82.0
- @fuel-ts/address@0.82.0
- @fuel-ts/crypto@0.82.0
- @fuel-ts/errors@0.82.0
- @fuel-ts/hasher@0.82.0
- @fuel-ts/interfaces@0.82.0
- @fuel-ts/math@0.82.0
- @fuel-ts/merkle@0.82.0
- @fuel-ts/utils@0.82.0
- @fuel-ts/versions@0.82.0

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/account",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,14 @@
# Change Log

## 0.82.0

### Patch Changes

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

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/address",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,21 @@
# Change Log

## 0.82.0

### Patch Changes

- Updated dependencies [1c8d8bf]
- @fuel-ts/abi-coder@0.82.0
- @fuel-ts/account@0.82.0
- @fuel-ts/program@0.82.0
- @fuel-ts/transactions@0.82.0
- @fuel-ts/crypto@0.82.0
- @fuel-ts/errors@0.82.0
- @fuel-ts/hasher@0.82.0
- @fuel-ts/interfaces@0.82.0
- @fuel-ts/merkle@0.82.0
- @fuel-ts/utils@0.82.0

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/contract",
"version": "0.81.0",
"version": "0.82.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-fuels/CHANGELOG.md
@@ -1,5 +1,12 @@
# create-fuels

## 0.82.0

### Minor Changes

- 5daeea4: chore: upgrade Fuel frontend packages
- 1dbafb5: feat: make `create-fuels` deployment ready

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-fuels/package.json
@@ -1,6 +1,6 @@
{
"name": "create-fuels",
"version": "0.81.0",
"version": "0.82.0",
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 0.82.0

### Patch Changes

- @fuel-ts/errors@0.82.0
- @fuel-ts/utils@0.82.0

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/crypto",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,11 @@
# @fuel-ts/errors

## 0.82.0

### Patch Changes

- @fuel-ts/versions@0.82.0

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/errors",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,7 @@
# Change Log

## 0.82.0

## 0.81.0

## 0.80.0
Expand Down
2 changes: 1 addition & 1 deletion packages/forc/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/forc",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,7 @@
# @fuel-ts/fuel-core

## 0.82.0

## 0.81.0

## 0.80.0
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/fuel-core",
"version": "0.81.0",
"version": "0.82.0",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"bin": {
Expand Down
26 changes: 26 additions & 0 deletions packages/fuels/CHANGELOG.md
@@ -1,5 +1,31 @@
# Change Log

## 0.82.0

### Patch Changes

- Updated dependencies [1542cdc]
- Updated dependencies [dd1b62b]
- Updated dependencies [1c8d8bf]
- @fuel-ts/abi-typegen@0.82.0
- @fuel-ts/abi-coder@0.82.0
- @fuel-ts/account@0.82.0
- @fuel-ts/contract@0.82.0
- @fuel-ts/program@0.82.0
- @fuel-ts/script@0.82.0
- @fuel-ts/transactions@0.82.0
- @fuel-ts/address@0.82.0
- @fuel-ts/crypto@0.82.0
- @fuel-ts/errors@0.82.0
- @fuel-ts/forc@0.82.0
- @fuel-ts/fuel-core@0.82.0
- @fuel-ts/hasher@0.82.0
- @fuel-ts/interfaces@0.82.0
- @fuel-ts/math@0.82.0
- @fuel-ts/merkle@0.82.0
- @fuel-ts/utils@0.82.0
- @fuel-ts/versions@0.82.0

## 0.81.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels/package.json
@@ -1,6 +1,6 @@
{
"name": "fuels",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,13 @@
# Change Log

## 0.82.0

### Patch Changes

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

## 0.81.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hasher/package.json
@@ -1,6 +1,6 @@
{
"name": "@fuel-ts/hasher",
"version": "0.81.0",
"version": "0.82.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
@@ -1,5 +1,7 @@
# Change Log

## 0.82.0

## 0.81.0

## 0.80.0
Expand Down

0 comments on commit 267fc8d

Please sign in to comment.