This commit is contained in:
Jared Hirsch 2021-01-27 13:59:50 -08:00
Родитель fef7f76205
Коммит 0b17fa1031
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E5976F3EF6DCC8C8
35 изменённых файлов: 221 добавлений и 19 удалений

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

@ -22,13 +22,13 @@ bini11
Brandon Ebersohl
Brian Warner
byrw
César Carruitero
championshuttler
Chris Heilmann
Chris Karlof
Christian Murphy
ckarlof
Cronus1007
César Carruitero
Dan Callahan
Danny Amey
Danny Coates
@ -137,6 +137,7 @@ Sai Pc
Sai Prashandth Chandramouli
Sai Prashanth Chandramouli
Sam Penrose
Sarah Bird
sdespacio
Sean McArthur
Shane Tomlinson

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

@ -1,3 +1,10 @@
## 1.199.0
### Other changes
- deps-dev: bump @testing-library/jest-dom from 5.11.0 to 5.11.9 ([d0f1f6301](https://github.com/mozilla/fxa/commit/d0f1f6301))
- deps: bump helmet from 4.1.1 to 4.4.1 ([81cc8d6fb](https://github.com/mozilla/fxa/commit/81cc8d6fb))
## 1.198.2
No changes.

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

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

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

@ -1,3 +1,14 @@
## 1.199.0
### Other changes
- deps: bump knex from 0.21.12 to 0.21.16 ([8ff4bb2b5](https://github.com/mozilla/fxa/commit/8ff4bb2b5))
- deps: bump helmet from 4.1.1 to 4.4.1 ([81cc8d6fb](https://github.com/mozilla/fxa/commit/81cc8d6fb))
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump objection from 2.2.3 to 2.2.7 ([875a1ffbb](https://github.com/mozilla/fxa/commit/875a1ffbb))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
- deps: bump apollo-server from 2.19.0 to 2.19.2 ([48896ad58](https://github.com/mozilla/fxa/commit/48896ad58))
## 1.198.2
No changes.

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

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

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

@ -1,3 +1,10 @@
## 1.199.0
### Other changes
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
## 1.198.2
No changes.

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

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

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

@ -1,3 +1,28 @@
## 1.199.0
### New features
- auth-server: add paypal IPN handler ([8d5c253fe](https://github.com/mozilla/fxa/commit/8d5c253fe))
- auth-server: add chargeCustomer to Paypalhelper ([6617f203b](https://github.com/mozilla/fxa/commit/6617f203b))
- auth-server: add getCheckoutToken to PayPalHelper ([45206fc07](https://github.com/mozilla/fxa/commit/45206fc07))
- auth-server: add paypal enabled option ([9ccbb7a61](https://github.com/mozilla/fxa/commit/9ccbb7a61))
### Bug fixes
- metrics: fixed 'fxa - activity' metric ([a28ceeb74](https://github.com/mozilla/fxa/commit/a28ceeb74))
- auth: copy session verification method on password change ([e9d0cde89](https://github.com/mozilla/fxa/commit/e9d0cde89))
### Refactorings
- auth-server: split out stripe webhook routes ([b8f69f726](https://github.com/mozilla/fxa/commit/b8f69f726))
### Other changes
- auth-server: small clean-ups in paypal-client and paypal ([d5652f73d](https://github.com/mozilla/fxa/commit/d5652f73d))
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- auth-server: add ability to run remote tests with mocha vscode ([885c76c0e](https://github.com/mozilla/fxa/commit/885c76c0e))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
## 1.198.2
### Bug fixes

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

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

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

@ -1,3 +1,17 @@
## 1.199.0
### New features
- fxa-settings: add delete account page ([16ee46a34](https://github.com/mozilla/fxa/commit/16ee46a34))
### Other changes
- deps: bump babel-loader from 8.0.6 to 8.2.2 ([edfbc45cb](https://github.com/mozilla/fxa/commit/edfbc45cb))
- deps: bump helmet from 4.1.1 to 4.4.1 ([81cc8d6fb](https://github.com/mozilla/fxa/commit/81cc8d6fb))
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
- deps: bump postcss-loader from 2.1.6 to 4.1.0 ([236fb43d6](https://github.com/mozilla/fxa/commit/236fb43d6))
## 1.198.2
No changes.

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

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

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

@ -1,3 +1,10 @@
## 1.199.0
### Other changes
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
## 1.198.2
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.198.2",
"version": "1.199.0",
"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.198.2",
"version": "1.199.0",
"description": "Proxies events from Sendgrid to FxA SQS queues",
"main": "index.js",
"scripts": {

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

@ -1,3 +1,7 @@
## 1.199.0
No changes.
## 1.198.2
No changes.

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

@ -689,7 +689,7 @@ dependencies = [
[[package]]
name = "fxa_email_service"
version = "1.198.2"
version = "1.199.0"
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.198.2"
version = "1.199.0"
publish = false
edition = "2018"

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

@ -1,5 +1,15 @@
# Change history
## 1.199.0
### Other changes
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps-dev: bump @nestjs/schematics from 7.2.2 to 7.2.6 ([dd0c7aaba](https://github.com/mozilla/fxa/commit/dd0c7aaba))
- deps-dev: bump @nestjs/testing from 7.5.5 to 7.6.5 ([ed20e1585](https://github.com/mozilla/fxa/commit/ed20e1585))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
- deps-dev: bump eslint-config-prettier from 6.15.0 to 7.1.0 ([2c85737cb](https://github.com/mozilla/fxa/commit/2c85737cb))
## 1.198.2
No changes.

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

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

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

@ -1,5 +1,9 @@
# Change history
## 1.199.0
No changes.
## 1.198.2
No changes.

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

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

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

@ -1,3 +1,19 @@
## 1.199.0
### Bug fixes
- gql-api: don't send response after setting HTTP 415 ([421ef4d11](https://github.com/mozilla/fxa/commit/421ef4d11))
### Other changes
- deps: bump knex from 0.21.12 to 0.21.16 ([8ff4bb2b5](https://github.com/mozilla/fxa/commit/8ff4bb2b5))
- deps: bump graphql-query-complexity from 0.7.1 to 0.7.2 ([ab90e385f](https://github.com/mozilla/fxa/commit/ab90e385f))
- deps: bump helmet from 4.1.1 to 4.4.1 ([81cc8d6fb](https://github.com/mozilla/fxa/commit/81cc8d6fb))
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump objection from 2.2.3 to 2.2.7 ([875a1ffbb](https://github.com/mozilla/fxa/commit/875a1ffbb))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
- deps: bump apollo-server from 2.19.0 to 2.19.2 ([48896ad58](https://github.com/mozilla/fxa/commit/48896ad58))
## 1.198.2
No changes.

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

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

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

@ -1,5 +1,23 @@
# Change history
## 1.199.0
### New features
- payments: Add PayPal button to Subscribe page ([de83db0e3](https://github.com/mozilla/fxa/commit/de83db0e3))
- payments: Add feature flag for PayPal UI ([104154dfc](https://github.com/mozilla/fxa/commit/104154dfc))
- l10n: Add initial fluent l10n for settings v2 ([c95ee6f8a](https://github.com/mozilla/fxa/commit/c95ee6f8a))
### Other changes
- deps: bump @stripe/react-stripe-js from 1.1.2 to 1.2.0 ([93b33b630](https://github.com/mozilla/fxa/commit/93b33b630))
- deps-dev: bump @testing-library/jest-dom from 5.11.0 to 5.11.9 ([d0f1f6301](https://github.com/mozilla/fxa/commit/d0f1f6301))
- deps: bump helmet from 4.1.1 to 4.4.1 ([81cc8d6fb](https://github.com/mozilla/fxa/commit/81cc8d6fb))
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- eslint: count jsx var usage ([97fc3aaf3](https://github.com/mozilla/fxa/commit/97fc3aaf3))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
- docs: Replace npm with yarn commands in payments README ([524ae6203](https://github.com/mozilla/fxa/commit/524ae6203))
## 1.198.2
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.198.2",
"version": "1.199.0",
"description": "Firefox Accounts Payments Service",
"scripts": {
"postinstall": "scripts/download_l10n.sh",

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

@ -1,3 +1,10 @@
## 1.199.0
### Other changes
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
## 1.198.2
No changes.

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

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

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

@ -1,3 +1,17 @@
## 1.199.0
### New features
- settings: localize footer ([cd88cca73](https://github.com/mozilla/fxa/commit/cd88cca73))
- settings: localize page title ([480c70203](https://github.com/mozilla/fxa/commit/480c70203))
- l10n: Add initial fluent l10n for settings v2 ([c95ee6f8a](https://github.com/mozilla/fxa/commit/c95ee6f8a))
### Other changes
- deps-dev: bump @testing-library/jest-dom from 5.11.0 to 5.11.9 ([d0f1f6301](https://github.com/mozilla/fxa/commit/d0f1f6301))
- eslint: count jsx var usage ([97fc3aaf3](https://github.com/mozilla/fxa/commit/97fc3aaf3))
- deps-dev: bump sass from 1.26.10 to 1.32.5 ([f5faade0e](https://github.com/mozilla/fxa/commit/f5faade0e))
## 1.198.2
No changes.

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

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

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

@ -1,3 +1,32 @@
## 1.199.0
### New features
- settings: Localize the Avatar page ([1ca29b242](https://github.com/mozilla/fxa/commit/1ca29b242))
- settings: extract reused strings into the App ftl file ([0e7f50dbd](https://github.com/mozilla/fxa/commit/0e7f50dbd))
- settings: Localize the Recovery Key page ([714caaa38](https://github.com/mozilla/fxa/commit/714caaa38))
- settings: localize footer ([cd88cca73](https://github.com/mozilla/fxa/commit/cd88cca73))
- settings: localize header ([842beb254](https://github.com/mozilla/fxa/commit/842beb254))
- fxa-settings: add ## 1.198.2 capture avatar page ([02e1b27a0](https://github.com/mozilla/fxa/commit/02e1b27a0))
- settings: Localize the Verify Secondary Email page ([f769d94bc](https://github.com/mozilla/fxa/commit/f769d94bc))
- settings: Localize the Add Secondary Email page ([344ce0169](https://github.com/mozilla/fxa/commit/344ce0169))
- l10n: setup localization for delete account page ([0ddb09e8b](https://github.com/mozilla/fxa/commit/0ddb09e8b))
- settings: localize page title ([480c70203](https://github.com/mozilla/fxa/commit/480c70203))
- settings: add avatar editing page component ([228169fd6](https://github.com/mozilla/fxa/commit/228169fd6))
- l10n: setup localization for auth errors ([a84b0a27a](https://github.com/mozilla/fxa/commit/a84b0a27a))
- fxa-settings: add delete account page ([16ee46a34](https://github.com/mozilla/fxa/commit/16ee46a34))
- settings: add avatar editing page component ([691173c37](https://github.com/mozilla/fxa/commit/691173c37))
- l10n: Add initial fluent l10n for settings v2 ([c95ee6f8a](https://github.com/mozilla/fxa/commit/c95ee6f8a))
### Other changes
- settings: localize main settings page ([72d39f99d](https://github.com/mozilla/fxa/commit/72d39f99d))
- deps-dev: bump @testing-library/jest-dom from 5.11.0 to 5.11.9 ([d0f1f6301](https://github.com/mozilla/fxa/commit/d0f1f6301))
- deps: bump react-hook-form from 6.11.0 to 6.14.2 ([43255fb24](https://github.com/mozilla/fxa/commit/43255fb24))
- settings: add l10n to two step auth ([f84c2747c](https://github.com/mozilla/fxa/commit/f84c2747c))
- eslint: count jsx var usage ([97fc3aaf3](https://github.com/mozilla/fxa/commit/97fc3aaf3))
- settings: use small .ftl files ([2cc276ea4](https://github.com/mozilla/fxa/commit/2cc276ea4))
## 1.198.2
No changes.

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

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

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

@ -1,5 +1,25 @@
# Change history
## 1.199.0
### New features
- auth-server: add paypal IPN handler ([8d5c253fe](https://github.com/mozilla/fxa/commit/8d5c253fe))
- shared: add paypal BA model commands ([3aae010a7](https://github.com/mozilla/fxa/commit/3aae010a7))
### Bug fixes
- metrics: fixed 'fxa - activity' metric ([a28ceeb74](https://github.com/mozilla/fxa/commit/a28ceeb74))
### Other changes
- deps: bump knex from 0.21.12 to 0.21.16 ([8ff4bb2b5](https://github.com/mozilla/fxa/commit/8ff4bb2b5))
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump objection from 2.2.3 to 2.2.7 ([875a1ffbb](https://github.com/mozilla/fxa/commit/875a1ffbb))
- deps-dev: bump @nestjs/testing from 7.5.5 to 7.6.5 ([ed20e1585](https://github.com/mozilla/fxa/commit/ed20e1585))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
- deps: bump apollo-server from 2.19.0 to 2.19.2 ([48896ad58](https://github.com/mozilla/fxa/commit/48896ad58))
## 1.198.2
### Bug fixes

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

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

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

@ -1,5 +1,13 @@
# Change history
## 1.199.0
### Other changes
- deps: bump helmet from 4.1.1 to 4.4.1 ([81cc8d6fb](https://github.com/mozilla/fxa/commit/81cc8d6fb))
- deps: bump @sentry/node from 6.0.0 to 6.0.1 ([3b6838b18](https://github.com/mozilla/fxa/commit/3b6838b18))
- deps: bump @sentry/node from 5.29.1 to 6.0.0 ([147825a5b](https://github.com/mozilla/fxa/commit/147825a5b))
## 1.198.2
No changes.

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

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