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(release): v0.94.2 @ master #3010

Merged
merged 2 commits into from
Aug 28, 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/cold-masks-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-ties-crash.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/fast-walls-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-trees-clap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-adults-divide.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/green-donuts-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-boxes-sniff.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/neat-vans-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-pears-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-chefs-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-beans-act.md

This file was deleted.

26 changes: 26 additions & 0 deletions internal/check-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @internal/check-imports

## 0.0.4

### Patch Changes

- Updated dependencies [3b59f1f]
- Updated dependencies [01e2f0e]
- Updated dependencies [ccd94fc]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- [email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/check-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"@fuel-ts/account": "workspace:*",
"fuels": "workspace:*"
},
"version": "0.0.3"
"version": "0.0.4"
}
6 changes: 6 additions & 0 deletions internal/fuel-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @internal/fuel-core

## 0.89.1

### Patch Changes

- ccd94fc: chore: upgrade `[email protected]`

## 0.89.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/fuel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@internal/fuel-core",
"version": "0.89.0",
"version": "0.89.1",
"description": "NPM bin wrapper around `fuel-core`",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
13 changes: 13 additions & 0 deletions packages/abi-coder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.94.2

### Patch Changes

- Updated dependencies [01e2f0e]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

### 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.94.1",
"version": "0.94.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/abi-typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @fuel-ts/abi-typegen

## 0.94.2

### Patch Changes

- Updated dependencies [01e2f0e]
- Updated dependencies [ccd94fc]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

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

## 0.94.2

### Patch Changes

- 3b59f1f: fix: avoid potential race-condition in fuel connectors init
- ccd94fc: chore: upgrade `[email protected]`
- Updated dependencies [01e2f0e]
- Updated dependencies [ccd94fc]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

### Patch 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.94.1",
"version": "0.94.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.94.2

### Patch Changes

- Updated dependencies [01e2f0e]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

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

## 0.94.2

### Patch Changes

- Updated dependencies [3b59f1f]
- Updated dependencies [01e2f0e]
- Updated dependencies [ccd94fc]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

### 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.94.1",
"version": "0.94.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-fuels

## 0.94.2

### Patch Changes

- fcfbdf1: build(deps): bump the deps-patch group across 1 directory
- 8c47dc5: chore: upgrade connectors
- 362ea33: fix: added missing dependencies for templates
- 50d548c: fix: UI integration tests

## 0.94.1

### Patch Changes
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.94.1",
"version": "0.94.2",
"description": "",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.94.2

### Patch Changes

- Updated dependencies [01e2f0e]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

### 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.94.1",
"version": "0.94.2",
"description": "Utilities for encrypting and decrypting data",
"author": "Fuel Labs <[email protected]> (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.94.2

### Patch Changes

- Updated dependencies [ccd94fc]
- @fuel-ts/[email protected]

## 0.94.1

### 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.94.1",
"version": "0.94.2",
"description": "Error class and error codes that the fuels-ts library throws",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"main": "dist/index.js",
Expand Down
25 changes: 25 additions & 0 deletions packages/fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 0.94.2

### Patch Changes

- Updated dependencies [3b59f1f]
- Updated dependencies [01e2f0e]
- Updated dependencies [ccd94fc]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

### 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.94.1",
"version": "0.94.2",
"description": "Fuel TS SDK",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.94.2

### Patch Changes

- Updated dependencies [01e2f0e]
- Updated dependencies [986a247]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]
- @fuel-ts/[email protected]

## 0.94.1

### Patch Changes
Expand Down
Loading
Loading