Release v1.132.0
This commit is contained in:
Родитель
305a6aa758
Коммит
a2478d4922
2
AUTHORS
2
AUTHORS
|
@ -47,6 +47,7 @@ Michiel de Jong
|
|||
Mohamed Hafez
|
||||
morrme
|
||||
mozilla
|
||||
Muhammad Farhan
|
||||
Mutasem Aldmour
|
||||
Mynah Marie
|
||||
Nelson Pestana
|
||||
|
@ -70,6 +71,7 @@ Sam Penrose
|
|||
Sean McArthur
|
||||
Shane Tomlinson
|
||||
shikhar-scs
|
||||
shreya99oak
|
||||
Soumya Himanish Mohapatra
|
||||
steekid
|
||||
Sunakshi Tejwani
|
||||
|
|
29
CHANGELOG.md
29
CHANGELOG.md
|
@ -1,3 +1,32 @@
|
|||
<a name="1.132.0"></a>
|
||||
# [1.132.0](https://github.com/mozilla/fxa-content-server/compare/v1.131.2...v1.132.0) (2019-03-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **metrics:** reinstate entrypoint to the metrics context schema ([94345bf](https://github.com/mozilla/fxa-content-server/commit/94345bf))
|
||||
* **teamcity:** module extends is no longer used ([9150c9a](https://github.com/mozilla/fxa-content-server/commit/9150c9a))
|
||||
* **tests:** move pairing preferences into their own block ([63df8af](https://github.com/mozilla/fxa-content-server/commit/63df8af))
|
||||
|
||||
### chore
|
||||
|
||||
* **test:** Test on node 10 ([239aaf3](https://github.com/mozilla/fxa-content-server/commit/239aaf3))
|
||||
|
||||
### Features
|
||||
|
||||
* **oauth:** Add a devices/apps icon for Firefox Monitor. ([94769cb](https://github.com/mozilla/fxa-content-server/commit/94769cb)), closes [#6971](https://github.com/mozilla/fxa-content-server/issues/6971)
|
||||
* **pairing:** enable pairing ([6625d04](https://github.com/mozilla/fxa-content-server/commit/6625d04))
|
||||
* **pairing:** updated UX with the pair preferences button ([99b23ea](https://github.com/mozilla/fxa-content-server/commit/99b23ea))
|
||||
|
||||
### style
|
||||
|
||||
* **avatar:** vertically centered avatar buttons ([d630bbd](https://github.com/mozilla/fxa-content-server/commit/d630bbd))
|
||||
* **red buttons:** change focus ring ([9cc1724](https://github.com/mozilla/fxa-content-server/commit/9cc1724))
|
||||
* **scripts:** Removed arrow from button ([5d34be1](https://github.com/mozilla/fxa-content-server/commit/5d34be1))
|
||||
* **success messages:** deintensify colour ([d83bd4b](https://github.com/mozilla/fxa-content-server/commit/d83bd4b))
|
||||
|
||||
|
||||
|
||||
<a name="1.131.2"></a>
|
||||
## [1.131.2](https://github.com/mozilla/fxa-content-server/compare/v1.131.1...v1.131.2) (2019-02-25)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.131.2",
|
||||
"version": "1.132.0",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build-production": "NODE_ENV=production grunt build",
|
||||
|
|
Загрузка…
Ссылка в новой задаче