@digigov/cli-app 1.0.0-rc.6 → 1.0.0
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 +42 -0
- package/CHANGELOG.md +19 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-app",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"tag": "@digigov/cli-app_v1.0.0",
|
|
7
|
+
"date": "Fri, 15 Dec 2023 15:23:56 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Upgrade tailwindcss to v3"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Fix bug caused apps to crash when they initialize args"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"minor": [
|
|
18
|
+
{
|
|
19
|
+
"comment": "Add test --init command"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "Add test --init command"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"major": [
|
|
26
|
+
{
|
|
27
|
+
"comment": "Upgrade versions to v1.0.0-rc"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"comment": "Refactor libs to a generic UI library removing personas organizing"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"dependency": [
|
|
34
|
+
{
|
|
35
|
+
"comment": "Updating dependency \"@digigov/cli-build\" from `1.0.0-rc.6` to `1.0.0`"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"comment": "Updating dependency \"@digigov/cli\" from `1.0.0-rc.6` to `1.0.0`"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"comment": "Updating dependency \"@digigov/css\" from `1.0.0-rc.6` to `1.0.0`"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
4
46
|
{
|
|
5
47
|
"version": "0.7.7",
|
|
6
48
|
"tag": "@digigov/cli-app_v0.7.7",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-app
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.0.0
|
|
6
|
+
Fri, 15 Dec 2023 15:23:56 GMT
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
- Upgrade versions to v1.0.0-rc
|
|
11
|
+
- Refactor libs to a generic UI library removing personas organizing
|
|
12
|
+
|
|
13
|
+
### Minor changes
|
|
14
|
+
|
|
15
|
+
- Add test --init command
|
|
16
|
+
- Add test --init command
|
|
17
|
+
|
|
18
|
+
### Patches
|
|
19
|
+
|
|
20
|
+
- Upgrade tailwindcss to v3
|
|
21
|
+
- Fix bug caused apps to crash when they initialize args
|
|
4
22
|
|
|
5
23
|
## 0.7.7
|
|
6
24
|
Thu, 02 Feb 2023 16:12:09 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-app",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "@digigov developer cli tool",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"express": "4.17.1",
|
|
11
11
|
"http-proxy-middleware": "1.0.3",
|
|
12
12
|
"next-images": "1.3.0",
|
|
13
|
-
"@digigov/cli-build": "1.0.0
|
|
13
|
+
"@digigov/cli-build": "1.0.0",
|
|
14
14
|
"url-loader": "4.1.1",
|
|
15
15
|
"next": "10.0.9",
|
|
16
16
|
"publint": "0.1.8",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"rimraf": "3.0.2",
|
|
23
23
|
"execa": "5.0.0",
|
|
24
|
-
"@digigov/cli": "1.0.0
|
|
24
|
+
"@digigov/cli": "1.0.0",
|
|
25
25
|
"typescript": "4.9.5",
|
|
26
26
|
"@types/node": "16.6.2",
|
|
27
27
|
"@types/react": "16.9.56",
|
|
28
28
|
"autoprefixer": "10.4.16",
|
|
29
29
|
"postcss": "8.4.4",
|
|
30
|
-
"@digigov/css": "1.0.0
|
|
30
|
+
"@digigov/css": "1.0.0",
|
|
31
31
|
"tailwindcss": "3.3.5"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|