Skip to content

Commit e81f5fe

Browse files
committed
Merged PR 273794: Release version 2.20.1
For an unknown reason, 2.20.0 was released 2 weeks ago to internal feed although it was not triggered. This causes the internal feed phase to fail as package already existed.
1 parent a354588 commit e81f5fe

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.20.0
1+
// powerbi-client v2.20.1
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44
declare module "config" {

dist/powerbi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// powerbi-client v2.20.0
1+
// powerbi-client v2.20.1
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44
(function webpackUniversalModuleDefinition(root, factory) {
@@ -8844,7 +8844,7 @@ exports.BookmarksManager = BookmarksManager;
88448844
Object.defineProperty(exports, "__esModule", { value: true });
88458845
/** @ignore */ /** */
88468846
var config = {
8847-
version: '2.20.0',
8847+
version: '2.20.1',
88488848
type: 'js'
88498849
};
88508850
exports.default = config;

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.20.0",
3+
"version": "2.20.1",
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",

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/** @ignore *//** */
55
const config = {
6-
version: '2.20.0',
6+
version: '2.20.1',
77
type: 'js'
88
};
99

0 commit comments

Comments
 (0)