This commit is contained in:
Dan Marshall 2019-09-27 11:34:42 -07:00
Родитель 6256a493e8
Коммит 1533c1c1a1
7 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -2,7 +2,7 @@
"name": "azdata-sanddance",
"displayName": "SandDance for Azure Data Studio (Preview)",
"description": "Visually explore, understand, and present your data.",
"version": "1.3.6",
"version": "1.3.7",
"icon": "sanddance-logo.png",
"preview": true,
"publisher": "msrvida",

Просмотреть файл

@ -4,7 +4,7 @@
"displayName": "SandDance 2019",
"guid": "SandDance201929976D117A654D0BAB8E96507442D80B",
"visualClassName": "Visual",
"version": "1.3.5",
"version": "1.3.6",
"description": "Visually explore, understand, and present your data.",
"supportUrl": "https://github.com/Microsoft/SandDance/issues",
"gitHubUrl": "https://github.com/microsoft/SandDance"

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
export const version: string = "1.3.5";
export const version: string = "1.3.6";

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@msrvida/sanddance-explorer",
"version": "1.6.2",
"version": "1.6.3",
"description": "SandDance data exploration React component.",
"main": "dist/es6/index.js",
"types": "dist/es6/index.d.ts",
@ -26,7 +26,7 @@
"dependencies": {
"@msrvida/chart-recommender": "^1.1.0",
"@msrvida/office-ui-fabric-react-cdn-typings": "*",
"@msrvida/sanddance-react": "^1.1.4",
"@msrvida/sanddance-react": "^1.1.5",
"d3-format": "^1.3.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@msrvida/sanddance-react",
"version": "1.1.4",
"version": "1.1.5",
"description": "SandDance visualization canvas React component",
"main": "dist/es6/index.js",
"types": "dist/es6/index.d.ts",
@ -23,7 +23,7 @@
"@types/react-dom": "16.0.6"
},
"dependencies": {
"@msrvida/sanddance": "^1.6.2",
"@msrvida/sanddance": "^1.6.3",
"just-compare": "^1.3.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@msrvida/sanddance",
"version": "1.6.2",
"version": "1.6.3",
"description": "SandDance visualization canvas component.",
"main": "dist/es6/index.js",
"types": "dist/es6/index.d.ts",

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-sanddance",
"displayName": "SandDance for VSCode (Preview)",
"description": "Visually explore, understand, and present your data.",
"version": "1.2.8",
"version": "1.2.9",
"icon": "sanddance-logo.png",
"publisher": "msrvida",
"repository": {