@genesislcap/blank-app-seed 5.7.0-prerelease.1 → 5.7.0

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.7.0-prerelease.1",
4
+ "version": "5.7.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "UI": "14.333.0",
3
- "GSF": "8.14.0-beta6",
4
- "Auth": "8.14.0-beta6"
3
+ "GSF": "8.13.12",
4
+ "Auth": "8.13.3"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.7.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.6.0...v5.7.0) (2025-10-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * allow configuration of route button icons GENC-1220 4f0680e
9
+ * allow configuration of route button icons GENC-1220 (#522) e8167d3
10
+ * allow configuration of route button icons GENC-1220 (#524) f2d4590
11
+ * backport main (#523) f3583d3
12
+ * update pr template with icons to test with GENC-1220 356eee0
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * update GSF and Auth versions in versions.json GENC-1220 (#525) ca996c8
18
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 218eeb2
19
+ * updating server version information for Auth [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 33007d7
20
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) d8a2da5
21
+ * updating server version information for GSF [PSD-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) d6dfc69
22
+
23
+ ## [5.7.0-prerelease.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.7.0-prerelease.1...v5.7.0-prerelease.2) (2025-10-16)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * update GSF and Auth versions in versions.json GENC-1220 (#525) ca996c8
29
+
3
30
  ## [5.7.0-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.6.0...v5.7.0-prerelease.1) (2025-10-16)
4
31
 
5
32
 
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.7.0-prerelease.1",
4
+ "version": "5.7.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"