Skip to content

Commit

Permalink
Merge pull request #782 from craigcook/16-0-1
Browse files Browse the repository at this point in the history
Bump version to 16.0.1
  • Loading branch information
reemhamz authored May 18, 2022
2 parents 64c03c8 + 8671563 commit 2a5c777
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# HEAD
# 16.0.1

## Bug Fixes
* **css:** Fix repeating background on disabled search field (#767)
* **js:** Fix keyboard focus capture on modal open animation (#749).

## Features
Expand Down
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": "16.0.0",
"version": "16.0.1",
"private": true,
"author": "Mozilla",
"description": "A design system for Mozilla's websites.",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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">16.0.0</a></td>
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">16.0.1</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion src/assets/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla-protocol/core",
"version": "16.0.0",
"version": "16.0.1",
"description": "A design system for Mozilla's websites.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2a5c777

Please sign in to comment.