@eeacms/volto-eea-kitkat 25.4.2 → 25.4.4
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 +7 -0
- package/CHANGELOG.md +7 -0
- package/new.json +1 -1
- package/old.json +4 -2
- package/package.json +1 -1
- package/partfile +1 -2
- package/releasefile +1 -8
package/CHANGELOG
CHANGED
|
@@ -4,6 +4,13 @@ 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
|
+
### [25.4.4](https://github.com/eea/volto-eea-kitkat/compare/25.4.3...25.4.4) - 4 October 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Also here, use node 18 [Tiberiu Ichim - [`df45d62`](https://github.com/eea/volto-eea-kitkat/commit/df45d628d905ca5bd24268d03de825b3295b763b)]
|
|
12
|
+
### [25.4.3](https://github.com/eea/volto-eea-kitkat/compare/25.4.2...25.4.3) - 3 October 2024
|
|
13
|
+
|
|
7
14
|
### [25.4.2](https://github.com/eea/volto-eea-kitkat/compare/25.4.1...25.4.2) - 24 September 2024
|
|
8
15
|
|
|
9
16
|
#### :hammer_and_wrench: Others
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ 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
|
+
### [25.4.4](https://github.com/eea/volto-eea-kitkat/compare/25.4.3...25.4.4) - 4 October 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Also here, use node 18 [Tiberiu Ichim - [`df45d62`](https://github.com/eea/volto-eea-kitkat/commit/df45d628d905ca5bd24268d03de825b3295b763b)]
|
|
12
|
+
### [25.4.3](https://github.com/eea/volto-eea-kitkat/compare/25.4.2...25.4.3) - 3 October 2024
|
|
13
|
+
|
|
7
14
|
### [25.4.2](https://github.com/eea/volto-eea-kitkat/compare/25.4.1...25.4.2) - 24 September 2024
|
|
8
15
|
|
|
9
16
|
#### :hammer_and_wrench: Others
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "25.4.
|
|
3
|
+
"version": "25.4.4",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "25.4.
|
|
3
|
+
"version": "25.4.3",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"@eeacms/volto-block-style": "7.1.0",
|
|
73
73
|
"@eeacms/volto-block-toc": "6.0.1",
|
|
74
74
|
"@eeacms/volto-call-to-action-block": "5.1.1",
|
|
75
|
+
"@eeacms/volto-chatbot": "0.1.4",
|
|
75
76
|
"@eeacms/volto-columns-block": "8.0.1",
|
|
76
77
|
"@eeacms/volto-controlpanel": "1.0.1",
|
|
77
78
|
"@eeacms/volto-corsproxy": "4.0.0",
|
|
@@ -143,7 +144,8 @@
|
|
|
143
144
|
"@eeacms/volto-widget-temporal-coverage": "6.0.0",
|
|
144
145
|
"@eeacms/volto-widget-toggle": "4.0.0",
|
|
145
146
|
"@eeacms/volto-widget-theme-picker": "2.0.0",
|
|
146
|
-
"@eeacms/countup": "2.0.6"
|
|
147
|
+
"@eeacms/countup": "2.0.6",
|
|
148
|
+
"@eeacms/volto-chatbot": "0.1.4"
|
|
147
149
|
},
|
|
148
150
|
"devDependencies": {
|
|
149
151
|
"@cypress/code-coverage": "^3.10.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "25.4.
|
|
3
|
+
"version": "25.4.4",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
package/partfile
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
-
|
|
2
|
-
- Update package.json [Tiberiu Ichim - [`8b3a7b4`](https://github.com/eea/volto-eea-kitkat/commit/8b3a7b490cc6417a6492780427a9377d63418f6e)]
|
|
1
|
+
- Also here, use node 18 [Tiberiu Ichim - [`df45d62`](https://github.com/eea/volto-eea-kitkat/commit/df45d628d905ca5bd24268d03de825b3295b763b)]
|
package/releasefile
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
# Dependency updates
|
|
2
|
-
|
|
3
|
-
## New packages
|
|
4
|
-
|
|
5
|
-
### [@eeacms/volto-chatbot](https://github.com/eea/volto-chatbot/releases): 0.1.4
|
|
6
|
-
|
|
7
1
|
# Internal
|
|
8
2
|
|
|
9
|
-
-
|
|
10
|
-
- Update package.json [Tiberiu Ichim - [`8b3a7b4`](https://github.com/eea/volto-eea-kitkat/commit/8b3a7b490cc6417a6492780427a9377d63418f6e)]
|
|
3
|
+
- Also here, use node 18 [Tiberiu Ichim - [`df45d62`](https://github.com/eea/volto-eea-kitkat/commit/df45d628d905ca5bd24268d03de825b3295b763b)]
|