Skip to content

Commit d7e26b2

Browse files
author
JelteMX
committed
Update to version 2.0.0
1 parent 364b235 commit d7e26b2

File tree

11 files changed

+22
-8
lines changed

11 files changed

+22
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Support](https://img.shields.io/badge/Support-Community%20(no%20active%20support)-orange.svg)](https://docs.mendix.com/developerportal/app-store/app-store-content-support)
2-
[![Studio](https://img.shields.io/badge/Studio%20version-8.0%2B-blue.svg)](https://appstore.home.mendix.com/link/modeler/)
2+
[![Studio](https://img.shields.io/badge/Studio%20version-9.0%2B-blue.svg)](https://appstore.home.mendix.com/link/modeler/)
33
![GitHub release](https://img.shields.io/github/release/JelteMX/mendix-fake-data-module)
44
![GitHub issues](https://img.shields.io/github/issues/JelteMX/mendix-fake-data-module)
55

@@ -50,13 +50,13 @@ Please have a look at the Domain Model in the module for all attributes that are
5050
- License: Apache 2.0
5151
- [link](https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.7)
5252
- SnakeYAML
53-
- Version 1.25
53+
- Version 1.30
5454
- License: Apache 2.0
55-
- [link](https://mvnrepository.com/artifact/org.yaml/snakeyaml/1.25)
55+
- [link](https://mvnrepository.com/artifact/org.yaml/snakeyaml/1.30)
5656
- JavaFaker
57-
- Version 1.0.1
57+
- Version 1.0.2
5858
- License: Apache 2.0
59-
- [link](https://mvnrepository.com/artifact/com.github.javafaker/javafaker/1.0.1)
59+
- [link](https://mvnrepository.com/artifact/com.github.javafaker/javafaker/1.0.2)
6060

6161
## Adding new Java Actions
6262

dist/FakeData.mpk

41.4 KB
Binary file not shown.

src/package.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<projectFile path="project.mpr" />
66
<files>
77
<file path="userlib\commons-lang3-3.7.jar" />
8-
<file path="userlib\javafaker-1.0.1.jar" />
9-
<file path="userlib\snakeyaml-1.25.jar" />
8+
<file path="userlib\javafaker-1.0.2.jar" />
9+
<file path="userlib\snakeyaml-1.30.jar" />
1010
<file path="javasource\fakedata\actions\GenerateFakeString.java" />
1111
<file path="javasource\fakedata\actions\GenerateRandomString.java" />
12+
<file path="javasource\fakedata\actions\GenerateUUID.java" />
1213
<file path="javasource\fakedata\actions\GenerateRandomColorHex.java" />
1314
<file path="javasource\fakedata\actions\GenerateRandomRegexString.java" />
1415
<file path="javasource\fakedata\actions\GenerateRandomStringFromFaker.java" />
1516
<file path="javasource\fakedata\actions\GenerateQuote.java" />
16-
<file path="javasource\fakedata\actions\GenerateUUID.java" />
1717
<file path="javasource\fakedata\actions\GenerateDateBetween.java" />
1818
<file path="javasource\fakedata\actions\GenerateCat.java" />
1919
<file path="javasource\fakedata\actions\GenerateName.java" />
@@ -24,6 +24,10 @@
2424
<file path="javasource\fakedata\actions\GenerateNumberDigits.java" />
2525
<file path="javasource\fakedata\actions\GenerateDecimalBetween.java" />
2626
<file path="javasource\fakedata\actions\GenerateNumberBetween.java" />
27+
<file path="themesource\fakedata\native\design-properties.json" />
28+
<file path="themesource\fakedata\native\main.js" />
29+
<file path="themesource\fakedata\web\design-properties.json" />
30+
<file path="themesource\fakedata\web\main.scss" />
2731
</files>
2832
</modelerProject>
2933
</package>

src/project.mpr

-8 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import * as variables from "../../../theme/native/custom-variables";
2+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import '../../../theme/web/custom-variables';
2+
Binary file not shown.

src/userlib/snakeyaml-1.25.jar

-296 KB
Binary file not shown.

0 commit comments

Comments
 (0)