This commit is contained in:
Danny Coates 2021-05-20 16:25:14 -07:00
Родитель 06050f391b
Коммит d636fc7847
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C442633C62E00CB
35 изменённых файлов: 103 добавлений и 37 удалений

28
AUTHORS
Просмотреть файл

@ -35,15 +35,15 @@ Cronus1007
Dan Callahan
Danny Amey
Danny Coates
dave justice
Dave Justice
dave justice
Deeksha Tiwari
Deepti
dependabot[bot]
DEV Akash Mathur
dhruva248
divyabiyani
Divya Biyani
divyabiyani
Edouard Oger
Edwin Wong
Emin Mastizada
@ -59,8 +59,8 @@ Glen Mailer
Greg Guthe
GuptaTanisha
Gurjeet Singh
hannahqd
Hannah Quay-de la Vallee
hannahqd
Heather Booker
Hector Zhao
hritvi
@ -77,9 +77,9 @@ Jason Strutz
jbonacci
Jed Parsons
Jody Heavener
johngruen
John Gruen
John Morrison
johngruen
Jon Buckley
Jon Petto
Josef Weldemariam
@ -94,18 +94,18 @@ karinabk
Kit Cambridge
Kohei Yoshino
Kurt Bauer
larissagaulia
Larissa Gaulia
larissagaulia
Lauren Zugai
Leif Oines
lesley
lesleyjanenorton
Lesley Norton
Les Orchard
lesley
Lesley Norton
lesleyjanenorton
Lloyd Hilaiel
luke crouch
markh@babelzilla.org
Mark Striemer
markh@babelzilla.org
Marty Ballard
matjaz@mozilla.com
Matt Stavola
@ -130,8 +130,8 @@ Nick Alexander
Nick Chapman
Nkwuda Sunday Cletus
Omkar Yadav
petercpg@mail.moztw.org
Peter deHaan
petercpg@mail.moztw.org
Phil Booth
Philip Jenvey
Princi Vershwal
@ -141,10 +141,10 @@ Ramyashree DG
rebeccabillings
Renoir Boulanger
Renovate Bot
riadhchtara
Riadh Chtara
ricky rosario
riadhchtara
Ricky Rosario
ricky rosario
Rishi Baldawa
Robert Kowalski
Roger Meier
@ -158,8 +158,8 @@ Sai Prashanth Chandramouli
Sam Penrose
Sarah Bird
sdespacio
Sean McArthur
Se Yeon Kim
Sean McArthur
Shane Tomlinson
shikhar-scs
Shivam Singhal
@ -193,5 +193,5 @@ Yehuda B
Yehuda Bar-Nir
YFdyh000
yogita
Zachary Carter
Zach Carter
Zachary Carter

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Other changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-admin-panel",
"version": "1.206.0",
"version": "1.206.1",
"description": "FxA Admin Panel",
"scripts": {
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Other changes
@ -9,7 +13,7 @@
- deps: update typescript to v4 ([2e9ff2e14](https://github.com/mozilla/fxa/commit/2e9ff2e14))
- deps: update react-scripts to v4 ([477eddca4](https://github.com/mozilla/fxa/commit/477eddca4))
- deps: updated pm2 ([0847e2545](https://github.com/mozilla/fxa/commit/0847e2545))
- deps: update @nestjs/* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: update @nestjs/\* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: bump apollo-server from 2.19.2 to 2.23.0 ([e257f75ac](https://github.com/mozilla/fxa/commit/e257f75ac))
## 1.205.0

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-admin-server",
"version": "1.206.0",
"version": "1.206.1",
"description": "FxA GraphQL Admin Server",
"scripts": {
"prebuild": "rimraf dist",

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Other changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
"version": "1.206.0",
"version": "1.206.1",
"description": "MySQL backend for Firefox Accounts",
"main": "index.js",
"repository": {

Просмотреть файл

@ -1,3 +1,9 @@
## 1.206.1
### Bug fixes
- auth: fixed email_notifications startup ([a1dcfa7ed](https://github.com/mozilla/fxa/commit/a1dcfa7ed))
## 1.206.0
### New features

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.206.0",
"version": "1.206.1",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Bug fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.206.0",
"version": "1.206.1",
"description": "Firefox Accounts Content Server",
"scripts": {
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Other changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.206.0",
"version": "1.206.1",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-email-event-proxy",
"version": "1.206.0",
"version": "1.206.1",
"description": "Proxies events from Sendgrid to FxA SQS queues",
"main": "index.js",
"scripts": {

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
No changes.

2
packages/fxa-email-service/Cargo.lock сгенерированный
Просмотреть файл

@ -689,7 +689,7 @@ dependencies = [
[[package]]
name = "fxa_email_service"
version = "1.206.0"
version = "1.206.1"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "fxa_email_service"
version = "1.206.0"
version = "1.206.1"
publish = false
edition = "2018"

Просмотреть файл

@ -1,5 +1,9 @@
# Change history
## 1.206.1
No changes.
## 1.206.0
### Other changes
@ -12,7 +16,7 @@
- deps: update react-scripts to v4 ([477eddca4](https://github.com/mozilla/fxa/commit/477eddca4))
- deps: updated pm2 ([0847e2545](https://github.com/mozilla/fxa/commit/0847e2545))
- deps: bump aws-sdk from 2.883.0 to 2.896.0 ([a45963d14](https://github.com/mozilla/fxa/commit/a45963d14))
- deps: update @nestjs/* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: update @nestjs/\* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
## 1.205.0

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-event-broker",
"version": "1.206.0",
"version": "1.206.1",
"description": "Firefox Accounts Event Broker",
"scripts": {
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",

Просмотреть файл

@ -1,5 +1,9 @@
# Change history
## 1.206.1
No changes.
## 1.206.0
### Other changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-geodb",
"version": "1.206.0",
"version": "1.206.1",
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
"main": "lib/fxa-geodb.js",
"directories": {

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Other changes
@ -14,7 +18,7 @@
- deps-dev: bump @types/ioredis from 4.26.0 to 4.26.1 ([3333766f6](https://github.com/mozilla/fxa/commit/3333766f6))
- deps: updated pm2 ([0847e2545](https://github.com/mozilla/fxa/commit/0847e2545))
- deps: bump apollo-datasource from 0.8.0 to 0.9.0 ([5e5156313](https://github.com/mozilla/fxa/commit/5e5156313))
- deps: update @nestjs/* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: update @nestjs/\* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: bump apollo-server from 2.19.2 to 2.23.0 ([e257f75ac](https://github.com/mozilla/fxa/commit/e257f75ac))
## 1.205.0

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-graphql-api",
"version": "1.206.0",
"version": "1.206.1",
"description": "FxA GraphQL API",
"scripts": {
"prebuild": "rimraf dist",

Просмотреть файл

@ -1,5 +1,9 @@
# Change history
## 1.206.1
No changes.
## 1.206.0
### Bug fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.206.0",
"version": "1.206.1",
"description": "Firefox Accounts Payments Service",
"scripts": {
"postinstall": "../../_scripts/clone-l10n.sh fxa-payments-server",

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Other changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.206.0",
"version": "1.206.1",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Bug fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-react",
"version": "1.206.0",
"version": "1.206.1",
"description": "Shared components for FxA React Apps",
"exports": {
"./components/": "./dist/components/",

Просмотреть файл

@ -1,3 +1,7 @@
## 1.206.1
No changes.
## 1.206.0
### Bug fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-settings",
"version": "1.206.0",
"version": "1.206.1",
"homepage": "https://accounts.firefox.com/settings",
"private": true,
"scripts": {

Просмотреть файл

@ -1,5 +1,9 @@
# Change history
## 1.206.1
No changes.
## 1.206.0
### Other changes
@ -16,7 +20,7 @@
- deps: updated pm2 ([0847e2545](https://github.com/mozilla/fxa/commit/0847e2545))
- deps: bump aws-sdk from 2.883.0 to 2.896.0 ([a45963d14](https://github.com/mozilla/fxa/commit/a45963d14))
- settings: remove settings_version from metrics ([367b8eea0](https://github.com/mozilla/fxa/commit/367b8eea0))
- deps: update @nestjs/* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: update @nestjs/\* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: bump apollo-server from 2.19.2 to 2.23.0 ([e257f75ac](https://github.com/mozilla/fxa/commit/e257f75ac))
## 1.205.0

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-shared",
"version": "1.206.0",
"version": "1.206.1",
"description": "Shared module for FxA repositories",
"main": "dist/index.js",
"exports": {

Просмотреть файл

@ -1,5 +1,9 @@
# Change history
## 1.206.1
No changes.
## 1.206.0
### Other changes
@ -11,7 +15,7 @@
- deps: update react-scripts to v4 ([477eddca4](https://github.com/mozilla/fxa/commit/477eddca4))
- deps: bump hbs from 4.1.1 to 4.1.2 ([723e83138](https://github.com/mozilla/fxa/commit/723e83138))
- deps: updated pm2 ([0847e2545](https://github.com/mozilla/fxa/commit/0847e2545))
- deps: update @nestjs/* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
- deps: update @nestjs/\* ([ffa22162f](https://github.com/mozilla/fxa/commit/ffa22162f))
## 1.205.0

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-support-panel",
"version": "1.206.0",
"version": "1.206.1",
"description": "Small app to help customer support access FxA details",
"directories": {
"test": "test"