eclipsefdn-hugo-solstice-theme 0.0.196 → 0.0.198

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.
@@ -53,7 +53,7 @@
53
53
  <div class="mega-menu-submenu-ad-wrapper">
54
54
  {{ if eq $hide_ad false }}
55
55
  <div
56
- class="eclipsefdn-promo-content mega-menu-promo-content"
56
+ class="eclipsefdn-mega-menu-promo-content mega-menu-promo-content"
57
57
  data-ad-format="ads_square"
58
58
  data-ad-publish-to="eclipse_org_home"
59
59
  >
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "webpack.min.js",
5
5
  "author": "Christopher Guindon",
6
6
  "license": "EPL-2.0",
7
- "version": "0.0.196",
7
+ "version": "0.0.198",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },
@@ -23,7 +23,7 @@
23
23
  "readmeFilename": "README.md",
24
24
  "dependencies": {
25
25
  "axios": "^0.21.1",
26
- "eclipsefdn-solstice-assets": "0.0.241",
26
+ "eclipsefdn-solstice-assets": "0.0.243",
27
27
  "json2yaml": "^1.1.0",
28
28
  "toml": "^3.0.0"
29
29
  },