Skip to content

Commit 2719513

Browse files
authored
Merge pull request #41 from microsoftgraph/v1.0
V1.0
2 parents 09f87b9 + 4abc0c3 commit 2719513

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/microsoft-graph-client",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "Microsoft Graph Client Library",
55
"main": "lib/src/index.js",
66
"typings": "lib/src/index",

samples/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.2.2",
44
"description": "TypeScript Sample",
55
"devDependencies": {
6-
"@microsoft/microsoft-graph-types": "^0.3.1",
6+
"@microsoft/microsoft-graph-types": "^1.0.0",
77
"typescript": "^2.1"
88
}
99
}

spec/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@microsoft/microsoft-graph-types": "^0.4.1",
3+
"@microsoft/microsoft-graph-types": "^1.0.0",
44
"@microsoft/microsoft-graph-types-beta": "microsoftgraph/msgraph-typescript-typings#beta",
55
"@microsoft/microsoft-graph-client": "^0.4.1",
66
"@types/chai": "^3.5.1",

0 commit comments

Comments
 (0)