@genesislcap/blank-app-seed 3.30.0-prerelease.23 → 3.30.0-prerelease.25

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.30.0-prerelease.23",
4
+ "version": "3.30.0-prerelease.25",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
package/.gitignore CHANGED
@@ -44,6 +44,7 @@ client/bootstrapDone
44
44
  .husky/.gitignore
45
45
  build-cache/
46
46
  server/h2/
47
+ project-zips
47
48
 
48
49
  # Ignore Gradle GUI config
49
50
  gradle-app.setting
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.30.0-prerelease.25](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.30.0-prerelease.24...v3.30.0-prerelease.25) (2024-10-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * reformat ReadMe layout & allow markdown in description GENC-845 (#361) a1b8972
9
+
10
+ ## [3.30.0-prerelease.24](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.30.0-prerelease.23...v3.30.0-prerelease.24) (2024-10-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ignore project-zips folder CIDE-53 (#360) ddb86d5
16
+
3
17
  ## [3.30.0-prerelease.23](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.30.0-prerelease.22...v3.30.0-prerelease.23) (2024-10-08)
4
18
 
5
19
 
package/README.md CHANGED
@@ -1,10 +1,7 @@
1
1
  # {{appName}}
2
2
 
3
- This project has been created from the Genesis Blank Application Seed. Our seeds allow users to quickly bootstrap
4
- their projects. Each seed adheres to strict Genesis best practices, and has passed numerous performance, compliance and
5
- accessibility checks.
3
+ {{{description}}}
6
4
 
7
- {{description}}
8
5
  {{!
9
6
 
10
7
  # Testing
@@ -42,9 +39,12 @@ To get a simple application running check the [Quick Start](https://learn.genesi
42
39
 
43
40
  If you need an introduction to the Genesis platform and its modules it's worth heading [here](https://learn.genesis.global/docs/getting-started/learn-the-basics/simple-introduction/).
44
41
 
45
-
46
42
  ## Project Structure
47
43
 
44
+ This project has been created from the Genesis Blank Application Seed. Our seeds allow users to quickly bootstrap
45
+ their projects. Each seed adheres to strict Genesis best practices, and has passed numerous performance, compliance and
46
+ accessibility checks.
47
+
48
48
  This project contains **server** and **client** directories which contain the server and client code respectively.
49
49
 
50
50
  ### Server
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.30.0-prerelease.23",
4
+ "version": "3.30.0-prerelease.25",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"
File without changes