Skip to content

Commit

Permalink
Upgraded solution to SPFx v1.6.0 (pnp#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored Sep 13, 2018
1 parent 6764861 commit e511ce5
Show file tree
Hide file tree
Showing 66 changed files with 5,752 additions and 5,368 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SharePoint Starter Kit Changelog #

**2018-09-11**
* Upgrade solution to SharePoint Framework v1.6.0

**2018-06-14**
* Release blog post out in Office Dev blog

Expand Down
Binary file modified package/sharepoint-starter-kit.sppkg
Binary file not shown.
5 changes: 4 additions & 1 deletion solution/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.4.1",
"libraryName": "share-point-portal-showcase",
"libraryId": "3624777a-337d-4b34-8384-5ab774c069aa",
"environment": "spo"
"environment": "spo",
"isCreatingSolution": true,
"packageManager": "npm",
"componentType": "webpart"
}
}
2 changes: 1 addition & 1 deletion solution/config/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"banner-web-part": {
Expand Down
2 changes: 1 addition & 1 deletion solution/config/copy-assets.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://dev.office.com/json-schemas/spfx-build/copy-assets.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/copy-assets.schema.json",
"deployCdnPath": "temp/deploy"
}
2 changes: 1 addition & 1 deletion solution/config/deploy-azure-storage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://dev.office.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "share-point-portal-showcase",
Expand Down
4 changes: 2 additions & 2 deletions solution/config/package-solution.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "sharepoint-starter-kit-client-side-solution",
"id": "3624777a-337d-4b34-8384-5ab774c069aa",
"version": "1.1.0.0",
"version": "1.1.1.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"webApiPermissionRequests": [
Expand Down
2 changes: 1 addition & 1 deletion solution/config/serve.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://dev.office.com/json-schemas/core-build/serve.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
"api": {
Expand Down
45 changes: 0 additions & 45 deletions solution/config/tslint.json

This file was deleted.

2 changes: 1 addition & 1 deletion solution/config/write-manifests.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://dev.office.com/json-schemas/spfx-build/write-manifests.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/write-manifests.schema.json",
"cdnBasePath": "<!-- PATH TO CDN -->"
}
Loading

0 comments on commit e511ce5

Please sign in to comment.