Skip to content

Commit 5674217

Browse files
committed
fix bullets for release notes
- no need for a single numbered bullet point when there's only one step
1 parent 641c1b9 commit 5674217

26 files changed

+254
-228
lines changed

docs/spfx/release-0.0.0.md.template

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,30 @@ TODO:
1515

1616
## Upgrading projects from vTODO: {version-previous} to vTODO: {version-release}
1717

18-
1. In the project's **package.json** file, identify all SPFx vTODO: {version-previous} packages. For each SPFx package:
19-
1. Uninstall the existing vTODO: {version-previous} package:
18+
In the project's **package.json** file, identify all SPFx vTODO: {version-previous} packages. For each SPFx package:
2019

21-
```console
22-
npm uninstall @microsoft/{spfx-package-name}@TODO: {version-previous}
23-
```
20+
1. Uninstall the existing vTODO: {version-previous} package:
2421

25-
1. Install the refreshed vTODO: {version-release} package:
22+
```console
23+
npm uninstall @microsoft/{spfx-package-name}@TODO: {version-previous}
24+
```
2625

27-
```console
28-
npm install @microsoft/{spfx-package-name}@TODO: {version-release}.0 --save --save-exact
29-
```
26+
1. Install the refreshed vTODO: {version-release} package:
27+
28+
```console
29+
npm install @microsoft/{spfx-package-name}@TODO: {version-release}.0 --save --save-exact
30+
```
3031

3132
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3233

3334
## New features and capabilities
3435

35-
TODO:
36+
TODO:
3637

3738
## Changes in this release
3839

39-
TODO:
40+
TODO:
4041

4142
## Deprecations and removed items in this release
4243

43-
TODO:
44+
TODO:

docs/spfx/release-1.0.0.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ Welcome to the General Availability of SPFx 1.0. It's been an exciting and inter
1414

1515
## Upgrading projects from preview versions to v1.0.0
1616

17-
1. In the project's **package.json** file, identify all SPFx pre-v1 packages. For each SPFx package:
18-
1. Uninstall the existing pre-v1 package:
17+
In the project's **package.json** file, identify all SPFx pre-v1 packages. For each SPFx package:
1918

20-
```console
21-
npm uninstall @microsoft/{spfx-package-name}
22-
```
19+
1. Uninstall the existing pre-v1 package:
2320

24-
1. Install the refreshed v1.0.0 package:
21+
```console
22+
npm uninstall @microsoft/{spfx-package-name}
23+
```
2524

26-
```console
27-
npm install @microsoft/{spfx-package-name}@1.0.0.0 --save --save-exact
28-
```
25+
1. Install the refreshed v1.0.0 package:
26+
27+
```console
28+
npm install @microsoft/{spfx-package-name}@1.0.0.0 --save --save-exact
29+
```
2930

3031
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3132

docs/spfx/release-1.1.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ This release introduces the developer preview of extensions.
1414

1515
## Upgrading projects from v1.0 to v1.1
1616

17-
1. In the project's **package.json** file, identify all SPFx v1.0 packages. For each SPFx package:
18-
1. Uninstall the existing v1.0 package:
17+
In the project's **package.json** file, identify all SPFx v1.0 packages. For each SPFx package:
1918

20-
```console
21-
npm uninstall @microsoft/{spfx-package-name}@1.0
22-
```
19+
1. Uninstall the existing v1.0 package:
2320

24-
1. Install the refreshed v1.1 package:
21+
```console
22+
npm uninstall @microsoft/{spfx-package-name}@1.0
23+
```
2524

26-
```console
27-
npm install @microsoft/{spfx-package-name}@1.1.0 --save --save-exact
28-
```
25+
1. Install the refreshed v1.1 package:
26+
27+
```console
28+
npm install @microsoft/{spfx-package-name}@1.1.0 --save --save-exact
29+
```
2930

3031
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3132

docs/spfx/release-1.10.0.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ New in this release, preview code for **Office Add-Ins** and a new Extension typ
1414

