Skip to content

Commit

Permalink
Merge train-134 into master
Browse files Browse the repository at this point in the history
#832
r=vladikoff
  • Loading branch information
philbooth committed Apr 15, 2019
2 parents 4754f3c + 97e7a03 commit a375a45
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 13 deletions.
4 changes: 4 additions & 0 deletions packages/fxa-auth-db-mysql/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.134.3

No changes.

## 1.134.2 ## 1.134.2


No changes. No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-auth-db-mysql/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-auth-db-mysql/package.json
@@ -1,6 +1,6 @@
{ {
"name": "fxa-auth-db-mysql", "name": "fxa-auth-db-mysql",
"version": "1.134.2", "version": "1.134.3",
"description": "MySQL backend for Firefox Accounts", "description": "MySQL backend for Firefox Accounts",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/fxa-auth-server/CHANGELOG.md
@@ -1,3 +1,10 @@
## 1.134.3

### Bug fixes

* reminders: output a timestamp with verification reminder logging (8902a33f5)
* reminders: auth: verification reminders must not use sinon in production (58fa7aba6)

## 1.134.2 ## 1.134.2


### Bug fixes ### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-auth-server/package.json
@@ -1,6 +1,6 @@
{ {
"name": "fxa-auth-server", "name": "fxa-auth-server",
"version": "1.134.2", "version": "1.134.3",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services", "description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": { "bin": {
"fxa-auth": "./bin/key_server.js" "fxa-auth": "./bin/key_server.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-content-server/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.134.3

No changes.

## 1.134.2 ## 1.134.2


No changes. No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-content-server/package.json
@@ -1,6 +1,6 @@
{ {
"name": "fxa-content-server", "name": "fxa-content-server",
"version": "1.134.2", "version": "1.134.3",
"description": "Firefox Accounts Content Server", "description": "Firefox Accounts Content Server",
"scripts": { "scripts": {
"build-production": "NODE_ENV=production grunt build", "build-production": "NODE_ENV=production grunt build",
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-customs-server/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.134.3

No changes.

## 1.134.2 ## 1.134.2


No changes. No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-customs-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-customs-server/package.json
@@ -1,6 +1,6 @@
{ {
"name": "fxa-customs-server", "name": "fxa-customs-server",
"version": "1.134.2", "version": "1.134.3",
"description": "Firefox Accounts Customs Server", "description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)", "author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0", "license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-email-event-proxy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-email-event-proxy/package.json
@@ -1,6 +1,6 @@
{ {
"name": "fxa-email-event-proxy", "name": "fxa-email-event-proxy",
"version": "1.134.2", "version": "1.134.3",
"description": "Proxies events from Sendgrid to FxA SQS queues", "description": "Proxies events from Sendgrid to FxA SQS queues",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-email-service/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.134.3

No changes.

## 1.134.2 ## 1.134.2


No changes. No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-email-service/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-email-service/Cargo.toml
@@ -1,6 +1,6 @@
[package] [package]
name = "fxa_email_service" name = "fxa_email_service"
version = "1.134.2" version = "1.134.3"
publish = false publish = false
edition = "2018" edition = "2018"


Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-profile-server/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.134.3

No changes.

## 1.134.2 ## 1.134.2


No changes. No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-profile-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-profile-server/package.json
@@ -1,6 +1,6 @@
{ {
"name": "fxa-profile-server", "name": "fxa-profile-server",
"version": "1.134.2", "version": "1.134.3",
"private": true, "private": true,
"description": "Firefox Accounts Profile service.", "description": "Firefox Accounts Profile service.",
"scripts": { "scripts": {
Expand Down

0 comments on commit a375a45

Please sign in to comment.