Skip to content

Commit

Permalink
Merge pull request #580 from pnp/dev
Browse files Browse the repository at this point in the history
Release 3.14.0
  • Loading branch information
joelfmrodrigues authored Jul 18, 2023
2 parents 28114f4 + aff69d1 commit 7cf2959
Show file tree
Hide file tree
Showing 32 changed files with 49,992 additions and 6,580 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Install npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'

- name: Install npm dependencies
Expand Down
9 changes: 7 additions & 2 deletions .yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"@microsoft/generator-sharepoint": {
"version": "1.15.2",
"version": "1.17.3",
"libraryName": "sp-dev-fx-property-controls",
"libraryId": "0253ef52-be23-4282-b00f-e5a9350eb408",
"environment": "spo",
"isDomainIsolated": false,
"isCreatingSolution": true,
"packageManager": "npm",
"componentType": "webpart"
"componentType": "webpart",
"nodeVersion": "16.15.0",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.9.1"
}
}
}
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"versions": [
{
"version": "3.14.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldListPicker`: Implemented functionality to select multiple base templates [#568](https://github.com/pnp/sp-dev-fx-property-controls/pull/568)",
"`fast-serve`: Fast-serve updated to the latest version and serve warnings fixed. [#579](https://github.com/pnp/sp-dev-fx-property-controls/pull/579)"
],
"fixes": []
},
"contributions": [
"[Chandani Prajapati](https://github.com/chandaniprajapati)",
"[Sergei Sergeev](https://github.com/s-KaiNet)"
]
},
{
"version": "3.13.0",
"changes": {
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## 3.14.0

### Enhancements

- `PropertyFieldListPicker`: Implemented functionality to select multiple base templates [#568](https://github.com/pnp/sp-dev-fx-property-controls/pull/568)
- `fast-serve`: Fast-serve updated to the latest version and serve warnings fixed. [#579](https://github.com/pnp/sp-dev-fx-property-controls/pull/579)

### Contributors

Special thanks to our contributors (in alphabetical order): [Chandani Prajapati](https://github.com/chandaniprajapati), [Sergei Sergeev](https://github.com/s-KaiNet).

## 3.13.0

### Enhancements
Expand Down
3 changes: 3 additions & 0 deletions config/sass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/sass.schema.json"
}
2 changes: 1 addition & 1 deletion config/serve.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"initialPage": "https://enter-your-SharePoint-site/_layouts/workbench.aspx",
"initialPage": "https://{tenantDomain}/_layouts/workbench.aspx",
"https": true
}
11 changes: 11 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## 3.14.0

### Enhancements

- `PropertyFieldListPicker`: Implemented functionality to select multiple base templates [#568](https://github.com/pnp/sp-dev-fx-property-controls/pull/568)
- `fast-serve`: Fast-serve updated to the latest version and serve warnings fixed. [#579](https://github.com/pnp/sp-dev-fx-property-controls/pull/579)

### Contributors

Special thanks to our contributors (in alphabetical order): [Chandani Prajapati](https://github.com/chandaniprajapati), [Sergei Sergeev](https://github.com/s-KaiNet).

## 3.13.0

### Enhancements
Expand Down
Loading

0 comments on commit 7cf2959

Please sign in to comment.