1515
## Upgrading projects from v1.9.1 to v1.10
1616

17-
1. In the project's **package.json** file, identify all SPFx v1.9.1 packages. For each SPFx package:
18-
1. Uninstall the existing v1.9.1 package:
17+
In the project's **package.json** file, identify all SPFx v1.9.1 packages. For each SPFx package:
1918

20-
```console
21-
npm uninstall @microsoft/{spfx-package-name}@1.9.1
22-
```
19+
1. Uninstall the existing v1.9.1 package:
2320

24-
1. Install the refreshed v1.10 package:
21+
```console
22+
npm uninstall @microsoft/{spfx-package-name}@1.9.1
23+
```
2524

26-
```console
27-
npm install @microsoft/{spfx-package-name}@1.10.0 --save --save-exact
28-
```
25+
1. Install the refreshed v1.10 package:
26+
27+
```console
28+
npm install @microsoft/{spfx-package-name}@1.10.0 --save --save-exact
29+
```
2930

3031
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3132

docs/spfx/release-1.11.0.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ New in this release, support for additional attributes in the solution for enabl
1616

1717
## Upgrading projects from v1.10 to v1.11
1818

19-
1. In the project's **package.json** file, identify all SPFx v1.10 packages. For each SPFx package:
20-
1. Uninstall the existing v1.10 package:
19+
In the project's **package.json** file, identify all SPFx v1.10 packages. For each SPFx package:
2120

22-
```console
23-
npm uninstall @microsoft/{spfx-package-name}@1.10
24-
```
21+
1. Uninstall the existing v1.10 package:
2522

26-
1. Install the refreshed v1.11 package:
23+
```console
24+
npm uninstall @microsoft/{spfx-package-name}@1.10
25+
```
2726

28-
```console
29-
npm install @microsoft/{spfx-package-name}@1.11 --save --save-exact
30-
```
27+
1. Install the refreshed v1.11 package:
28+
29+
```console
30+
npm install @microsoft/{spfx-package-name}@1.11 --save --save-exact
31+
```
3132

3233
> [!IMPORTANT]
3334
> Be sure you update the **package-solution.json** with the new developers information as described in the article [Docs: SharePoint Framework toolchain - Update developer information](toolchain/sharepoint-framework-toolchain.md). Not providing such information will generate an error during gulp package-solution process.

docs/spfx/release-1.12.1.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ This release introduces a new property & event in the Web Part API to detect the
1414

1515
## Upgrading projects from v1.11.0 to v1.12.1
1616

17-
1. In the project's **package.json** file, identify all SPFx v1.11.0 packages. For each SPFx package:
18-
1. Uninstall the existing v1.11.0 package:
17+
In the project's **package.json** file, identify all SPFx v1.11.0 packages. For each SPFx package:
1918

20-
```console
21-
npm uninstall @microsoft/{spfx-package-name}@1.11.0
22-
```
19+
1. Uninstall the existing v1.11.0 package:
2320

24-
1. Install the refreshed v1.12 {version-release} package:
21+
```console
22+
npm uninstall @microsoft/{spfx-package-name}@1.11.0
23+
```
24+
25+
1. Install the refreshed v1.12 {version-release} package:
2526

26-
```console
27-
npm install @microsoft/{spfx-package-name}@1.12.1 --save --save-exact
28-
```
27+
```console
28+
npm install @microsoft/{spfx-package-name}@1.12.1 --save --save-exact
29+
```
2930

3031
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3132

docs/spfx/release-1.13.1.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ This is a bug fix release to address few specific regressions, which were introd
1414

1515
## Upgrading projects from v1.13 to v1.13.1
1616

17-
1. In the project's **package.json** file, identify all SPFx v1.13 packages. For each SPFx package:
18-
1. Uninstall the existing v1.13 package:
17+
In the project's **package.json** file, identify all SPFx v1.13 packages. For each SPFx package:
1918

