@digigov/cli-generate 1.0.0-rc.5 → 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 CHANGED
@@ -1,6 +1,37 @@
1
1
  {
2
2
  "name": "@digigov/cli-generate",
3
3
  "entries": [
4
+ {
5
+ "version": "1.0.0",
6
+ "tag": "@digigov/cli-generate_v1.0.0",
7
+ "date": "Fri, 15 Dec 2023 15:23:56 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Replace PageTitle with Section"
12
+ },
13
+ {
14
+ "comment": "Use of PageTitleContainer component"
15
+ },
16
+ {
17
+ "comment": "Remove deprecated components & their shills"
18
+ }
19
+ ],
20
+ "major": [
21
+ {
22
+ "comment": "Upgrade versions to v1.0.0-rc"
23
+ }
24
+ ],
25
+ "dependency": [
26
+ {
27
+ "comment": "Updating dependency \"@digigov/cli-lint\" from `1.0.0-rc.6` to `1.0.0`"
28
+ },
29
+ {
30
+ "comment": "Updating dependency \"@digigov/cli\" from `1.0.0-rc.6` to `1.0.0`"
31
+ }
32
+ ]
33
+ }
34
+ },
4
35
  {
5
36
  "version": "0.5.36",
6
37
  "tag": "@digigov/cli-generate_v0.5.36",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log - @digigov/cli-generate
2
2
 
3
- This log was last generated on Tue, 21 Feb 2023 09:58:34 GMT and should not be manually modified.
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
+
12
+ ### Patches
13
+
14
+ - Replace PageTitle with Section
15
+ - Use of PageTitleContainer component
16
+ - Remove deprecated components & their shills
4
17
 
5
18
  ## 0.5.36
6
19
  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": "1.0.0-rc.5",
3
+ "version": "1.0.0",
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": "1.0.0-rc.5"
15
+ "@digigov/cli": "1.0.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "eslint": "7.24.0",
19
19
  "prettier": "2.2.1",
20
- "@digigov/cli-lint": "1.0.0-rc.5",
20
+ "@digigov/cli-lint": "1.0.0",
21
21
  "publint": "0.1.8"
22
22
  }
23
23
  }