@eeacms/volto-clms-theme 1.1.88 → 1.1.90
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 +24 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,30 @@ 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
|
+
### [1.1.90](https://github.com/eea/volto-clms-theme/compare/1.1.89...1.1.90) - 4 December 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Revert "Revert "fix: remove cart length comparation to copmose the correct cart data"" [Mikel Larreategi - [`05d0c61`](https://github.com/eea/volto-clms-theme/commit/05d0c61e8bbb4b778946e9ffa139473c6714cf15)]
|
|
12
|
+
- Revert "Revert "fix: CLMS-2833"" [Mikel Larreategi - [`b282ca8`](https://github.com/eea/volto-clms-theme/commit/b282ca8601116f69e0aad609edd779d7c6fabf3f)]
|
|
13
|
+
- Revert "Revert "do not show Categorization text if no item inside"" [Mikel Larreategi - [`7cf2698`](https://github.com/eea/volto-clms-theme/commit/7cf269862b17e3ea9c8db63d174793b180b3b71e)]
|
|
14
|
+
- Revert "Revert "zoom in cart modal"" [Mikel Larreategi - [`0bad1b0`](https://github.com/eea/volto-clms-theme/commit/0bad1b04ddfa7639b0a5125176f95c5e27c78759)]
|
|
15
|
+
- Revert "Revert "trigger color"" [Mikel Larreategi - [`98c90f5`](https://github.com/eea/volto-clms-theme/commit/98c90f5bc413ee3a37af4a60823aa07c26522a5e)]
|
|
16
|
+
- Revert "Revert "fix: CLMS-2458 last style fixes"" [Mikel Larreategi - [`0976f43`](https://github.com/eea/volto-clms-theme/commit/0976f436d53fa7b5e939795af69e33a1dbf51d05)]
|
|
17
|
+
- Revert "Revert "style fixes in cart modal"" [Mikel Larreategi - [`03bc5e3`](https://github.com/eea/volto-clms-theme/commit/03bc5e360a6ba6fc48afb262e64277f435e93a5b)]
|
|
18
|
+
- Revert "Revert "cart modal created"" [Mikel Larreategi - [`388564f`](https://github.com/eea/volto-clms-theme/commit/388564f506bc2ceffd445d0996b561ce6a01d693)]
|
|
19
|
+
### [1.1.89](https://github.com/eea/volto-clms-theme/compare/1.1.88...1.1.89) - 1 December 2023
|
|
20
|
+
|
|
21
|
+
#### :hammer_and_wrench: Others
|
|
22
|
+
|
|
23
|
+
- Revert "cart modal created" [Mikel Larreategi - [`30c4ede`](https://github.com/eea/volto-clms-theme/commit/30c4edef70c5af090591afdb4b9c75465b07179c)]
|
|
24
|
+
- Revert "style fixes in cart modal" [Mikel Larreategi - [`96f91e5`](https://github.com/eea/volto-clms-theme/commit/96f91e572010aee49611bc0aec3157c20862eddd)]
|
|
25
|
+
- Revert "fix: CLMS-2458 last style fixes" [Mikel Larreategi - [`2f77987`](https://github.com/eea/volto-clms-theme/commit/2f779878ed90a4de604f8651868533ba952b5c80)]
|
|
26
|
+
- Revert "trigger color" [Mikel Larreategi - [`609fbe8`](https://github.com/eea/volto-clms-theme/commit/609fbe810c137be11e0d56b16c868cc36bd91e61)]
|
|
27
|
+
- Revert "zoom in cart modal" [Mikel Larreategi - [`99cc45b`](https://github.com/eea/volto-clms-theme/commit/99cc45b91c52d0dae180d616c4a4b8d5a10b733a)]
|
|
28
|
+
- Revert "do not show Categorization text if no item inside" [Mikel Larreategi - [`d9c51dc`](https://github.com/eea/volto-clms-theme/commit/d9c51dc43aaf791eeee7c6d7da1837eaa95c22d4)]
|
|
29
|
+
- Revert "fix: CLMS-2833" [Mikel Larreategi - [`ed36231`](https://github.com/eea/volto-clms-theme/commit/ed36231bad2a268a7655767bc887bb7e52187418)]
|
|
30
|
+
- Revert "fix: remove cart length comparation to copmose the correct cart data" [Mikel Larreategi - [`f089ddf`](https://github.com/eea/volto-clms-theme/commit/f089ddf10bc01cafc4d87a963eb1567513844079)]
|
|
7
31
|
### [1.1.88](https://github.com/eea/volto-clms-theme/compare/1.1.87...1.1.88) - 1 December 2023
|
|
8
32
|
|
|
9
33
|
#### :bug: Bug Fixes
|