From 27f868543c3d1226724f953834762f16d5ae0957 Mon Sep 17 00:00:00 2001 From: Wil Clouser Date: Wed, 13 Apr 2022 16:50:23 -0700 Subject: [PATCH] Release 1.230.1 --- packages/fxa-admin-panel/CHANGELOG.md | 4 ++++ packages/fxa-admin-panel/package.json | 2 +- packages/fxa-admin-server/CHANGELOG.md | 4 ++++ packages/fxa-admin-server/package.json | 2 +- packages/fxa-auth-server/CHANGELOG.md | 4 ++++ 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 | 6 ++++++ packages/fxa-customs-server/package.json | 2 +- packages/fxa-event-broker/CHANGELOG.md | 10 ++++++++++ packages/fxa-event-broker/package.json | 2 +- packages/fxa-geodb/CHANGELOG.md | 4 ++++ packages/fxa-geodb/package.json | 2 +- packages/fxa-graphql-api/CHANGELOG.md | 4 ++++ packages/fxa-graphql-api/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-react/CHANGELOG.md | 4 ++++ packages/fxa-react/package.json | 2 +- packages/fxa-settings/CHANGELOG.md | 4 ++++ packages/fxa-settings/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 +- 28 files changed, 78 insertions(+), 14 deletions(-) diff --git a/packages/fxa-admin-panel/CHANGELOG.md b/packages/fxa-admin-panel/CHANGELOG.md index 579ad8edf5..105181f7cc 100644 --- a/packages/fxa-admin-panel/CHANGELOG.md +++ b/packages/fxa-admin-panel/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### Bug fixes diff --git a/packages/fxa-admin-panel/package.json b/packages/fxa-admin-panel/package.json index aa266ad03b..11622ed5e1 100644 --- a/packages/fxa-admin-panel/package.json +++ b/packages/fxa-admin-panel/package.json @@ -1,6 +1,6 @@ { "name": "fxa-admin-panel", - "version": "1.230.0", + "version": "1.230.1", "description": "FxA Admin Panel", "scripts": { "build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css", diff --git a/packages/fxa-admin-server/CHANGELOG.md b/packages/fxa-admin-server/CHANGELOG.md index f9c9843cb7..423cd9d30a 100644 --- a/packages/fxa-admin-server/CHANGELOG.md +++ b/packages/fxa-admin-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### Other changes diff --git a/packages/fxa-admin-server/package.json b/packages/fxa-admin-server/package.json index 12349b6b92..e6309465a2 100644 --- a/packages/fxa-admin-server/package.json +++ b/packages/fxa-admin-server/package.json @@ -1,6 +1,6 @@ { "name": "fxa-admin-server", - "version": "1.230.0", + "version": "1.230.1", "description": "FxA GraphQL Admin Server", "scripts": { "prebuild": "rimraf dist", diff --git a/packages/fxa-auth-server/CHANGELOG.md b/packages/fxa-auth-server/CHANGELOG.md index 7926730cce..44b653d131 100644 --- a/packages/fxa-auth-server/CHANGELOG.md +++ b/packages/fxa-auth-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### New features diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index 25efc3b919..def1a488e5 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.230.0", + "version": "1.230.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 d8d0686c14..1b9b706b3e 100644 --- a/packages/fxa-content-server/CHANGELOG.md +++ b/packages/fxa-content-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### Bug fixes diff --git a/packages/fxa-content-server/package.json b/packages/fxa-content-server/package.json index ca20f1dbc3..9424a8be37 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.230.0", + "version": "1.230.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 e6389cc4fd..6bcdf0ff8a 100644 --- a/packages/fxa-customs-server/CHANGELOG.md +++ b/packages/fxa-customs-server/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.230.1 + +### Other changes + +- deps: bump @google-cloud/pubsub from 2.18.4 to 2.19.0" ([f3b198b17](https://github.com/mozilla/fxa/commit/f3b198b17)) + ## 1.230.0 ### Other changes diff --git a/packages/fxa-customs-server/package.json b/packages/fxa-customs-server/package.json index 80afd48c57..d9010835cc 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.230.0", + "version": "1.230.1", "description": "Firefox Accounts Customs Server", "author": "Mozilla (https://mozilla.org/)", "license": "MPL-2.0", diff --git a/packages/fxa-event-broker/CHANGELOG.md b/packages/fxa-event-broker/CHANGELOG.md index 23fb74b92b..29e597e506 100644 --- a/packages/fxa-event-broker/CHANGELOG.md +++ b/packages/fxa-event-broker/CHANGELOG.md @@ -1,5 +1,15 @@ # Change history +## 1.230.1 + +### Bug fixes + +- broker: update test timeouts ([8bddb2939](https://github.com/mozilla/fxa/commit/8bddb2939)) + +### Other changes + +- deps: bump @google-cloud/pubsub from 2.18.4 to 2.19.0" ([f3b198b17](https://github.com/mozilla/fxa/commit/f3b198b17)) + ## 1.230.0 ### Other changes diff --git a/packages/fxa-event-broker/package.json b/packages/fxa-event-broker/package.json index ecc08af735..ee1d4ce5e6 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.230.0", + "version": "1.230.1", "description": "Firefox Accounts Event Broker", "scripts": { "audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-", diff --git a/packages/fxa-geodb/CHANGELOG.md b/packages/fxa-geodb/CHANGELOG.md index 27ba394405..935c72c374 100644 --- a/packages/fxa-geodb/CHANGELOG.md +++ b/packages/fxa-geodb/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.230.1 + +No changes. + ## 1.230.0 No changes. diff --git a/packages/fxa-geodb/package.json b/packages/fxa-geodb/package.json index 51fdf06e1e..d05a557591 100644 --- a/packages/fxa-geodb/package.json +++ b/packages/fxa-geodb/package.json @@ -1,6 +1,6 @@ { "name": "fxa-geodb", - "version": "1.230.0", + "version": "1.230.1", "description": "Firefox Accounts GeoDB Repo for Geolocation based services", "main": "lib/fxa-geodb.js", "directories": { diff --git a/packages/fxa-graphql-api/CHANGELOG.md b/packages/fxa-graphql-api/CHANGELOG.md index e06b5f9da7..28636a7cf5 100644 --- a/packages/fxa-graphql-api/CHANGELOG.md +++ b/packages/fxa-graphql-api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### Other changes diff --git a/packages/fxa-graphql-api/package.json b/packages/fxa-graphql-api/package.json index 7e09b5964a..746b6e8cae 100644 --- a/packages/fxa-graphql-api/package.json +++ b/packages/fxa-graphql-api/package.json @@ -1,6 +1,6 @@ { "name": "fxa-graphql-api", - "version": "1.230.0", + "version": "1.230.1", "description": "FxA GraphQL API", "scripts": { "prebuild": "rimraf dist", diff --git a/packages/fxa-payments-server/CHANGELOG.md b/packages/fxa-payments-server/CHANGELOG.md index 3d960690f1..81823297b3 100644 --- a/packages/fxa-payments-server/CHANGELOG.md +++ b/packages/fxa-payments-server/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.230.1 + +No changes. + ## 1.230.0 ### New features diff --git a/packages/fxa-payments-server/package.json b/packages/fxa-payments-server/package.json index 28b177dc53..b430c34292 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.230.0", + "version": "1.230.1", "description": "Firefox Accounts Payments Service", "scripts": { "build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss", diff --git a/packages/fxa-profile-server/CHANGELOG.md b/packages/fxa-profile-server/CHANGELOG.md index 349949a270..6d0ed848c3 100644 --- a/packages/fxa-profile-server/CHANGELOG.md +++ b/packages/fxa-profile-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### Other changes diff --git a/packages/fxa-profile-server/package.json b/packages/fxa-profile-server/package.json index 5d0f68512b..0109c22baf 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.230.0", + "version": "1.230.1", "private": true, "description": "Firefox Accounts Profile service.", "scripts": { diff --git a/packages/fxa-react/CHANGELOG.md b/packages/fxa-react/CHANGELOG.md index 786f1412f9..b92aaf218e 100644 --- a/packages/fxa-react/CHANGELOG.md +++ b/packages/fxa-react/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### Other changes diff --git a/packages/fxa-react/package.json b/packages/fxa-react/package.json index 6df2ccdc72..29f9025a06 100644 --- a/packages/fxa-react/package.json +++ b/packages/fxa-react/package.json @@ -1,6 +1,6 @@ { "name": "fxa-react", - "version": "1.230.0", + "version": "1.230.1", "description": "Shared components for FxA React Apps", "exports": { "./components/": "./dist/components/", diff --git a/packages/fxa-settings/CHANGELOG.md b/packages/fxa-settings/CHANGELOG.md index f252821641..ca9f1dc12a 100644 --- a/packages/fxa-settings/CHANGELOG.md +++ b/packages/fxa-settings/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.230.1 + +No changes. + ## 1.230.0 ### Other changes diff --git a/packages/fxa-settings/package.json b/packages/fxa-settings/package.json index 25372dd76b..fbd981fdb1 100644 --- a/packages/fxa-settings/package.json +++ b/packages/fxa-settings/package.json @@ -1,6 +1,6 @@ { "name": "fxa-settings", - "version": "1.230.0", + "version": "1.230.1", "homepage": "https://accounts.firefox.com/settings", "private": true, "scripts": { diff --git a/packages/fxa-shared/CHANGELOG.md b/packages/fxa-shared/CHANGELOG.md index cd54b49b58..b1d972b9e0 100644 --- a/packages/fxa-shared/CHANGELOG.md +++ b/packages/fxa-shared/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.230.1 + +No changes. + ## 1.230.0 ### New features diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index 6ffa8941c9..cb5ab8c1b3 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -1,6 +1,6 @@ { "name": "fxa-shared", - "version": "1.230.0", + "version": "1.230.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 3873ee5545..d84c68b351 100644 --- a/packages/fxa-support-panel/CHANGELOG.md +++ b/packages/fxa-support-panel/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.230.1 + +No changes. + ## 1.230.0 ### Other changes diff --git a/packages/fxa-support-panel/package.json b/packages/fxa-support-panel/package.json index 185b2667f9..2baf134e98 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.230.0", + "version": "1.230.1", "description": "Small app to help customer support access FxA details", "directories": { "test": "test"