Skip to content

Commit 2cea157

Browse files
committedAug 28, 2018
Merged PR 9241: updating models and copyright
updating models and copyright
1 parent 68d4655 commit 2cea157

File tree

6 files changed

+95
-18
lines changed

6 files changed

+95
-18
lines changed
 

‎PowerBI.JavaScript.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<summary>JavaScript web components for Power BI</summary>
1313
<description>A suite of JavaScript web components for integrating Power BI into your app</description>
14-
<copyright>Copyright (c) Microsoft Corporation</copyright>
14+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1515
<tags>Microsoft Power BI JavaScript JS</tags>
1616
</metadata>
1717
<files>

‎dist/powerbi-client.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.6.1 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.6.2 | (c) 2016 Microsoft Corporation MIT */
22
declare module "util" {
33
/**
44
* Raises a custom event with event data on the specified HTML element.

‎dist/powerbi.js

+84-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/powerbi.min.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-client",
3-
"version": "2.6.1",
3+
"version": "2.6.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",
@@ -75,7 +75,7 @@
7575
},
7676
"dependencies": {
7777
"http-post-message": "^0.2",
78-
"powerbi-models": "^1.0.8",
78+
"powerbi-models": "^1.0.12",
7979
"powerbi-router": "^0.1",
8080
"window-post-message-proxy": "^0.2"
8181
},

‎src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
version: '2.6.1',
2+
version: '2.6.2',
33
type: 'js'
44
};
55

0 commit comments

Comments
 (0)
Please sign in to comment.