Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest tableau-api-js #6

Merged
merged 6 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.2.4](https://github.com/eea/volto-tableau/compare/1.2.3...1.2.4)

- Use latest tableau-api-js [`dc9798b`](https://github.com/eea/volto-tableau/commit/dc9798b48adb5356bd7e054ec3418352d30a412a)

#### [1.2.3](https://github.com/eea/volto-tableau/compare/1.2.2...1.2.3)

- pin volto-resize-helper to latest [`9b3dde7`](https://github.com/eea/volto-tableau/commit/9b3dde7ca8f8f1f08c93b069e4a9aec1ebd120d7)
> 14 June 2021

- pin volto-resize-helper to latest [`#5`](https://github.com/eea/volto-tableau/pull/5)
- Width of undefined [`12e09a7`](https://github.com/eea/volto-tableau/commit/12e09a7d9f996ba6bb6a3536389caa293f52ce66)
- Updated volto-resize [`1414ec0`](https://github.com/eea/volto-tableau/commit/1414ec0d932d7eba13f5656fb4b7ee9fe192d163)

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
environment {
GIT_NAME = "volto-tableau"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
SONARQUBE_TAGS = "volto.eea.europa.eu,climate-energy.eea.europa.eu,forest.eea.europa.eu,biodiversity.europa.eu"
DEPENDENCIES = ""
}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-tableau",
"version": "1.2.3",
"version": "1.2.4",
"description": "@eeacms/volto-tableau: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand All @@ -20,8 +20,8 @@
"@eeacms/volto-resize-helper"
],
"dependencies": {
"@eeacms/volto-resize-helper": "^0.2.2",
"tableau-api-js": "github:eea/tableau-api-js#1.1.0"
"@eeacms/volto-resize-helper": "^0.2.4",
"tableau-api-js": "github:eea/tableau-api-js#1.1.1"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.5",
Expand Down