This commit is contained in:
Vijay Budhram 2020-05-26 15:36:18 -04:00
Родитель 6c221066bc
Коммит f79f538cb8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D49B640E659DCB9E
35 изменённых файлов: 89 добавлений и 43 удалений

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

@ -1,3 +1,7 @@
## 1.172.1
No changes.
## 1.172.0
No changes.

2
packages/fxa-auth-db-mysql/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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

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

@ -1,19 +1,23 @@
## 1.172.1
No changes.
## 1.172.0
### New features
* cad: Add metrics for the CAD via QR code ([bf6594db2](https://github.com/mozilla/fxa/commit/bf6594db2))
* cad: Add auth endpoint to generate CAD QR image ([91de57fed](https://github.com/mozilla/fxa/commit/91de57fed))
* support + auth server: add past product information to support panel ([bf8bc234d](https://github.com/mozilla/fxa/commit/bf8bc234d))
- cad: Add metrics for the CAD via QR code ([bf6594db2](https://github.com/mozilla/fxa/commit/bf6594db2))
- cad: Add auth endpoint to generate CAD QR image ([91de57fed](https://github.com/mozilla/fxa/commit/91de57fed))
- support + auth server: add past product information to support panel ([bf8bc234d](https://github.com/mozilla/fxa/commit/bf8bc234d))
### Bug fixes
* auth server: use ts-node-script shebang when executing ts-dependent scripts ([b84554f1e](https://github.com/mozilla/fxa/commit/b84554f1e))
* metrics: Don't log `sendPush.success` message unless it actually succeeded. ([5ca76abb7](https://github.com/mozilla/fxa/commit/5ca76abb7))
- auth server: use ts-node-script shebang when executing ts-dependent scripts ([b84554f1e](https://github.com/mozilla/fxa/commit/b84554f1e))
- metrics: Don't log `sendPush.success` message unless it actually succeeded. ([5ca76abb7](https://github.com/mozilla/fxa/commit/5ca76abb7))
### Other changes
* 9f09f182f Log push expired callbacks separately ([9f09f182f](https://github.com/mozilla/fxa/commit/9f09f182f))
- 9f09f182f Log push expired callbacks separately ([9f09f182f](https://github.com/mozilla/fxa/commit/9f09f182f))
## 1.171.1

2
packages/fxa-auth-server/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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

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

@ -1,21 +1,27 @@
## 1.172.1
### New features
- experiments: Add mutally exclusive experiment logic for CAD QR and newsletters ([6b2f84f5a](https://github.com/mozilla/fxa/commit/6b2f84f5a))
## 1.172.0
### New features
* cad: Add auth endpoint to generate CAD QR image ([91de57fed](https://github.com/mozilla/fxa/commit/91de57fed))
* cad: Add metrics for the CAD via QR code ([2f9729154](https://github.com/mozilla/fxa/commit/2f9729154))
* cad: Add feature flag for CAD via QR code ([99e626165](https://github.com/mozilla/fxa/commit/99e626165))
* support-form: update dropdown options ([7595f1973](https://github.com/mozilla/fxa/commit/7595f1973))
* fx-content-server: add autocomplete annotations to change password ([1613cee02](https://github.com/mozilla/fxa/commit/1613cee02))
- cad: Add auth endpoint to generate CAD QR image ([91de57fed](https://github.com/mozilla/fxa/commit/91de57fed))
- cad: Add metrics for the CAD via QR code ([2f9729154](https://github.com/mozilla/fxa/commit/2f9729154))
- cad: Add feature flag for CAD via QR code ([99e626165](https://github.com/mozilla/fxa/commit/99e626165))
- support-form: update dropdown options ([7595f1973](https://github.com/mozilla/fxa/commit/7595f1973))
- fx-content-server: add autocomplete annotations to change password ([1613cee02](https://github.com/mozilla/fxa/commit/1613cee02))
### Bug fixes
* metrics: Correctly log CAD view metrics when coming from signin and signup ([9fd647185](https://github.com/mozilla/fxa/commit/9fd647185))
- metrics: Correctly log CAD view metrics when coming from signin and signup ([9fd647185](https://github.com/mozilla/fxa/commit/9fd647185))
### Other changes
* content-server: fix support form submit button ([0944a0f1a](https://github.com/mozilla/fxa/commit/0944a0f1a))
* content-server: fix includeSubDomains option ([8df2631a4](https://github.com/mozilla/fxa/commit/8df2631a4))
- content-server: fix support form submit button ([0944a0f1a](https://github.com/mozilla/fxa/commit/0944a0f1a))
- content-server: fix includeSubDomains option ([8df2631a4](https://github.com/mozilla/fxa/commit/8df2631a4))
## 1.171.1

2
packages/fxa-content-server/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.172.0",
"version": "1.172.1",
"description": "Firefox Accounts Content Server",
"scripts": {
"build": "NODE_ENV=production grunt build",

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

@ -1,3 +1,7 @@
## 1.172.1
No changes.
## 1.172.0
No changes.

2
packages/fxa-customs-server/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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

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

@ -1,6 +1,6 @@
{
"name": "fxa-email-event-proxy",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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

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

@ -1,3 +1,7 @@
## 1.172.1
No changes.
## 1.172.0
No changes.

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

@ -689,7 +689,7 @@ dependencies = [
[[package]]
name = "fxa_email_service"
version = "1.172.0"
version = "1.172.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.172.0"
version = "1.172.1"
publish = false
edition = "2018"

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

@ -1,5 +1,9 @@
# Change history
## 1.172.1
No changes.
## 1.172.0
No changes.

2
packages/fxa-event-broker/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-event-broker",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "fxa-event-broker",
"version": "1.172.0",
"version": "1.172.1",
"description": "Firefox Accounts Event Broker",
"scripts": {
"build": "./node_modules/typescript/bin/tsc",

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

@ -1,5 +1,9 @@
# Change history
## 1.172.1
No changes.
## 1.172.0
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-geodb",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "fxa-geodb",
"version": "1.172.0",
"version": "1.172.1",
"private": false,
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
"main": "lib/fxa-geodb.js",

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

@ -1,14 +1,18 @@
# Change history
## 1.172.1
No changes.
## 1.172.0
### New features
* storybook: build static gh-pages site from storybook builds ([acf5c00ba](https://github.com/mozilla/fxa/commit/acf5c00ba))
- storybook: build static gh-pages site from storybook builds ([acf5c00ba](https://github.com/mozilla/fxa/commit/acf5c00ba))
### Refactorings
* shared components: Rename 'fxa-components' to 'fxa-react' ([e82eeebf0](https://github.com/mozilla/fxa/commit/e82eeebf0))
- shared components: Rename 'fxa-components' to 'fxa-react' ([e82eeebf0](https://github.com/mozilla/fxa/commit/e82eeebf0))
## 1.171.1

2
packages/fxa-payments-server/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.172.0",
"version": "1.172.1",
"description": "Firefox Accounts Payments Service",
"scripts": {
"lint": "npm-run-all --parallel lint:*",

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

@ -1,8 +1,12 @@
## 1.172.1
No changes.
## 1.172.0
### New features
* profile: Add API endpoints for ecosystem_anon_id ([c5ab58b6e](https://github.com/mozilla/fxa/commit/c5ab58b6e))
- profile: Add API endpoints for ecosystem_anon_id ([c5ab58b6e](https://github.com/mozilla/fxa/commit/c5ab58b6e))
## 1.171.1

2
packages/fxa-profile-server/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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

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

@ -1,10 +1,14 @@
# Change history
## 1.172.1
No changes.
## 1.172.0
### New features
* cad: Add metrics for the CAD via QR code ([2f9729154](https://github.com/mozilla/fxa/commit/2f9729154))
- cad: Add metrics for the CAD via QR code ([2f9729154](https://github.com/mozilla/fxa/commit/2f9729154))
## 1.171.1

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

@ -1,6 +1,6 @@
{
"name": "fxa-shared",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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

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

@ -1,10 +1,14 @@
# Change history
## 1.172.1
No changes.
## 1.172.0
### New features
* support + auth server: add past product information to support panel ([bf8bc234d](https://github.com/mozilla/fxa/commit/bf8bc234d))
- support + auth server: add past product information to support panel ([bf8bc234d](https://github.com/mozilla/fxa/commit/bf8bc234d))
## 1.171.1

2
packages/fxa-support-panel/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-support-panel",
"version": "1.172.0",
"version": "1.172.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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