Skip to content

Commit 29fb78b

Browse files
May HartovMay Hartov
authored andcommitted
Merged PR 832434: Version bump 2.23.8
Version bump 2.23.8 ---- #### AI description (iteration 1) #### PR Classification This pull request updates the library’s version to 2.23.8 in preparation for a new release. #### PR Summary The changes update version strings across multiple files ensuring consistency for the new release: - Updated version comments in `dist/powerbi.js` and `dist/powerbi.min.js` from "2.23.2" to "2.23.8". - Modified the version in `src/config.ts` to "2.23.8". - Bumped the package version in `package.json` to "2.23.8". - Revised the version comment in `dist/powerbi-client.d.ts` to "2.23.8". <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --> Related work items: #1869266
1 parent d4286f1 commit 29fb78b

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.23.2
1+
// powerbi-client v2.23.8
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44
declare module "src/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.23.2
1+
// powerbi-client v2.23.8
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44
(function webpackUniversalModuleDefinition(root, factory) {
@@ -7505,7 +7505,7 @@ exports.BookmarksManager = BookmarksManager;
75057505
Object.defineProperty(exports, "__esModule", ({ value: true }));
75067506
/** @ignore */ /** */
75077507
var config = {
7508-
version: '2.23.2',
7508+
version: '2.23.8',
75097509
type: 'js'
75107510
};
75117511
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.23.2",
3+
"version": "2.23.8",
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.23.2',
6+
version: '2.23.8',
77
type: 'js'
88
};
99

0 commit comments

Comments
 (0)