Skip to content

Commit

Permalink
Bump protocol to v17.0.1 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored May 19, 2023
1 parent 07ac2f7 commit f318aaf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HEAD
# 17.0.1

## Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ name. To publish a release to NPM, use the following steps:
(use [Semantic Versioning](https://semver.org/) to determine what the new version number
should be).
3. Update the package README [assets/package/README.md](https://github.com/mozilla/protocol/blob/main/assets/package/README.md).
4. Run `npm install` to update the package-lock.json file.
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.
5. Submit a pull request with your changes (or commit directly to `main` if you
have permission). Once the changes have been merged to main:
6. Tag a new release. You can do this either using [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging),
Expand Down
6 changes: 5 additions & 1 deletion assets/package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ Install package with NPM and add it to your dependencies:
</tr>
<tr>
<td>Version</td>
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">17.0.0</a></td>
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">17.0.1</a></td>
</tr>
<tr>
<td>Releases</td>
<td><a href="https://github.com/mozilla/protocol/releases/">View all</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion assets/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla-protocol/core",
"version": "17.0.0",
"version": "17.0.1",
"description": "A design system for Mozilla's websites.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protocol",
"version": "17.0.0",
"version": "17.0.1",
"private": true,
"author": "Mozilla",
"description": "A design system for Mozilla's websites.",
Expand Down

0 comments on commit f318aaf

Please sign in to comment.