Skip to content

Commit

Permalink
fix: version bump (#3146)
Browse files Browse the repository at this point in the history
also normalizes git urls in package.json as expected for publishing
  • Loading branch information
gavinbarron committed Mar 27, 2024
1 parent a1ece1f commit dadb0f3
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/mgt-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-components",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit Components",
"keywords": [
"microsoft graph",
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/mgt-element/package.json
@@ -1,14 +1,14 @@
{
"name": "@microsoft/mgt-element",
"version": "3.0.1",
"version": "4.2.0",
"description": "Microsoft Graph Toolkit base classes",
"homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
"bugs": {
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/mgt-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-react",
"version": "3.0.1",
"version": "4.2.0",
"description": "Microsoft Graph Toolkit React wrapper class",
"author": "Microsoft",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"bugs": {
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/mgt-spfx-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-spfx-utils",
"version": "3.0.1",
"version": "4.2.0",
"description": "Helper utilities for loading MGT based libraries and web parts in a SPFx context",
"main": "./dist/es6/index.js",
"types": "./dist/es6/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/mgt/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit",
"keywords": [
"microsoft graph",
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/mgt-electron-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-electron-provider",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit Electron Provider",
"keywords": [
"microsoft graph",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/mgt-mock-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-mock-provider",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit Mock Provider",
"keywords": [
"microsoft graph",
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/mgt-msal2-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-msal2-provider",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit Msal 2.0 Provider",
"keywords": [
"microsoft graph",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/mgt-proxy-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-proxy-provider",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit Proxy Provider",
"keywords": [
"microsoft graph",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/mgt-sharepoint-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-sharepoint-provider",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit SharePoint Provider",
"keywords": [
"microsoft graph",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/mgt-teamsfx-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-teamsfx-provider",
"version": "3.0.1",
"version": "4.2.0",
"description": "The Microsoft Graph Toolkit TeamsFx Provider",
"keywords": [
"microsoft graph",
Expand All @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"author": "Microsoft",
"license": "MIT",
Expand Down

0 comments on commit dadb0f3

Please sign in to comment.