From 94e01e1fb7e0ef542f91b9b60d964ba6c58bef45 Mon Sep 17 00:00:00 2001 From: Dan Marshall Date: Wed, 4 Sep 2019 09:50:07 -0700 Subject: [PATCH] version bump --- packages/powerbi/pbiviz.json | 2 +- packages/sanddance-explorer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/powerbi/pbiviz.json b/packages/powerbi/pbiviz.json index ef5f8a88..fb238048 100644 --- a/packages/powerbi/pbiviz.json +++ b/packages/powerbi/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "SandDance 2019", "guid": "SandDance201929976D117A654D0BAB8E96507442D80B", "visualClassName": "Visual", - "version": "1.2.0", + "version": "1.2.1", "description": "Visually explore, understand, and present your data.", "supportUrl": "https://github.com/Microsoft/SandDance/issues", "gitHubUrl": "https://github.com/microsoft/SandDance" diff --git a/packages/sanddance-explorer/package.json b/packages/sanddance-explorer/package.json index 2dbafe4e..ae0f56a8 100644 --- a/packages/sanddance-explorer/package.json +++ b/packages/sanddance-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@msrvida/sanddance-explorer", - "version": "1.5.0", + "version": "1.5.1", "description": "SandDance data exploration React component.", "main": "dist/es6/index.js", "types": "dist/es6/index.d.ts",