Skip to content

Commit

Permalink
Merged PR 546698: [Angular Wrapper]: Version bump 4.0.0
Browse files Browse the repository at this point in the history
update versions
  • Loading branch information
KotanaSai21 committed Apr 15, 2024
1 parent a1735bb commit a4c1dec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Angular/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "powerbi-client-angular-demo",
"version": "5.0.0",
"version": "6.0.0",
"private": true,
"dependencies": {
"powerbi-client-angular": "^3.0.5",
"powerbi-client-angular": "^4.0.0",
"powerbi-report-authoring": "^1.1.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion Angular/powerbi-client-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powerbi-client-angular",
"version": "3.0.5",
"version": "4.0.0",
"description": "Angular wrapper for powerbi-client library",
"main": "./dist/powerbi-client-angular/bundles/powerbi-client-angular.umd.js",
"typings": "./dist/powerbi-client-angular/powerbi-client-angular.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion Angular/powerbi-client-angular/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export const stringifyMap = (map: Map<string, EventHandler | null> | undefined):

// SDK information to be used with service instance
export const sdkType = 'powerbi-client-angular';
export const sdkWrapperVersion = '3.0.5';
export const sdkWrapperVersion = '4.0.0';

0 comments on commit a4c1dec

Please sign in to comment.