@digigov/theme-grnet 2.4.2 → 2.4.3-govgr-4752.27-07-26-12-24

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @digigov/theme-grnet
2
2
 
3
- <!-- This log was last generated on Fri, 12 Jun 2026 15:34:24 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 27 Jul 2026 12:24:19 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.4.3-govgr-4752.27-07-26-12-24
8
+
9
+ Mon, 27 Jul 2026 12:24:19 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump @digigov/css to v2.4.3-govgr-4752.27-07-26-12-24
14
+
7
15
  ## 2.4.2
8
16
 
9
17
  Fri, 12 Jun 2026 15:34:24 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/theme-grnet",
3
- "version": "2.4.2",
3
+ "version": "2.4.3-govgr-4752.27-07-26-12-24",
4
4
  "description": "Digigov CSS - grnet theme",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -27,7 +27,7 @@
27
27
  "publint": "0.1.8",
28
28
  "stylelint": "15.11.0",
29
29
  "prettier": "3.4.2",
30
- "@digigov/css": "2.4.2",
30
+ "@digigov/css": "2.4.3-govgr-4752.27-07-26-12-24",
31
31
  "@digigov/build-theme": "1.0.0",
32
32
  "stylelint-plugin-digigov": "1.1.0-rc.33"
33
33
  },