Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Apr 24, 2023
1 parent 09903b2 commit fde93ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Prosjektoversikt/config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "Prosjektoversikt",
"id": "b1bfc72e-3914-448d-9b26-6e6ec031c784",
"version": "0.6.0.1",
"version": "0.8.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand Down
2 changes: 1 addition & 1 deletion Prosjektoversikt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Prosjektoversikt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosjektoversikt",
"version": "0.6.0",
"version": "0.8.0",
"private": true,
"main": "lib/index.js",
"engines": {
Expand Down
8 changes: 5 additions & 3 deletions Prosjektoversikt/src/projectOverview/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"id": "ed0a0ef4-8301-46cf-8a3d-d7021b4c0526",
"alias": "ProjectOverviewWebPart",
"componentType": "WebPart",
"version": "0.5.3",
"version": "0.8.0",
"manifestVersion": 2,
"requiresCustomScript": false,
"supportedHosts": ["SharePointWebPart"],
"supportedHosts": [
"SharePointWebPart"
],
"preconfiguredEntries": [
{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
Expand All @@ -32,4 +34,4 @@
}
],
"hiddenFromToolbox": true
}
}

0 comments on commit fde93ef

Please sign in to comment.