Skip to content

Commit 8a576b7

Browse files
committed
Merged PR 17836: Bump version to 2.6.9 and revert d.ts changes
Bump version to 2.6.9 and revert d.ts changes
1 parent 7428d83 commit 8a576b7

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

dist/powerbi-client.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.6.8 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.6.9 | (c) 2016 Microsoft Corporation MIT */
22
declare module "util" {
33
/**
44
* Raises a custom event with event data on the specified HTML element.
@@ -208,7 +208,7 @@ declare module "embed" {
208208
/**
209209
* Handler function for the 'ready' event
210210
*/
211-
frontLoadHandler: (element: HTMLElement) => any;
211+
frontLoadHandler: (HTMLElement) => any;
212212
/**
213213
* Creates an instance of Embed.
214214
*

dist/powerbi.js

Lines changed: 4 additions & 3 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: 4 additions & 4 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.6.8",
3+
"version": "2.6.9",
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,5 +1,5 @@
11
const config = {
2-
version: '2.6.8',
2+
version: '2.6.9',
33
type: 'js'
44
};
55

0 commit comments

Comments
 (0)