20-
```console
21-
npm uninstall @microsoft/{spfx-package-name}@1.13
22-
```
19+
1. Uninstall the existing v1.13 package:
2320

24-
1. Install the refreshed v1.13.1 {version-release} package:
21+
```console
22+
npm uninstall @microsoft/{spfx-package-name}@1.13
23+
```
2524

26-
```console
27-
npm install @microsoft/{spfx-package-name}@1.13.1 --save --save-exact
28-
```
25+
1. Install the refreshed v1.13.1 {version-release} package:
26+
27+
```console
28+
npm install @microsoft/{spfx-package-name}@1.13.1 --save --save-exact
29+
```
2930

3031
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3132

docs/spfx/release-1.13.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ This release introduces a new component type, Adaptive Card Extensions (ACE), th
1414

1515
## Upgrading projects from v1.12.1 to v1.13
1616

17-
1. In the project's **package.json** file, identify all SPFx v1.12.1 packages. For each SPFx package:
18-
1. Uninstall the existing v1.12.1 package:
17+
In the project's **package.json** file, identify all SPFx v1.12.1 packages. For each SPFx package:
1918

20-
```console
21-
npm uninstall @microsoft/{spfx-package-name}@1.12.1
22-
```
19+
1. Uninstall the existing v1.12.1 package:
2320

24-
1. Install the refreshed v1.13 {version-release} package:
21+
```console
22+
npm uninstall @microsoft/{spfx-package-name}@1.12.1
23+
```
2524

26-
```console
27-
npm install @microsoft/{spfx-package-name}@1.13.0 --save --save-exact
28-
```
25+
1. Install the refreshed v1.13 {version-release} package:
26+
27+
```console
28+
npm install @microsoft/{spfx-package-name}@1.13.0 --save --save-exact
29+
```
2930

3031
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3132

docs/spfx/release-1.14.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ This release introduces updates across the features around Microsoft Viva, Micro
1414

1515
## Upgrading projects from v1.13.1 to v1.14
1616

17-
1. In the project's **package.json** file, identify all SPFx v1.13.1 packages. For each SPFx package:
18-
1. Uninstall the existing v1.13.1 package:
17+
In the project's **package.json** file, identify all SPFx v1.13.1 packages. For each SPFx package:
1918

20-
```console
21-
npm uninstall @microsoft/{spfx-package-name}@1.13.1
22-
```
19+
1. Uninstall the existing v1.13.1 package:
2320

24-
1. Install the new v1.14 package:
21+
```console
22+
npm uninstall @microsoft/{spfx-package-name}@1.13.1
23+
```
2524

26-
```console
27-
npm install @microsoft/{spfx-package-name}@1.14.0 --save --save-exact
28-
```
25+
1. Install the new v1.14 package:
26+
27+
```console
28+
npm install @microsoft/{spfx-package-name}@1.14.0 --save --save-exact
29+
```
2930

3031
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3132

docs/spfx/release-1.15.2.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ npm install @microsoft/generator-sharepoint@latest --global
2222

2323
## Upgrading projects from v1.15.0 to v1.15.2
2424

25-
1. In the project's **package.json** file, identify all SPFx v1.15.0 packages. For each SPFx package:
26-
1. Uninstall the existing v1.15 package:
25+
In the project's **package.json** file, identify all SPFx v1.15.0 packages. For each SPFx package:
2726

28-
```console
29-
npm uninstall @microsoft/{spfx-package-name}@1.15.0
30-
```
27+
1. Uninstall the existing v1.15 package:
3128

32-
1. Install the new v1.15.2 package:
29+
```console
30+
npm uninstall @microsoft/{spfx-package-name}@1.15.0
31+
```
3332

34-
```console
35-
npm install @microsoft/{spfx-package-name}@latest --save --save-exact
36-
```
33+
1. Install the new v1.15.2 package:
34+
35+
```console
36+
npm install @microsoft/{spfx-package-name}@latest --save --save-exact
37+
```
3738

3839
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
3940

0 commit comments

Comments
 (0)