Skip to content

Commit

Permalink
Bump version to 19.1.0 (mozilla#929)
Browse files Browse the repository at this point in the history
* Bump version to 19.1.0

* added issue number in changelog

---------

Co-authored-by: Reem H <[email protected]>
  • Loading branch information
craigcook and reemhamz authored Apr 4, 2024
1 parent 6138683 commit 294d666
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# HEAD
# 19.1.0

## Features

* **component** Remove the format option from Newsletter component
* **component** Remove the format option from Newsletter component (#926)
* **component:** Allow an optional icon in buttons (#893)

# 19.0.0
Expand Down
2 changes: 1 addition & 1 deletion 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">19.0.0</a></td>
<td><a href="https://github.com/mozilla/protocol/blob/master/CHANGELOG.md">19.1.0</a></td>
</tr>
<tr>
<td>Releases</td>
Expand Down
2 changes: 1 addition & 1 deletion assets/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla-protocol/core",
"version": "19.0.0",
"version": "19.1.0",
"description": "A design system for Mozilla's websites.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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": "19.0.0",
"version": "19.1.0",
"private": true,
"author": "Mozilla",
"description": "A design system for Mozilla's websites.",
Expand Down

0 comments on commit 294d666

Please sign in to comment.