Skip to content

Commit 518a36a

Browse files
Update to version 1.3.0 (#485)
* Updated to version 1.3.0 * Updated react and sp samples to mgt 1.3.0
1 parent 0c23921 commit 518a36a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt",
3-
"version": "1.3.0-preview.3",
3+
"version": "1.3.0",
44
"description": "The Microsoft Graph Toolkit",
55
"keywords": [
66
"microsoft graph",

samples/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.0",
44
"private": true,
55
"dependencies": {
6-
"@microsoft/mgt": "^1.3.0-preview.3",
6+
"@microsoft/mgt": "^1.3.0",
77
"@microsoft/mgt-react": "^1.3.0-preview.3",
88
"@webcomponents/webcomponentsjs": "2.2.10",
99
"react": "^16.8.5",

samples/sp-webpart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "gulp test"
1212
},
1313
"dependencies": {
14-
"@microsoft/mgt": "^1.3.0-preview.3",
14+
"@microsoft/mgt": "^1.3.0",
1515
"@microsoft/mgt-react": "^1.3.0-preview.3",
1616
"@microsoft/sp-core-library": "1.10.0",
1717
"@microsoft/sp-lodash-subset": "1.10.0",

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.0-preview.3';
11+
export const PACKAGE_VERSION = '1.3.0';

0 commit comments

Comments
 (0)