@digigov/cli-generate 0.5.38 → 1.0.0-079f34f3d
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.
- package/CHANGELOG.json +0 -12
- package/CHANGELOG.md +1 -6
- package/package.json +3 -3
- package/plop-templates/faq-page.hbs +3 -3
- package/plop-templates/start-page.hbs +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-generate",
|
|
3
3
|
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"version": "0.5.38",
|
|
6
|
-
"tag": "@digigov/cli-generate_v0.5.38",
|
|
7
|
-
"date": "Wed, 21 Jun 2023 11:28:11 GMT",
|
|
8
|
-
"comments": {
|
|
9
|
-
"dependency": [
|
|
10
|
-
{
|
|
11
|
-
"comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.36` to `0.6.0`"
|
|
12
|
-
}
|
|
13
|
-
]
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
4
|
{
|
|
17
5
|
"version": "0.5.36",
|
|
18
6
|
"tag": "@digigov/cli-generate_v0.5.36",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-generate
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 0.5.38
|
|
6
|
-
Wed, 21 Jun 2023 11:28:11 GMT
|
|
7
|
-
|
|
8
|
-
_Version update only_
|
|
3
|
+
This log was last generated on Tue, 21 Feb 2023 09:58:34 GMT and should not be manually modified.
|
|
9
4
|
|
|
10
5
|
## 0.5.36
|
|
11
6
|
Tue, 21 Feb 2023 09:58:34 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-generate",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-079f34f3d",
|
|
4
4
|
"description": "Scaffolding files generator for Digigov CLI",
|
|
5
5
|
"author": "GRNET Devs <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"publint": "0.1.8"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@digigov/cli": "0.
|
|
15
|
+
"@digigov/cli": "1.0.0-079f34f3d"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"eslint": "7.24.0",
|
|
19
19
|
"prettier": "2.2.1",
|
|
20
|
-
"@digigov/cli-lint": "0.
|
|
20
|
+
"@digigov/cli-lint": "1.0.0-079f34f3d",
|
|
21
21
|
"publint": "0.1.8"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -10,7 +10,7 @@ import BasicLayout, {
|
|
|
10
10
|
import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
11
11
|
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
12
12
|
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
13
|
-
import
|
|
13
|
+
import PageTitleContainer, { PageTitleHeading } from '@digigov/ui/app/PageTitleContainer';
|
|
14
14
|
import Paragraph from '@digigov/ui/typography/Paragraph';
|
|
15
15
|
import Title from '@digigov/ui/typography/Title';
|
|
16
16
|
import { makeStyles } from '@material-ui/core/styles';
|
|
@@ -58,9 +58,9 @@ export const Page = ({ children }) => {
|
|
|
58
58
|
const {{name}} = () => {
|
|
59
59
|
return (
|
|
60
60
|
<Page>
|
|
61
|
-
<
|
|
61
|
+
<PageTitleContainer>
|
|
62
62
|
<PageTitleHeading></PageTitleHeading>
|
|
63
|
-
</
|
|
63
|
+
</PageTitleContainer>
|
|
64
64
|
<Paragraph>
|
|
65
65
|
<Title size="md">
|
|
66
66
|
</Title>
|
|
@@ -10,7 +10,7 @@ Bottom,
|
|
|
10
10
|
import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
11
11
|
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
12
12
|
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
13
|
-
import
|
|
13
|
+
import PageTitleContainer, { PageTitleHeading } from '@digigov/ui/app/PageTitleContainer';
|
|
14
14
|
|
|
15
15
|
export default function {{name}} (){
|
|
16
16
|
return (
|
|
@@ -27,9 +27,9 @@ return (
|
|
|
27
27
|
</Top>
|
|
28
28
|
<Content>
|
|
29
29
|
<Main>
|
|
30
|
-
<
|
|
30
|
+
<PageTitleContainer>
|
|
31
31
|
<PageTitleHeading></PageTitleHeading>
|
|
32
|
-
</
|
|
32
|
+
</PageTitleContainer>
|
|
33
33
|
</Main>
|
|
34
34
|
<Side></Side>
|
|
35
35
|
</Content>
|