Skip to content

Commit de0306e

Browse files
committed
published 1.0
1 parent 4a7ea6c commit de0306e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
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": "0.2.2",
3+
"version": "1.0.0",
44
"description": "The Microsoft Graph Toolkit",
55
"keywords": [
66
"microsoft graph",

readme.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microsoft Graph Toolkit (Preview)
1+
# Microsoft Graph Toolkit
22

33
<img align="left" height="150" src="https://github.com/microsoftgraph/microsoft-graph-toolkit/raw/master/assets/graff.png" title="Graff the Giraffe">
44

@@ -9,20 +9,17 @@ The Microsoft Graph Toolkit is a collection of web components powered by the Mic
99

1010
Components are functional and work automatically with the Microsoft Graph
1111

12-
Components work with any web framework and on all all modern browsers. IE 11 is also supported
12+
Components work with any web framework and on all modern browsers. IE 11 is also supported
1313

1414
[Here is a quick jsfiddle](https://jsfiddle.net/metulev/9phqxLd5/)
1515

16-
## This library is in Preview
17-
18-
This library is in preview and is in early development. Based on feedback from the community, all components and APIs are expected to change and improve.
19-
2016
## Components & Documentation
2117

2218
The toolkit currently includes the following components:
2319

2420
* [mgt-login](https://docs.microsoft.com/graph/toolkit/components/login)
2521
* [mgt-person](https://docs.microsoft.com/graph/toolkit/components/person)
22+
* [mgt-person-card](https://docs.microsoft.com/graph/toolkit/components/person-card)
2623
* [mgt-people](https://docs.microsoft.com/graph/toolkit/components/people)
2724
* [mgt-people-picker](https://docs.microsoft.com/graph/toolkit/components/people-picker)
2825
* [mgt-agenda](https://docs.microsoft.com/graph/toolkit/components/agenda)

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 = '0.2.2';
11+
export const PACKAGE_VERSION = '1.0.0';

0 commit comments

Comments
 (0)