Skip to content

Commit 7a81257

Browse files
ci(scripts): update versions
1 parent 8c19d93 commit 7a81257

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/recipes/src/types/Src14OwnedProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.101.1
8+
Fuels version: 0.101.2
99
*/
1010

1111
import { Contract as __Contract, type InvokeFunction } from '@fuel-ts/program';

packages/recipes/src/types/Src14OwnedProxyFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.101.1
8+
Fuels version: 0.101.2
99
*/
1010

1111
import {

packages/recipes/src/types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.101.1
8+
Fuels version: 0.101.2
99
*/
1010

1111
/**

packages/recipes/src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.101.1
8+
Fuels version: 0.101.2
99
*/
1010

1111
export { Src14OwnedProxy } from './Src14OwnedProxy';

packages/versions/src/lib/getBuiltinVersions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export function getBuiltinVersions(): Versions {
44
return {
55
FUEL_CORE: '0.43.1',
66
FORC: '0.68.1',
7-
FUELS: '0.101.1',
7+
FUELS: '0.101.2',
88
};
99
}

0 commit comments

Comments
 (0)