Skip to content

Commit 91a76dd

Browse files
committed
published 1.3.6
1 parent 47605a6 commit 91a76dd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

packages/mgt/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mgt/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "The Microsoft Graph Toolkit",
55
"keywords": [
66
"microsoft graph",
@@ -43,8 +43,7 @@
4343
"copy:wc": "cpx node_modules/@webcomponents/webcomponentsjs/bundles/**/* dist/bundle/wc/bundles && cpx node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js dist/bundle/wc",
4444
"test": "jest",
4545
"test:watch": "jest --watch",
46-
"pack": "npm pack",
47-
"prepack": "npm run build"
46+
"pack": "npm pack"
4847
},
4948
"dependencies": {
5049
"@microsoft/microsoft-graph-client": "^2.0.0",

packages/mgt/src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// THIS FILE IS AUTO GENERATED
99
// ANY CHANGES WILL BE LOST DURING BUILD
1010

11-
export const PACKAGE_VERSION = '1.3.5';
11+
export const PACKAGE_VERSION = '1.3.6';

0 commit comments

Comments
 (0)