From 3579f96c8618ed5578c684bd4ab6d7cceb7119a9 Mon Sep 17 00:00:00 2001 From: Jody Heavener Date: Fri, 31 Jul 2020 11:58:10 -0400 Subject: [PATCH] Release 1.182.1 --- packages/fxa-auth-db-mysql/CHANGELOG.md | 4 ++++ packages/fxa-auth-db-mysql/package.json | 2 +- packages/fxa-auth-server/CHANGELOG.md | 6 ++++++ packages/fxa-auth-server/package.json | 2 +- packages/fxa-content-server/CHANGELOG.md | 4 ++++ packages/fxa-content-server/package.json | 2 +- packages/fxa-customs-server/CHANGELOG.md | 4 ++++ packages/fxa-customs-server/package.json | 2 +- packages/fxa-email-event-proxy/package.json | 2 +- packages/fxa-email-service/CHANGELOG.md | 4 ++++ packages/fxa-email-service/Cargo.lock | 2 +- packages/fxa-email-service/Cargo.toml | 2 +- packages/fxa-event-broker/CHANGELOG.md | 4 ++++ packages/fxa-event-broker/package.json | 2 +- packages/fxa-geodb/CHANGELOG.md | 4 ++++ packages/fxa-geodb/package.json | 2 +- packages/fxa-payments-server/CHANGELOG.md | 4 ++++ packages/fxa-payments-server/package.json | 2 +- packages/fxa-profile-server/CHANGELOG.md | 4 ++++ packages/fxa-profile-server/package.json | 2 +- packages/fxa-shared/CHANGELOG.md | 4 ++++ packages/fxa-shared/package.json | 2 +- packages/fxa-support-panel/CHANGELOG.md | 4 ++++ packages/fxa-support-panel/package.json | 2 +- 24 files changed, 59 insertions(+), 13 deletions(-) diff --git a/packages/fxa-auth-db-mysql/CHANGELOG.md b/packages/fxa-auth-db-mysql/CHANGELOG.md index 4ce66ab4c0..e1f4def043 100644 --- a/packages/fxa-auth-db-mysql/CHANGELOG.md +++ b/packages/fxa-auth-db-mysql/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.182.1 + +No changes. + ## 1.182.0 No changes. diff --git a/packages/fxa-auth-db-mysql/package.json b/packages/fxa-auth-db-mysql/package.json index 37d13c25e8..f8eb5295ac 100644 --- a/packages/fxa-auth-db-mysql/package.json +++ b/packages/fxa-auth-db-mysql/package.json @@ -1,6 +1,6 @@ { "name": "fxa-auth-db-mysql", - "version": "1.182.0", + "version": "1.182.1", "description": "MySQL backend for Firefox Accounts", "main": "index.js", "repository": { diff --git a/packages/fxa-auth-server/CHANGELOG.md b/packages/fxa-auth-server/CHANGELOG.md index e4b8229a99..80585200c9 100644 --- a/packages/fxa-auth-server/CHANGELOG.md +++ b/packages/fxa-auth-server/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.182.1 + +### Bug fixes + +- aet: Correctly check preconditions when updating ecosystemAnonId ([6131a627a](https://github.com/mozilla/fxa/commit/6131a627a)) + ## 1.182.0 ### New features diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index 55c340def3..7a77ffbf8b 100644 --- a/packages/fxa-auth-server/package.json +++ b/packages/fxa-auth-server/package.json @@ -1,6 +1,6 @@ { "name": "fxa-auth-server", - "version": "1.182.0", + "version": "1.182.1", "description": "Firefox Accounts, an identity provider for Mozilla cloud services", "bin": { "fxa-auth": "./bin/key_server.js" diff --git a/packages/fxa-content-server/CHANGELOG.md b/packages/fxa-content-server/CHANGELOG.md index cf4cab8061..3f40b8a6fc 100644 --- a/packages/fxa-content-server/CHANGELOG.md +++ b/packages/fxa-content-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.182.1 + +No changes. + ## 1.182.0 ### New features diff --git a/packages/fxa-content-server/package.json b/packages/fxa-content-server/package.json index f959425a1e..28539d2897 100644 --- a/packages/fxa-content-server/package.json +++ b/packages/fxa-content-server/package.json @@ -1,6 +1,6 @@ { "name": "fxa-content-server", - "version": "1.182.0", + "version": "1.182.1", "description": "Firefox Accounts Content Server", "scripts": { "build": "tsc --build ../fxa-react && NODE_ENV=production grunt build", diff --git a/packages/fxa-customs-server/CHANGELOG.md b/packages/fxa-customs-server/CHANGELOG.md index a2da35c05b..b9993086bb 100644 --- a/packages/fxa-customs-server/CHANGELOG.md +++ b/packages/fxa-customs-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.182.1 + +No changes. + ## 1.182.0 No changes. diff --git a/packages/fxa-customs-server/package.json b/packages/fxa-customs-server/package.json index 77aed2a59f..8c01d26c7b 100644 --- a/packages/fxa-customs-server/package.json +++ b/packages/fxa-customs-server/package.json @@ -1,6 +1,6 @@ { "name": "fxa-customs-server", - "version": "1.182.0", + "version": "1.182.1", "description": "Firefox Accounts Customs Server", "author": "Mozilla (https://mozilla.org/)", "license": "MPL-2.0", diff --git a/packages/fxa-email-event-proxy/package.json b/packages/fxa-email-event-proxy/package.json index ae3f598c74..1165936827 100644 --- a/packages/fxa-email-event-proxy/package.json +++ b/packages/fxa-email-event-proxy/package.json @@ -1,6 +1,6 @@ { "name": "fxa-email-event-proxy", - "version": "1.182.0", + "version": "1.182.1", "description": "Proxies events from Sendgrid to FxA SQS queues", "main": "index.js", "scripts": { diff --git a/packages/fxa-email-service/CHANGELOG.md b/packages/fxa-email-service/CHANGELOG.md index f9ed780058..116e9f1d67 100644 --- a/packages/fxa-email-service/CHANGELOG.md +++ b/packages/fxa-email-service/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.182.1 + +No changes. + ## 1.182.0 ### Bug fixes diff --git a/packages/fxa-email-service/Cargo.lock b/packages/fxa-email-service/Cargo.lock index cf621baf1f..d5ba0b1193 100644 --- a/packages/fxa-email-service/Cargo.lock +++ b/packages/fxa-email-service/Cargo.lock @@ -689,7 +689,7 @@ dependencies = [ [[package]] name = "fxa_email_service" -version = "1.182.0" +version = "1.182.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)", diff --git a/packages/fxa-email-service/Cargo.toml b/packages/fxa-email-service/Cargo.toml index f60aae1769..5365854405 100644 --- a/packages/fxa-email-service/Cargo.toml +++ b/packages/fxa-email-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fxa_email_service" -version = "1.182.0" +version = "1.182.1" publish = false edition = "2018" diff --git a/packages/fxa-event-broker/CHANGELOG.md b/packages/fxa-event-broker/CHANGELOG.md index 4abda0c05f..5d61f14054 100644 --- a/packages/fxa-event-broker/CHANGELOG.md +++ b/packages/fxa-event-broker/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.182.1 + +No changes. + ## 1.182.0 No changes. diff --git a/packages/fxa-event-broker/package.json b/packages/fxa-event-broker/package.json index 650e901e3b..cb6af3ffad 100644 --- a/packages/fxa-event-broker/package.json +++ b/packages/fxa-event-broker/package.json @@ -1,6 +1,6 @@ { "name": "fxa-event-broker", - "version": "1.182.0", + "version": "1.182.1", "description": "Firefox Accounts Event Broker", "scripts": { "build": "tsc", diff --git a/packages/fxa-geodb/CHANGELOG.md b/packages/fxa-geodb/CHANGELOG.md index 13c1368bd3..4789535507 100644 --- a/packages/fxa-geodb/CHANGELOG.md +++ b/packages/fxa-geodb/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.182.1 + +No changes. + ## 1.182.0 No changes. diff --git a/packages/fxa-geodb/package.json b/packages/fxa-geodb/package.json index 80d3fa0fdd..fb3e031a60 100644 --- a/packages/fxa-geodb/package.json +++ b/packages/fxa-geodb/package.json @@ -1,6 +1,6 @@ { "name": "fxa-geodb", - "version": "1.182.0", + "version": "1.182.1", "description": "Firefox Accounts GeoDB Repo for Geolocation based services", "main": "lib/fxa-geodb.js", "directories": { diff --git a/packages/fxa-payments-server/CHANGELOG.md b/packages/fxa-payments-server/CHANGELOG.md index 02401f0b8d..f15ed21cdc 100644 --- a/packages/fxa-payments-server/CHANGELOG.md +++ b/packages/fxa-payments-server/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.182.1 + +No changes. + ## 1.182.0 ### New features diff --git a/packages/fxa-payments-server/package.json b/packages/fxa-payments-server/package.json index 709d251271..da1373d9f0 100644 --- a/packages/fxa-payments-server/package.json +++ b/packages/fxa-payments-server/package.json @@ -1,6 +1,6 @@ { "name": "fxa-payments-server", - "version": "1.182.0", + "version": "1.182.1", "description": "Firefox Accounts Payments Service", "scripts": { "postinstall": "scripts/download_l10n.sh", diff --git a/packages/fxa-profile-server/CHANGELOG.md b/packages/fxa-profile-server/CHANGELOG.md index aaf9a2542a..e7ff1dbbbb 100644 --- a/packages/fxa-profile-server/CHANGELOG.md +++ b/packages/fxa-profile-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.182.1 + +No changes. + ## 1.182.0 ### New features diff --git a/packages/fxa-profile-server/package.json b/packages/fxa-profile-server/package.json index 76bec3bbb8..36e54adfda 100644 --- a/packages/fxa-profile-server/package.json +++ b/packages/fxa-profile-server/package.json @@ -1,6 +1,6 @@ { "name": "fxa-profile-server", - "version": "1.182.0", + "version": "1.182.1", "private": true, "description": "Firefox Accounts Profile service.", "scripts": { diff --git a/packages/fxa-shared/CHANGELOG.md b/packages/fxa-shared/CHANGELOG.md index a72cfa7168..657b7348b5 100644 --- a/packages/fxa-shared/CHANGELOG.md +++ b/packages/fxa-shared/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.182.1 + +No changes. + ## 1.182.0 ### Bug fixes diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index b0cb666b34..bd34ed8757 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -1,6 +1,6 @@ { "name": "fxa-shared", - "version": "1.182.0", + "version": "1.182.1", "description": "Shared module for FxA repositories", "main": "dist/index.js", "exports": { diff --git a/packages/fxa-support-panel/CHANGELOG.md b/packages/fxa-support-panel/CHANGELOG.md index b8d0b80bd1..cf1d2bdd03 100644 --- a/packages/fxa-support-panel/CHANGELOG.md +++ b/packages/fxa-support-panel/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.182.1 + +No changes. + ## 1.182.0 No changes. diff --git a/packages/fxa-support-panel/package.json b/packages/fxa-support-panel/package.json index 94c09b55e9..fbd7d8a393 100644 --- a/packages/fxa-support-panel/package.json +++ b/packages/fxa-support-panel/package.json @@ -1,6 +1,6 @@ { "name": "fxa-support-panel", - "version": "1.182.0", + "version": "1.182.1", "description": "Small app to help customer support access FxA details", "directories": { "test": "test"