@digigov/cli-theme-colors 2.4.1 → 2.4.2-platform-263.12-06-26-14-50

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.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @digigov/cli-theme-colors
2
2
 
3
- This log was last generated on Wed, 11 Feb 2026 14:46:37 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Fri, 12 Jun 2026 14:50:19 GMT and should not be manually modified. -->
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 2.4.2-platform-263.12-06-26-14-50
8
+
9
+ Fri, 12 Jun 2026 14:50:19 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @digigov/cli to v2.4.2-platform-263.12-06-26-14-50
4
14
 
5
15
  ## 2.0.8
6
16
  Wed, 11 Feb 2026 14:46:37 GMT
@@ -38,4 +48,3 @@ Wed, 21 Jan 2026 15:58:34 GMT
38
48
  ### Breaking changes
39
49
 
40
50
  - Add initial functionality of generating a colors.css file from a brandConfig.json
41
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-theme-colors",
3
- "version": "2.4.1",
3
+ "version": "2.4.2-platform-263.12-06-26-14-50",
4
4
  "description": "CLI for generating CSS colors",
5
5
  "main": "./index.js",
6
6
  "author": "GRNET Devs <devs@lists.grnet.gr>",
@@ -19,7 +19,7 @@
19
19
  "publint": "0.1.8"
20
20
  },
21
21
  "peerDependencies": {
22
- "@digigov/cli": "2.4.1"
22
+ "@digigov/cli": "2.4.2-platform-263.12-06-26-14-50"
23
23
  },
24
24
  "scripts": {
25
25
  "publint": "publint"
package/CHANGELOG.json DELETED
@@ -1,68 +0,0 @@
1
- {
2
- "name": "@digigov/cli-theme-colors",
3
- "entries": [
4
- {
5
- "date": "Thu, 05 Mar 2026 15:05:25 GMT",
6
- "version": "2.0.8",
7
- "tag": "@digigov/cli-theme-colors_v2.0.8",
8
- "comments": {
9
- "none": [
10
- {
11
- "author": "sangelopoulos@admin.grnet.gr",
12
- "package": "@digigov/cli-theme-colors",
13
- "commit": "4aba42b82bde518d6d77d8b2977da7d4b3401941",
14
- "comment": "Migrate to pnpm catalog"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "version": "2.0.8",
21
- "tag": "@digigov/cli-theme-colors_v2.0.8",
22
- "date": "Wed, 11 Feb 2026 14:46:37 GMT",
23
- "comments": {}
24
- },
25
- {
26
- "version": "2.0.7",
27
- "tag": "@digigov/cli-theme-colors_v2.0.7",
28
- "date": "Tue, 10 Feb 2026 13:53:35 GMT",
29
- "comments": {}
30
- },
31
- {
32
- "version": "2.0.6",
33
- "tag": "@digigov/cli-theme-colors_v2.0.6",
34
- "date": "Wed, 28 Jan 2026 13:14:05 GMT",
35
- "comments": {}
36
- },
37
- {
38
- "version": "2.0.5",
39
- "tag": "@digigov/cli-theme-colors_v2.0.5",
40
- "date": "Tue, 27 Jan 2026 13:46:07 GMT",
41
- "comments": {}
42
- },
43
- {
44
- "version": "2.0.4",
45
- "tag": "@digigov/cli-theme-colors_v2.0.4",
46
- "date": "Tue, 27 Jan 2026 13:12:04 GMT",
47
- "comments": {}
48
- },
49
- {
50
- "version": "2.0.3",
51
- "tag": "@digigov/cli-theme-colors_v2.0.3",
52
- "date": "Wed, 21 Jan 2026 21:01:49 GMT",
53
- "comments": {}
54
- },
55
- {
56
- "version": "2.0.2",
57
- "tag": "@digigov/cli-theme-colors_v2.0.2",
58
- "date": "Wed, 21 Jan 2026 15:58:34 GMT",
59
- "comments": {
60
- "major": [
61
- {
62
- "comment": "Add initial functionality of generating a colors.css file from a brandConfig.json"
63
- }
64
- ]
65
- }
66
- }
67
- ]
68
- }