зеркало из https://github.com/microsoft/SandDance.git
version bump
This commit is contained in:
Родитель
6256a493e8
Коммит
1533c1c1a1
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче