@eeacms/volto-cca-policy 0.2.75 → 0.2.77

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
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.2.77](https://github.com/eea/volto-cca-policy/compare/0.2.76...0.2.77) - 7 November 2024
8
+
9
+ #### :house: Internal changes
10
+
11
+ - style: show language switcher on mission [kreafox - [`80dc085`](https://github.com/eea/volto-cca-policy/commit/80dc0855dd30f74868fd602167bb22dd6219baf6)]
12
+
13
+ ### [0.2.76](https://github.com/eea/volto-cca-policy/compare/0.2.75...0.2.76) - 6 November 2024
14
+
15
+ #### :hammer_and_wrench: Others
16
+
17
+ - pin @eeacms/volto-eea-website-theme [kreafox - [`2152fdc`](https://github.com/eea/volto-cca-policy/commit/2152fdc4f781bd99962e809f6745cff2ec112d52)]
7
18
  ### [0.2.75](https://github.com/eea/volto-cca-policy/compare/0.2.74...0.2.75) - 6 November 2024
8
19
 
9
20
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.2.75",
3
+ "version": "0.2.77",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -30,7 +30,7 @@
30
30
  "@eeacms/volto-block-style": "github:eea/volto-block-style#6.x.x",
31
31
  "@eeacms/volto-datablocks": "^7.2.5",
32
32
  "@eeacms/volto-eea-design-system": "*",
33
- "@eeacms/volto-eea-website-theme": "^1.35.0",
33
+ "@eeacms/volto-eea-website-theme": "1.35.0",
34
34
  "@eeacms/volto-embed": "^9.1.1",
35
35
  "@eeacms/volto-globalsearch": "^1.1.0",
36
36
  "@eeacms/volto-hero-block": "^7.1.0",
@@ -48,10 +48,6 @@ body.subsite-mkh {
48
48
  }
49
49
  }
50
50
 
51
- #language-switcher {
52
- display: none;
53
- }
54
-
55
51
  .subfooter .footer-description {
56
52
  margin-top: 3em;
57
53