Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump version to 1.0.1 #141

Merged
merged 1 commit into from
Jun 7, 2018
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HEAD
# 1.0.1

## Bug Fixes

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