Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson authored and alexgibson committed Dec 19, 2018
1 parent 81b41b4 commit 161aaf0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HEAD
# 4.0.0

## Features

Expand All @@ -8,7 +8,7 @@
## Bug Fixes

* **js:** Add missing del dependency in build (#271).
* Update tokens (mozilla/protocol-tokens#27)
* **css:** Update tokens (mozilla/protocol-tokens#27)

# 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.0",
"version": "4.0.0",
"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">3.1.0</a></td>
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">4.0.0</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": "3.1.0",
"version": "4.0.0",
"description": "A design system for Mozilla's websites.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 161aaf0

Please sign in to comment.