@genesislcap/blank-app-seed 3.5.2 → 3.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": "3.5.2",
4
+ "version": "3.7.0",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "UI": "14.173.2",
3
- "GSF": "7.1.20",
4
- "Auth": "7.1.10"
3
+ "GSF": "7.2.1",
4
+ "Auth": "7.2.0"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.7.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.6.0...v3.7.0) (2024-05-02)
4
+
5
+
6
+ ### Features
7
+
8
+ * upgrading to GSF 7.2.1 - always start evaluator. (GENC-415) (#201) 3fb4277
9
+
10
+ ## [3.6.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.5.2...v3.6.0) (2024-04-30)
11
+
12
+
13
+ ### Features
14
+
15
+ * upgrading to GSF 7.2 (#200) b2db27c
16
+
3
17
  ## [3.5.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.5.1...v3.5.2) (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.5.2",
4
+ "version": "3.7.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"