@genesislcap/blank-app-seed 3.6.0 → 3.7.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": "3.6.0",
4
+ "version": "3.7.1",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.173.2",
3
- "GSF": "7.2.0",
2
+ "UI": "14.174.0",
3
+ "GSF": "7.2.1",
4
4
  "Auth": "7.2.0"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.7.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.7.0...v3.7.1) (2024-05-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * handle json forms default values [skip-ci] PA-1207 (#203) 60903c0
9
+
10
+ ## [3.7.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.6.0...v3.7.0) (2024-05-02)
11
+
12
+
13
+ ### Features
14
+
15
+ * upgrading to GSF 7.2.1 - always start evaluator. (GENC-415) (#201) 3fb4277
16
+
3
17
  ## [3.6.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.5.2...v3.6.0) (2024-04-30)
4
18
 
5
19
 
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": "3.6.0",
4
+ "version": "3.7.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"