@eeacms/volto-tableau 8.0.0 → 8.0.1
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 +12 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,18 @@ 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
|
-
### [8.0.
|
|
7
|
+
### [8.0.1](https://github.com/eea/volto-tableau/compare/8.0.0...8.0.1) - 8 May 2024
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: load tableau data also on view [nileshgulia1 - [`0046538`](https://github.com/eea/volto-tableau/commit/004653865ea41c551b89e3769ccd8f9944ad1fdb)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- add back changes from 004653865ea41c551b89e3769ccd8f9944ad1fdb [nileshgulia1 - [`8638c31`](https://github.com/eea/volto-tableau/commit/8638c311882aa53f54f2db8e3e65e46b50ec38a3)]
|
|
16
|
+
- test: pin cypress to 13 [valentinab25 - [`df6d69b`](https://github.com/eea/volto-tableau/commit/df6d69b7e3704c8ea7e78f81f69aecae5f273375)]
|
|
17
|
+
- pin @cypress/code-coverage to 3.10 [nileshgulia1 - [`931f9f6`](https://github.com/eea/volto-tableau/commit/931f9f6688ec9dd17133bcc2e716e2b66d0863de)]
|
|
18
|
+
## [8.0.0](https://github.com/eea/volto-tableau/compare/7.2.1...8.0.0) - 22 April 2024
|
|
8
19
|
|
|
9
20
|
#### :rocket: New Features
|
|
10
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-tableau",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "@eeacms/volto-tableau: Volto add-on",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"@eeacms/volto-resize-helper": "*"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"
|
|
30
|
+
"cypress": "13.1.0",
|
|
31
|
+
"@cypress/code-coverage": "^3.10.0",
|
|
31
32
|
"@plone/scripts": "*",
|
|
32
33
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
33
34
|
"dotenv": "^16.3.2",
|