Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# HEAD
# 20.0.0

## Features
* **fonts:** (breaking) Adds rebrand fonts, Mozilla Headline and Mozilla Text. Removes outdated Mozilla Brand font, Zilla Slab. New fonts will only support `woff2` format to simplify maintenance.
* **fonts:** Upgrade Inter font to version 4.1, drop WOFF 1.0 format (#1026)
* **css:** Add `text-wrap: balance` to all headings (#910)
* **css:** Apply hover cursor from Details component to Details element (#948)

## Bug Fixes
* **assets:** Update @mozilla-protocol/assets to 5.4.0

## Migration Tips
Expand Down
4 changes: 2 additions & 2 deletions 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">19.3.0</a></td>
<td><a href="https://github.com/mozilla/protocol/blob/main/CHANGELOG.md">20.0.0</a></td>
</tr>
<tr>
<td>Releases</td>
Expand All @@ -30,4 +30,4 @@ Install package with NPM and add it to your dependencies:

## Contributing

If you'd like to contribute, check out [documentation](https://github.com/mozilla/protocol/blob/master/README.md) and our list of open [issues](https://github.com/mozilla/protocol/issues).
If you'd like to contribute, check out [documentation](https://github.com/mozilla/protocol#readme) and our list of open [issues](https://github.com/mozilla/protocol/issues).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At @janbrasna's suggestion 💃

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": "19.3.0",
"version": "20.0.0",
"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": "19.3.0",
"version": "20.0.0",
"private": true,
"author": "Mozilla",
"description": "A design system for Mozilla's websites.",
Expand Down