@genesislcap/blank-app-seed 3.11.3 → 3.12.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.11.3",
4
+ "version": "3.12.1",
5
5
  "license": "Apache-2.0",
6
6
  "genxSeedConfig": {
7
7
  "exclude": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.182.2",
3
- "GSF": "7.2.6",
4
- "Auth": "7.2.1"
2
+ "UI": "14.183.4",
3
+ "GSF": "8.0.0",
4
+ "Auth": "8.0.0"
5
5
  }
@@ -42,7 +42,7 @@ jobs:
42
42
 
43
43
  - name: Build sample app
44
44
  working-directory: /tmp/testapp
45
- run: ./gradlew build
45
+ run: ./gradlew build --info
46
46
 
47
47
  - name: Lint UI
48
48
  working-directory: /tmp/testapp/client
@@ -58,7 +58,7 @@ jobs:
58
58
 
59
59
  - name: Create Server Dockerfile
60
60
  working-directory: /tmp/testapp
61
- run: ./gradlew :server:testapp-app:createDockerfile
61
+ run: ./gradlew :server:testapp-app:createDockerfile --info
62
62
 
63
63
  - name: Build Docker images
64
64
  working-directory: /tmp/testapp
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.12.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.12.0...v3.12.1) (2024-05-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#246) ed746f4
9
+
10
+ ## [3.12.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.11.3...v3.12.0) (2024-05-30)
11
+
12
+
13
+ ### Features
14
+
15
+ * upgrade to GSF 8.0.0 GENC-513 (#244) 73b250b
16
+
3
17
  ## [3.11.3](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.11.2...v3.11.3) (2024-05-29)
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.11.3",
4
+ "version": "3.12.1",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"