Skip to content

Commit e4b6f1e

Browse files
author
Shahak Yosef
committed
Merged PR 136337: 2.16.5 Use 1.7.1 models version
Use explicit version
1 parent d5b0a92 commit e4b6f1e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.16.4 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.16.5 | (c) 2016 Microsoft Corporation MIT */
22
declare module "util" {
33
import { HttpPostMessage } from 'http-post-message';
44
/**

dist/powerbi.js

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-client",
3-
"version": "2.16.4",
3+
"version": "2.16.5",
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
"types": "dist/powerbi-client.d.ts",
@@ -78,7 +78,7 @@
7878
},
7979
"dependencies": {
8080
"http-post-message": "^0.2",
81-
"powerbi-models": "^1.7",
81+
"powerbi-models": "^1.7.1",
8282
"powerbi-router": "^0.1",
8383
"window-post-message-proxy": "^0.2"
8484
},

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.16.4',
3+
version: '2.16.5',
44
type: 'js'
55
};
66

0 commit comments

Comments
 (0)