Skip to content

Commit 95475d5

Browse files
Publish 20.0.0 (#1051)
* Publish 20.0.0 * Smarter link in readme --------- Co-authored-by: Stephanie Hobson <shobson@mozilla.com> Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
1 parent 66806db commit 95475d5

5 files changed

Lines changed: 7 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# HEAD
1+
# 20.0.0
22

33
## Features
44
* **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.
55
* **fonts:** Upgrade Inter font to version 4.1, drop WOFF 1.0 format (#1026)
66
* **css:** Add `text-wrap: balance` to all headings (#910)
77
* **css:** Apply hover cursor from Details component to Details element (#948)
8-
9-
## Bug Fixes
108
* **assets:** Update @mozilla-protocol/assets to 5.4.0
119

1210
## Migration Tips

assets/package/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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">19.3.0</a></td>
23+
<td><a href="https://github.com/mozilla/protocol/blob/main/CHANGELOG.md">20.0.0</a></td>
2424
</tr>
2525
<tr>
2626
<td>Releases</td>
@@ -30,4 +30,4 @@ Install package with NPM and add it to your dependencies:
3030

3131
## Contributing
3232

33-
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).
33+
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).

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": "19.3.0",
3+
"version": "20.0.0",
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": "19.3.0",
3+
"version": "20.0.0",
44
"private": true,
55
"author": "Mozilla",
66
"description": "A design system for Mozilla's websites.",

0 commit comments

Comments
 (0)