You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2019/06/27 22:56:31 UTC

[incubator-superset] branch release--0.33 updated (4a6f183 -> a80c6d8)

This is an automated email from the ASF dual-hosted git repository.

michellet pushed a change to branch release--0.33
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 4a6f183  0.33.0rc1.dev5
     new 9e926fc  Updating legacy-plugin-chart-heatmap to fix an issue with heatmap (#7787)
     new a80c6d8  0.33.0rc1.dev6

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset/assets/package-lock.json | 8 ++++----
 superset/assets/package.json      | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)


[incubator-superset] 01/02: Updating legacy-plugin-chart-heatmap to fix an issue with heatmap (#7787)

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michellet pushed a commit to branch release--0.33
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 9e926fc48018289744c4bf6eb325b04de60d3ffd
Author: michellethomas <mi...@gmail.com>
AuthorDate: Thu Jun 27 15:33:38 2019 -0700

    Updating legacy-plugin-chart-heatmap to fix an issue with heatmap (#7787)
    
    
    (cherry picked from commit d27fbd671801ef715774bd031b3e0f6d57416d70)
---
 superset/assets/package-lock.json | 6 +++---
 superset/assets/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/superset/assets/package-lock.json b/superset/assets/package-lock.json
index fbe7402..d18324e 100644
--- a/superset/assets/package-lock.json
+++ b/superset/assets/package-lock.json
@@ -2653,9 +2653,9 @@
       }
     },
     "@superset-ui/legacy-plugin-chart-heatmap": {
-      "version": "0.10.11",
-      "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.10.11.tgz",
-      "integrity": "sha512-VPFRddf7I/ODXUjXosqusWTzV+hVNQYzvQ4/+bhqoBiRyC7hVD9bUGH8q/FIj7/z+HdBuls+EcOM5JvRPB3hpw==",
+      "version": "0.10.34",
+      "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.10.34.tgz",
+      "integrity": "sha512-beb06Og9NAbjv4kGEzIq+7LqqwA9J9Njc0rbOgUtc3kOjZbuTDSHBpOVzJR3ewyfxctLYBjHNYjYmgP+sGNZ2w==",
       "requires": {
         "d3": "^3.5.17",
         "d3-svg-legend": "^1.x",
diff --git a/superset/assets/package.json b/superset/assets/package.json
index 8c65bfb..ccc1f45 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -57,7 +57,7 @@
     "@superset-ui/legacy-plugin-chart-country-map": "^0.10.11",
     "@superset-ui/legacy-plugin-chart-event-flow": "^0.10.11",
     "@superset-ui/legacy-plugin-chart-force-directed": "^0.10.11",
-    "@superset-ui/legacy-plugin-chart-heatmap": "^0.10.11",
+    "@superset-ui/legacy-plugin-chart-heatmap": "^0.10.34",
     "@superset-ui/legacy-plugin-chart-histogram": "^0.10.11",
     "@superset-ui/legacy-plugin-chart-horizon": "^0.10.11",
     "@superset-ui/legacy-plugin-chart-iframe": "^0.10.11",


[incubator-superset] 02/02: 0.33.0rc1.dev6

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michellet pushed a commit to branch release--0.33
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit a80c6d8ae19d78ae2cc1808909fdfbbad6548c56
Author: Michelle Thomas <mi...@gmail.com>
AuthorDate: Thu Jun 27 15:53:39 2019 -0700

    0.33.0rc1.dev6
---
 superset/assets/package-lock.json | 2 +-
 superset/assets/package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/assets/package-lock.json b/superset/assets/package-lock.json
index d18324e..cb10435 100644
--- a/superset/assets/package-lock.json
+++ b/superset/assets/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.33.0rc1.dev5",
+  "version": "0.33.0rc1.dev6",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/superset/assets/package.json b/superset/assets/package.json
index ccc1f45..02d821e 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.33.0rc1.dev5",
+  "version": "0.33.0rc1.dev6",
   "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
   "license": "Apache-2.0",
   "directories": {