Skip to content

Commit bbbbe5b

Browse files
authored
Merge pull request #427 from immutable/chore/update-version-1.31.0
chore: update version
2 parents 6825f66 + cba56c8 commit bbbbe5b

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

src/Packages/Marketplace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.immutable.marketplace",
3-
"version": "1.30.2",
3+
"version": "1.31.0",
44
"description": "Marketplace package for the Immutable SDK for Unity",
55
"displayName": "Immutable Marketplace",
66
"author": {

src/Packages/Passport/Runtime/Scripts/Private/Helpers/SdkVersionInfoHelpers.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class SdkVersionInfoHelpers
44
{
55
public static string GetSdkVersionInfo()
66
{
7-
return "1.30.2";
7+
return "1.31.0";
88
}
99
}
1010
}

src/Packages/Passport/Samples~/SamplesScenesScripts/Scenes/Passport/ZkEvm/ZkEvmSendTransaction.unity

+7-7
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ MonoBehaviour:
12881288
m_TargetGraphic: {fileID: 1741513414}
12891289
m_HandleRect: {fileID: 1741513413}
12901290
m_Direction: 2
1291-
m_Value: 1
1291+
m_Value: 0
12921292
m_Size: 1
12931293
m_NumberOfSteps: 0
12941294
m_OnValueChanged:
@@ -1368,7 +1368,7 @@ RectTransform:
13681368
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
13691369
m_AnchorMin: {x: 0, y: 0}
13701370
m_AnchorMax: {x: 0, y: 0}
1371-
m_AnchoredPosition: {x: 432.63553, y: 0}
1371+
m_AnchoredPosition: {x: 427.93484, y: 0}
13721372
m_SizeDelta: {x: 0, y: 60}
13731373
m_Pivot: {x: 0.5, y: 0.5}
13741374
--- !u!114 &885137217
@@ -2046,7 +2046,7 @@ MonoBehaviour:
20462046
m_EditorClassIdentifier:
20472047
Output: {fileID: 1253661940}
20482048
ConfirmToggle: {fileID: 1782090444}
2049-
GetTrasactionReceiptToggle: {fileID: 1873101809}
2049+
GetTransactionReceiptToggle: {fileID: 1873101809}
20502050
ToInputField: {fileID: 649013321}
20512051
ValueInputField: {fileID: 1901422923}
20522052
DataInputField: {fileID: 1391622483}
@@ -3406,8 +3406,8 @@ RectTransform:
34063406
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
34073407
m_AnchorMin: {x: 0, y: 0}
34083408
m_AnchorMax: {x: 0, y: 0}
3409-
m_AnchoredPosition: {x: 885.5994, y: 0}
3410-
m_SizeDelta: {x: 1771.1991, y: 0}
3409+
m_AnchoredPosition: {x: 1153.199, y: 0}
3410+
m_SizeDelta: {x: 2306.398, y: 0}
34113411
m_Pivot: {x: 0.5, y: 0.5}
34123412
--- !u!114 &1833965463
34133413
MonoBehaviour:
@@ -4341,8 +4341,8 @@ RectTransform:
43414341
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
43424342
m_AnchorMin: {x: 0, y: 0}
43434343
m_AnchorMax: {x: 0, y: 0}
4344-
m_AnchoredPosition: {x: 885.59955, y: 0}
4345-
m_SizeDelta: {x: 1771.1991, y: 0}
4344+
m_AnchoredPosition: {x: 1153.199, y: 0}
4345+
m_SizeDelta: {x: 2306.398, y: 0}
43464346
m_Pivot: {x: 0.5, y: 0.5}
43474347
--- !u!114 &2131064088
43484348
MonoBehaviour:

src/Packages/Passport/Samples~/SamplesScenesScripts/Scripts/Passport/ZkEvm/ZkEvmSendTransactionScript.cs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Immutable.Passport;
77
using Immutable.Passport.Model;
88
using Cysharp.Threading.Tasks;
9+
using UnityEngine.Serialization;
910

1011
public class ZkEvmSendTransactionScript : MonoBehaviour
1112
{

src/Packages/Passport/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.immutable.passport",
3-
"version": "1.30.2",
3+
"version": "1.31.0",
44
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.\n\nFor a complete working example, please visit https://github.com/immutable/unity-immutable-sdk/tree/main/sample.",
55
"displayName": "Immutable Passport",
66
"author": {

0 commit comments

Comments
 (0)