Skip to content

Commit a4c8301

Browse files
author
Shahak Yosef
committed
Merged PR 128410: Release version 2.15.2
Updating the minor version because it is only intended to be published internally for product insights to test rename page in DXT. When the change reaches PROD we will release version 2.16.0 together with MAQ changes.
1 parent 7bb83ed commit a4c8301

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/powerbi-client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.15.1 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.15.2 | (c) 2016 Microsoft Corporation MIT */
22
declare module "util" {
33
import { HttpPostMessage } from 'http-post-message';
44
/**

dist/powerbi.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-client",
3-
"version": "2.15.1",
3+
"version": "2.15.2",
44
"description": "JavaScript library for embedding Power BI into your apps. Provides service which makes it easy to embed different types of components and an object model which allows easy interaction with these components such as changing pages, applying filters, and responding to data selection.",
55
"main": "dist/powerbi.js",
66
"typings": "dist/powerbi-client.d.ts",

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @ignore *//** */
22
const config = {
3-
version: '2.15.1',
3+
version: '2.15.2',
44
type: 'js'
55
};
66

0 commit comments

Comments
 (0)