Skip to content

Commit 9618a57

Browse files
ci(changesets): versioning packages (#914)
1 parent 1eb8ae9 commit 9618a57

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+290
-44
lines changed

.changeset/calm-geckos-obey.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/gorgeous-plants-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-oranges-fold.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/olive-brooms-kneel.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/docs-snippets/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @fuel-ts/docs-snippets
2+
3+
## 0.40.0
4+
5+
## 0.40.0

apps/docs-snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/docs-snippets",
3-
"version": "0.38.1",
3+
"version": "0.40.0",
44
"description": "",
55
"private": true,
66
"scripts": {

packages/abi-coder/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 0.40.0
4+
5+
### Minor Changes
6+
7+
- [#880](https://github.com/FuelLabs/fuels-ts/pull/880) [`4321ac1b`](https://github.com/FuelLabs/fuels-ts/commit/4321ac1beacce0ed2e342942ef4a3997c1d34d10) Thanks [@camsjams](https://github.com/camsjams)! - Added improved enum support using TypeScript enums
8+
9+
- [#910](https://github.com/FuelLabs/fuels-ts/pull/910) [`d0eb7a39`](https://github.com/FuelLabs/fuels-ts/commit/d0eb7a39d2d5cd59cc45fede3826a327f158d5ea) Thanks [@camsjams](https://github.com/camsjams)! - Fix vector inputs when the first item is not a vector
10+
11+
### Patch Changes
12+
13+
- Updated dependencies []:
14+
- @fuel-ts/keystore@0.40.0
15+
- @fuel-ts/math@0.40.0
16+
- @fuel-ts/versions@0.40.0
17+
318
## 0.39.1
419

520
### Patch Changes

packages/abi-coder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-coder",
3-
"version": "0.39.1",
3+
"version": "0.40.0",
44
"description": "",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"exports": {

packages/abi-typegen/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @fuel-ts/abi-typegen
22

3+
## 0.40.0
4+
5+
### Minor Changes
6+
7+
- [#880](https://github.com/FuelLabs/fuels-ts/pull/880) [`4321ac1b`](https://github.com/FuelLabs/fuels-ts/commit/4321ac1beacce0ed2e342942ef4a3997c1d34d10) Thanks [@camsjams](https://github.com/camsjams)! - Added improved enum support using TypeScript enums
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @fuel-ts/versions@0.40.0
13+
314
## 0.39.1
415

516
### Patch Changes

packages/abi-typegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-ts/abi-typegen",
3-
"version": "0.39.1",
3+
"version": "0.40.0",
44
"description": "Generates Typescript definitions from Sway ABI Json files",
55
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
66
"bin": {

0 commit comments

Comments
 (0)