Skip to content

Commit dadb0f3

Browse files
authored
fix: version bump (#3146)
also normalizes git urls in package.json as expected for publishing
1 parent a1ece1f commit dadb0f3

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

packages/mgt-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-components",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "The Microsoft Graph Toolkit Components",
55
"keywords": [
66
"microsoft graph",
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
15+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
1616
},
1717
"author": "Microsoft",
1818
"license": "MIT",

packages/mgt-element/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@microsoft/mgt-element",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "Microsoft Graph Toolkit base classes",
55
"homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
66
"bugs": {
77
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
11+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
1212
},
1313
"author": "Microsoft",
1414
"license": "MIT",

packages/mgt-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-react",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "Microsoft Graph Toolkit React wrapper class",
55
"author": "Microsoft",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
22+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
2323
},
2424
"bugs": {
2525
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"

packages/mgt-spfx-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-spfx-utils",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "Helper utilities for loading MGT based libraries and web parts in a SPFx context",
55
"main": "./dist/es6/index.js",
66
"types": "./dist/es6/index.d.ts",
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
35+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
3636
},
3737
"author": "Microsoft",
3838
"license": "MIT",

packages/mgt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "The Microsoft Graph Toolkit",
55
"keywords": [
66
"microsoft graph",
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
16+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
1717
},
1818
"author": "Microsoft",
1919
"license": "MIT",

packages/providers/mgt-electron-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-electron-provider",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "The Microsoft Graph Toolkit Electron Provider",
55
"keywords": [
66
"microsoft graph",
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
20+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
2121
},
2222
"author": "Microsoft",
2323
"license": "MIT",

packages/providers/mgt-mock-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-mock-provider",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "The Microsoft Graph Toolkit Mock Provider",
55
"keywords": [
66
"microsoft graph",
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
19+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
2020
},
2121
"author": "Microsoft",
2222
"license": "MIT",

packages/providers/mgt-msal2-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-msal2-provider",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "The Microsoft Graph Toolkit Msal 2.0 Provider",
55
"keywords": [
66
"microsoft graph",
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
20+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
2121
},
2222
"author": "Microsoft",
2323
"license": "MIT",

packages/providers/mgt-proxy-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-proxy-provider",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "The Microsoft Graph Toolkit Proxy Provider",
55
"keywords": [
66
"microsoft graph",
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
18+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
1919
},
2020
"author": "Microsoft",
2121
"license": "MIT",

packages/providers/mgt-sharepoint-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-sharepoint-provider",
3-
"version": "3.0.1",
3+
"version": "4.2.0",
44
"description": "The Microsoft Graph Toolkit SharePoint Provider",
55
"keywords": [
66
"microsoft graph",
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
20+
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
2121
},
2222
"author": "Microsoft",
2323
"license": "MIT",

0 commit comments

Comments
 (0)