Skip to content

Commit f318aaf

Browse files
authored
Bump protocol to v17.0.1 (#882)
1 parent 07ac2f7 commit f318aaf

6 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HEAD
1+
# 17.0.1
22

33
## Bug Fixes
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ name. To publish a release to NPM, use the following steps:
124124
(use [Semantic Versioning](https://semver.org/) to determine what the new version number
125125
should be).
126126
3. Update the package README [assets/package/README.md](https://github.com/mozilla/protocol/blob/main/assets/package/README.md).
127-
4. Run `npm install` to update the package-lock.json file.
127+
4. Update the package `version` number in the root [package.json](https://github.com/mozilla/protocol/blob/main/package.json) file and then run `npm install` to update the `package-lock.json` file.
128128
5. Submit a pull request with your changes (or commit directly to `main` if you
129129
have permission). Once the changes have been merged to main:
130130
6. Tag a new release. You can do this either using [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging),

assets/package/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ Install package with NPM and add it to your dependencies:
2020
</tr>
2121
<tr>
2222
<td>Version</td>
23-
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">17.0.0</a></td>
23+
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">17.0.1</a></td>
24+
</tr>
25+
<tr>
26+
<td>Releases</td>
27+
<td><a href="https://github.com/mozilla/protocol/releases/">View all</a></td>
2428
</tr>
2529
</table>
2630

assets/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mozilla-protocol/core",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
44
"description": "A design system for Mozilla's websites.",
55
"repository": {
66
"type": "git",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protocol",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
44
"private": true,
55
"author": "Mozilla",
66
"description": "A design system for Mozilla's websites.",

0 commit comments

Comments
 (0)