зеркало из https://github.com/mozilla/fxa.git
Release 1.172.1
This commit is contained in:
Родитель
6c221066bc
Коммит
f79f538cb8
|
@ -1,3 +1,7 @@
|
|||
## 1.172.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.172.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче