From 77983117b6a22bb5b3aa40a1de06edd6264b5af3 Mon Sep 17 00:00:00 2001 From: Wil Clouser Date: Fri, 30 Sep 2022 14:16:31 -0700 Subject: [PATCH] Release 1.242.4 --- packages/fxa-admin-panel/package.json | 2 +- packages/fxa-admin-server/package.json | 2 +- packages/fxa-auth-server/package.json | 2 +- packages/fxa-content-server/package.json | 2 +- packages/fxa-customs-server/package.json | 2 +- packages/fxa-event-broker/package.json | 2 +- packages/fxa-geodb/package.json | 2 +- packages/fxa-graphql-api/package.json | 2 +- packages/fxa-payments-server/package.json | 2 +- packages/fxa-profile-server/package.json | 2 +- packages/fxa-react/package.json | 2 +- packages/fxa-settings/package.json | 2 +- packages/fxa-shared/package.json | 2 +- packages/fxa-support-panel/package.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/fxa-admin-panel/package.json b/packages/fxa-admin-panel/package.json index 1c79fe3277..2af2226c3b 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.242.3", + "version": "1.242.4", "description": "FxA Admin Panel", "scripts": { "build-css": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/tailwind.out.css", diff --git a/packages/fxa-admin-server/package.json b/packages/fxa-admin-server/package.json index 5805fb5164..1f3de83d02 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.242.3", + "version": "1.242.4", "description": "FxA GraphQL Admin Server", "scripts": { "prebuild": "rimraf dist", diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index 50b13a4a45..414279f6a4 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.242.3", + "version": "1.242.4", "description": "Firefox Accounts, an identity provider for Mozilla cloud services", "bin": { "fxa-auth": "./bin/key_server.js" diff --git a/packages/fxa-content-server/package.json b/packages/fxa-content-server/package.json index a673610ba7..b227a6c7c0 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.242.3", + "version": "1.242.4", "description": "Firefox Accounts Content Server", "scripts": { "build": "tsc --build ../fxa-react && npm run build-css && NODE_ENV=production grunt build", diff --git a/packages/fxa-customs-server/package.json b/packages/fxa-customs-server/package.json index c303b86925..e9438e03c2 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.242.3", + "version": "1.242.4", "description": "Firefox Accounts Customs Server", "author": "Mozilla (https://mozilla.org/)", "license": "MPL-2.0", diff --git a/packages/fxa-event-broker/package.json b/packages/fxa-event-broker/package.json index 075adff0b1..c0a6b76077 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.242.3", + "version": "1.242.4", "description": "Firefox Accounts Event Broker", "scripts": { "audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-", diff --git a/packages/fxa-geodb/package.json b/packages/fxa-geodb/package.json index 209250cb1a..6d432a04a2 100644 --- a/packages/fxa-geodb/package.json +++ b/packages/fxa-geodb/package.json @@ -1,6 +1,6 @@ { "name": "fxa-geodb", - "version": "1.242.3", + "version": "1.242.4", "description": "Firefox Accounts GeoDB Repo for Geolocation based services", "main": "lib/fxa-geodb.js", "directories": { diff --git a/packages/fxa-graphql-api/package.json b/packages/fxa-graphql-api/package.json index e0e58e4cd9..c8bd659675 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.242.3", + "version": "1.242.4", "description": "FxA GraphQL API", "scripts": { "prebuild": "rimraf dist", diff --git a/packages/fxa-payments-server/package.json b/packages/fxa-payments-server/package.json index b70bcb57b6..36de9ae0bf 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.242.3", + "version": "1.242.4", "description": "Firefox Accounts Payments Service", "scripts": { "build-css": "tailwindcss --postcss -i ./src/styles/tailwind.css -o ./src/styles/tailwind.out.css", diff --git a/packages/fxa-profile-server/package.json b/packages/fxa-profile-server/package.json index 0677256526..a4b98830b2 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.242.3", + "version": "1.242.4", "private": true, "description": "Firefox Accounts Profile service.", "scripts": { diff --git a/packages/fxa-react/package.json b/packages/fxa-react/package.json index fb3ac30007..c30d2074c9 100644 --- a/packages/fxa-react/package.json +++ b/packages/fxa-react/package.json @@ -1,6 +1,6 @@ { "name": "fxa-react", - "version": "1.242.3", + "version": "1.242.4", "description": "Shared components for FxA React Apps", "exports": { "./components/": "./dist/components/", diff --git a/packages/fxa-settings/package.json b/packages/fxa-settings/package.json index d5afef3962..8dc1d279ec 100644 --- a/packages/fxa-settings/package.json +++ b/packages/fxa-settings/package.json @@ -1,6 +1,6 @@ { "name": "fxa-settings", - "version": "1.242.3", + "version": "1.242.4", "homepage": "https://accounts.firefox.com/settings", "private": true, "scripts": { diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index 8b2db05edb..c170a5b2a7 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -1,6 +1,6 @@ { "name": "fxa-shared", - "version": "1.242.3", + "version": "1.242.4", "description": "Shared module for FxA repositories", "main": "dist/index.js", "exports": { diff --git a/packages/fxa-support-panel/package.json b/packages/fxa-support-panel/package.json index b6007bb1e0..82695edcb5 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.242.3", + "version": "1.242.4", "description": "Small app to help customer support access FxA details", "directories": { "test": "test"