Skip to content

Commit 6773475

Browse files
Updated from pipeline, Version : 17.0.1
1 parent 4edd6a8 commit 6773475

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.variables

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
export DO_UPDATE=true
21
export LEVEL=CRITICAL
32
export REPO_NAME=justice-unreal-sdk-plugin
4-
export WORKDIR=/tmp/pipelines/3088483925/651385684/
5-
export COMMIT_HASH=092040118bba913e9838e2b39000f6c49bc6788d
6-
export GIT_HASH=092040118bba913e9838e2b39000f6c49bc6788d
7-
export VERSION=17.0.0
8-
export REVISION_ID=17.0.0
3+
export WORKDIR=/tmp/pipelines/3094756391/652507476/
4+
export COMMIT_HASH=2eea9e61f4be188fa3d4490fd5335e9a8405df2d
5+
export GIT_HASH=2eea9e61f4be188fa3d4490fd5335e9a8405df2d
6+
export VERSION=17.0.1
7+
export REVISION_ID=17.0.1
98
10-
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDE3LjAuMCAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='
9+
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDE3LjAuMSAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [17.0.1](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/17.0.1%0D17.0.0) (2022-09-28)
6+
57
## [17.0.0](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/17.0.0%0D16.2.1) (2022-09-27)
68

79

Source/AccelByteUe4Sdk/Public/Models/AccelByteEcommerceModels.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ struct ACCELBYTEUE4SDK_API FAccelByteModelItemPredicate
349349
FString Comparison{};
350350

351351
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Accelbyte | Item | Models | ItemInfo")
352-
FString AnyOf{};
352+
int32 AnyOf{};
353353

354354
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Accelbyte | Item | Models | ItemInfo")
355355
TArray<FString> Values{};
@@ -365,7 +365,7 @@ struct ACCELBYTEUE4SDK_API FAccelByteModelItemConditionGroup
365365
GENERATED_BODY()
366366

367367
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Accelbyte | Item | Models | ItemInfo")
368-
TArray<FAccelByteModelItemPredicate> Predicate{};
368+
TArray<FAccelByteModelItemPredicate> Predicates{};
369369

370370
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Accelbyte | Item | Models | ItemInfo")
371371
FString Operator{};
@@ -377,7 +377,7 @@ struct ACCELBYTEUE4SDK_API FAccelByteModelItemPurchaseCondition
377377
GENERATED_BODY()
378378

379379
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Accelbyte | Item | Models | ItemInfo")
380-
TArray<FAccelByteModelItemConditionGroup> FAccelByteModelItemConditionGroups{};
380+
TArray<FAccelByteModelItemConditionGroup> ConditionGroups{};
381381
};
382382

383383
USTRUCT(BlueprintType)

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "17.0.0"
2+
"version": "17.0.1"
33
}

0 commit comments

Comments
 (0)