@genesislcap/blank-app-seed 5.17.1 → 5.17.3-prerelease.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.17.1",
4
+ "version": "5.17.3-prerelease.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.479.0",
3
- "GSF": "8.15.14",
4
- "Auth": "8.15.3"
2
+ "UI": "14.481.1",
3
+ "GSF": "8.16.0-SNAPSHOT",
4
+ "Auth": "8.16.0-SNAPSHOT"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.17.3-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.17.2...v5.17.3-prerelease.1) (2026-07-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * backport main to prerelease [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#599) 841793f
9
+ * merge main into prerelease GENC-1362 (#589) c7eed71
10
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 0ea031d
11
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 2b31d47
12
+
13
+ ## [5.17.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.17.1...v5.17.2) (2026-07-03)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * correct colors for bar charts GENC-1412 a66dc07
19
+ * correct colors for bar charts GENC-1412 (#598) 7100dd4
20
+
3
21
  ## [5.17.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.17.0...v5.17.1) (2026-07-02)
4
22
 
5
23
 
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
@@ -4,4 +4,5 @@ org.gradle.configuration-cache=false
4
4
  org.gradle.parallel=true
5
5
  org.gradle.caching=true
6
6
  bddVersion=3.5.30
7
+ useDevRepo=true
7
8
 
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
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.17.1",
4
+ "version": "5.17.3-prerelease.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
@@ -19,3 +19,5 @@ ssh-port=1337
19
19
  enableDockerContainerTasks=true
20
20
 
21
21
  compactProcessesStrategy=DEV
22
+
23
+ useDevRepo=true