@genesislcap/blank-app-seed 3.33.2 → 3.33.3

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.33.2",
4
+ "version": "3.33.3",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -24,13 +24,13 @@ import { gridOptions } from './{{kebabCase tile.title}}.gridOptions';
24
24
 
25
25
  {{#if tile.metadata.comment}}
26
26
  /*
27
- {{ tile.metadata.comment }}
27
+ {{{ tile.metadata.comment }}}
28
28
  */
29
29
 
30
30
  {{/if}}
31
31
  {{#if tile.metadata.todo}}
32
32
  /*
33
- {{ tile.metadata.todo }}
33
+ TODO: {{{ tile.metadata.todo }}}
34
34
  */
35
35
 
36
36
  {{/if}}
@@ -27,13 +27,13 @@ import './{{pascalCase tile.title}}Component.css';
27
27
 
28
28
  {{#if tile.metadata.comment}}
29
29
  /*
30
- {{ tile.metadata.comment }}
30
+ {{{ tile.metadata.comment }}}
31
31
  */
32
32
 
33
33
  {{/if}}
34
34
  {{#if tile.metadata.todo}}
35
35
  /*
36
- {{ tile.metadata.todo }}
36
+ TODO: {{{ tile.metadata.todo }}}
37
37
  */
38
38
 
39
39
  {{/if}}
@@ -5,13 +5,13 @@ import { {{pascalCase tile.title}}Template as template } from './{{kebabCase til
5
5
 
6
6
  {{#if tile.metadata.comment}}
7
7
  /*
8
- {{ tile.metadata.comment }}
8
+ {{{ tile.metadata.comment }}}
9
9
  */
10
10
 
11
11
  {{/if}}
12
12
  {{#if tile.metadata.todo}}
13
13
  /*
14
- {{ tile.metadata.todo }}
14
+ TODO: {{{ tile.metadata.todo }}}
15
15
  */
16
16
 
17
17
  {{/if}}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.33.3](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.33.2...v3.33.3) (2024-10-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * prefix todo comment GENC-857 (#371) 1a0e8bf
9
+
3
10
  ## [3.33.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.33.1...v3.33.2) (2024-10-30)
4
11
 
5
12
 
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.33.2",
4
+ "version": "3.33.3",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"