@genesislcap/blank-app-seed 5.1.0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "5.1.0",
4
+ "version": "5.1.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [5.1.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.0.0...v5.1.0) (2025-05-13)
3
+ ## [5.1.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.1.0...v5.1.1) (2025-05-16)
4
4
 
5
5
 
6
- ### Features
6
+ ### Bug Fixes
7
+
8
+ * tweak unnecessarily big max heap settings for gradle daemon (GENC-0) 3470a8e
9
+ * tweak unnecessarily big max heap settings for gradle daemon (GENC-0) (#462) f191f03
10
+ * tweak unnecessarily big max heap settings for gradle daemon (GENC-0) (#464) 51ed518
7
11
 
8
- * release 8.11 [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#459) e682fbe
12
+ ## [5.1.1-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.1.0...v5.1.1-prerelease.1) (2025-05-16)
9
13
 
10
14
 
11
15
  ### Bug Fixes
12
16
 
13
- * add missing files + remove webpack GENC-0 27c51f0
14
- * add missing files + remove webpack GENC-0 (#458) 923e16c
15
- * lint error GENC-0 c9612b8
17
+ * tweak unnecessarily big max heap settings for gradle daemon (GENC-0) 3470a8e
18
+ * tweak unnecessarily big max heap settings for gradle daemon (GENC-0) (#462) f191f03
19
+
20
+ ## [5.0.1-prerelease.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.0.1-prerelease.1...v5.0.1-prerelease.2) (2025-05-16)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * tweak unnecessarily big max heap settings for gradle daemon (GENC-0) 3470a8e
26
+ * tweak unnecessarily big max heap settings for gradle daemon (GENC-0) (#462) f191f03
16
27
 
17
28
  ## [5.0.1-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.0.0...v5.0.1-prerelease.1) (2025-05-13)
18
29
 
package/gradle.properties CHANGED
@@ -1,4 +1,5 @@
1
1
  kotlin.code.style=official
2
- org.gradle.jvmargs=-Xmx6g -Xss512k -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC -XX:+UseStringDeduplication -XX:ReservedCodeCacheSize=512m -Dkotlin.daemon.jvm.options=-Xmx2g -Dfile.encoding=UTF-8
2
+ org.gradle.jvmargs=-Xmx3g -Xss512k -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC -XX:+UseStringDeduplication -XX:ReservedCodeCacheSize=512m -Dfile.encoding=UTF-8
3
+ kotlin.daemon.jvmargs=-Xmx3g -XX:+UseG1GC -XX:+UseStringDeduplication
3
4
  org.gradle.caching=true
4
5
  org.gradle.configuration-cache=true
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "5.1.0",
4
+ "version": "5.1.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -1,5 +1,6 @@
1
1
  bundleGeneratedClasses=true
2
- org.gradle.jvmargs=-Xmx6g -Xss512k -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC -XX:+UseStringDeduplication -XX:ReservedCodeCacheSize=512m -Dkotlin.daemon.jvm.options=-Xmx2g -Dfile.encoding=UTF-8
2
+ org.gradle.jvmargs=-Xmx3g -Xss512k -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC -XX:+UseStringDeduplication -XX:ReservedCodeCacheSize=512m -Dfile.encoding=UTF-8
3
+ kotlin.daemon.jvmargs=-Xmx3g -XX:+UseG1GC -XX:+UseStringDeduplication
3
4
  org.gradle.configuration-cache=true
4
5
  enableDockerTasks=true
5
6
  dockerCompactProcesses=true