@genesislcap/blank-app-seed 3.34.2 → 3.34.4

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.34.2",
4
+ "version": "3.34.4",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.211.5",
3
- "GSF": "8.5.0",
2
+ "UI": "14.211.6",
3
+ "GSF": "8.5.1",
4
4
  "Auth": "8.5.0"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.34.4](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.34.3...v3.34.4) (2024-11-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#384) 1606cc6
9
+
10
+ ## [3.34.3](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.34.2...v3.34.3) (2024-11-06)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#379) 801dea5
16
+
3
17
  ## [3.34.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.34.1...v3.34.2) (2024-11-04)
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.34.2",
4
+ "version": "3.34.4",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
@@ -2,7 +2,7 @@ ext.set("localDaogenVersion", "{{localGenId}}")
2
2
 
3
3
  plugins {
4
4
  `maven-publish`
5
- id("global.genesis.genesis-launcher-gui")
5
+ id("global.genesis.genesis-start-gui")
6
6
  }
7
7
 
8
8
  subprojects {
@@ -6,7 +6,7 @@ dockerCompactProcesses=true
6
6
  version={{applicationVersion}}
7
7
  genesisVersion={{ versions.GSF }}
8
8
  authVersion={{ versions.Auth }}
9
- launcherVersion=0.1.3
9
+ startVersion=0.1.4
10
10
 
11
11
  # Default ssh config for the docker dev environment
12
12
  genesis-home=/app/run
@@ -1,10 +1,10 @@
1
1
  pluginManagement {
2
2
  val genesisVersion: String by settings
3
- val launcherVersion: String by settings
3
+ val startVersion: String by settings
4
4
 
5
5
  plugins {
6
6
  id("global.genesis.settings") version genesisVersion
7
- id("global.genesis.genesis-launcher-gui") version launcherVersion
7
+ id("global.genesis.genesis-start-gui") version startVersion
8
8
  }
9
9
 
10
10
  repositories {