Skip to content

Commit b3b92f1

Browse files
stephaniehobsonalexgibson
authored andcommitted
Publish 8.0.0
1 parent 77f9900 commit b3b92f1

File tree

5 files changed

+21
-41
lines changed

5 files changed

+21
-41
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# HEAD
1+
# 8.0.0
22

33
## Features
44

55
* **css:** Add Notification bar component (#383)
66
* **css:** Details button gets cursor:pointer when hovered (#367)
7-
* **css:** Add Metropolis as Firefox brand font (#386)
7+
* **css:** (breaking) Add Metropolis as Firefox brand font (#386)
88

99
## Bug Fixes
1010

docs/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,11 @@ Protocol is published to NPM under the `@mozilla-protocol/core` namespace/packag
508508
1. Before you start make sure the project's [CHANGELOG.md][changelog] is up to date.
509509
2. Update the package `version` number in [src/assets/package/package.json][package.json] (use [Semantic Versioning][semver] to determine what the new version number should be).
510510
3. Update the package README [assets/package/README.md][readme].
511-
4. Submit a pull request with your changes (or commit directly to `master` if you have permission). Once the changes have been merged to master:
512-
5. Tag a new release. You can do this either using [Git tag][git-tag], or directly on the [GitHub website][releases].
513-
6. Run `npm test` to run the build script and front-end tests. The package contents will be located in `./dist/assets/protocol/`.
514-
7. If the build is successful and all tests pass, publish to NPM using `npm publish ./dist/assets/protocol/`.
511+
4. Run `npm install` to update the package-lock.json file.
512+
5. Submit a pull request with your changes (or commit directly to `master` if you have permission). Once the changes have been merged to master:
513+
6. Tag a new release. You can do this either using [Git tag][git-tag], or directly on the [GitHub website][releases].
514+
7. Run `npm test` to run the build script and front-end tests. The package contents will be located in `./dist/assets/protocol/`.
515+
8. If the build is successful and all tests pass, publish to NPM using `npm publish ./dist/assets/protocol/`.
515516

516517
# Deployment
517518

package-lock.json

+12-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/package/README.md

+1-1
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">7.0.2</a></td>
23+
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">8.0.0</a></td>
2424
</tr>
2525
</table>
2626

src/assets/package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mozilla-protocol/core",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
44
"description": "A design system for Mozilla's websites.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)