From 2b3a0a695191d16bb5d2c10b52afcb50a40d9299 Mon Sep 17 00:00:00 2001 From: Stephanie Hobson Date: Thu, 3 Apr 2025 05:56:08 -0700 Subject: [PATCH 1/3] Publish 20.0.0 --- CHANGELOG.md | 4 +--- assets/package/README.md | 2 +- assets/package/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59de88925..cd8ed03ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/assets/package/README.md b/assets/package/README.md index 000a1b2cd..8282e6c71 100644 --- a/assets/package/README.md +++ b/assets/package/README.md @@ -20,7 +20,7 @@ Install package with NPM and add it to your dependencies: Version -19.3.0 +20.0.0 Releases diff --git a/assets/package/package.json b/assets/package/package.json index 87161e077..d850e2e5f 100644 --- a/assets/package/package.json +++ b/assets/package/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 0deb4d339..e37f0c08c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protocol", - "version": "19.3.0", + "version": "20.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "protocol", - "version": "19.3.0", + "version": "20.0.0", "license": "MIT", "dependencies": { "@babel/core": "^7.26.9", diff --git a/package.json b/package.json index 311f838db..1a9b64fcf 100644 --- a/package.json +++ b/package.json @@ -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.", From 140f25b8e19000ece4b5b480bc4286888fa84f7b Mon Sep 17 00:00:00 2001 From: Stephanie Hobson Date: Thu, 3 Apr 2025 13:17:35 -0700 Subject: [PATCH 2/3] Update changelog link Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com> --- assets/package/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/package/README.md b/assets/package/README.md index 8282e6c71..bada0bf6a 100644 --- a/assets/package/README.md +++ b/assets/package/README.md @@ -20,7 +20,7 @@ Install package with NPM and add it to your dependencies: Version -20.0.0 +20.0.0 Releases From 635ee2e7cae6081de0736dfcce59f4dac41abfe4 Mon Sep 17 00:00:00 2001 From: Stephanie Hobson Date: Thu, 3 Apr 2025 13:21:10 -0700 Subject: [PATCH 3/3] Smarter link in readme --- assets/package/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/package/README.md b/assets/package/README.md index bada0bf6a..bbce7997c 100644 --- a/assets/package/README.md +++ b/assets/package/README.md @@ -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).