diff --git a/AUTHORS b/AUTHORS index 69291fcbeff..7dac794c623 100644 --- a/AUTHORS +++ b/AUTHORS @@ -37,11 +37,11 @@ Claas Augner claubatista Cronus1007 Dan Callahan -Dan Schomburg Danny Amey Danny Coates -Dave Justice +Dan Schomburg dave justice +Dave Justice Deeksha Tiwari Deepti dependabot[bot] @@ -69,8 +69,8 @@ Glen Mailer Greg Guthe GuptaTanisha Gurjeet Singh -Hannah Quay-de la Vallee hannahqd +Hannah Quay-de la Vallee Heather Booker Hector Zhao hritvi @@ -91,8 +91,8 @@ Jed Parsons Jody Heavener Johannes Faust John Gruen -John Morrison johngruen +John Morrison Jon Buckley Jon Petto Josef Weldemariam @@ -112,15 +112,15 @@ Larissa Gaulia larissagaulia Lauren Zugai Leif Oines -Les Orchard lesley -Lesley Norton lesleyjanenorton +Lesley Norton +Les Orchard Lisa Chan Lloyd Hilaiel luke crouch -Mark Striemer markh@babelzilla.org +Mark Striemer Marty Ballard matjaz@mozilla.com Matt Stavola @@ -151,8 +151,8 @@ Nick Alexander Nick Chapman Nkwuda Sunday Cletus Omkar Yadav -Peter deHaan petercpg@mail.moztw.org +Peter deHaan Phil Booth Philip Jenvey Princi Vershwal @@ -165,8 +165,8 @@ Renoir Boulanger Renovate Bot Riadh Chtara riadhchtara -Ricky Rosario ricky rosario +Ricky Rosario Rishi Baldawa Robert Kowalski Roger Meier @@ -181,8 +181,8 @@ Sai Prashanth Chandramouli Sam Penrose Sarah Bird sdespacio -Se Yeon Kim Sean McArthur +Se Yeon Kim Shane Tomlinson shikhar-scs Shivam Singhal @@ -217,6 +217,6 @@ Yehuda B Yehuda Bar-Nir YFdyh000 yogita -Zach Carter Zachary Carter +Zach Carter 郭佳慧 diff --git a/packages/fxa-admin-panel/package.json b/packages/fxa-admin-panel/package.json index 51e71c33d4b..b84d6d79571 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.240.2", + "version": "1.241.0", "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 fe679dece06..0ae6562f16d 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.240.2", + "version": "1.241.0", "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 dcf665f901c..bbd835d9739 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.240.2", + "version": "1.241.0", "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 d39b7dc653f..ffa9ce789e4 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.240.2", + "version": "1.241.0", "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 f4cac68edcd..635761a4f1f 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.240.2", + "version": "1.241.0", "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 8332e095802..cc729ad0cde 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.240.2", + "version": "1.241.0", "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 464dee8de63..23f05640092 100644 --- a/packages/fxa-geodb/package.json +++ b/packages/fxa-geodb/package.json @@ -1,6 +1,6 @@ { "name": "fxa-geodb", - "version": "1.240.2", + "version": "1.241.0", "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 c2ec270dbe6..f5edd8c2d87 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.240.2", + "version": "1.241.0", "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 33ecc9b3d0b..074ec9a07ee 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.240.2", + "version": "1.241.0", "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 3fa6d3c7977..d20ff06e1f5 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.240.2", + "version": "1.241.0", "private": true, "description": "Firefox Accounts Profile service.", "scripts": { diff --git a/packages/fxa-react/package.json b/packages/fxa-react/package.json index 556d49b5fc6..014ab642787 100644 --- a/packages/fxa-react/package.json +++ b/packages/fxa-react/package.json @@ -1,6 +1,6 @@ { "name": "fxa-react", - "version": "1.240.2", + "version": "1.241.0", "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 86296c77450..0cff54c90f2 100644 --- a/packages/fxa-settings/package.json +++ b/packages/fxa-settings/package.json @@ -1,6 +1,6 @@ { "name": "fxa-settings", - "version": "1.240.2", + "version": "1.241.0", "homepage": "https://accounts.firefox.com/settings", "private": true, "scripts": { diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index ad0abadeb38..b6a1c532291 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -1,6 +1,6 @@ { "name": "fxa-shared", - "version": "1.240.2", + "version": "1.241.0", "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 ecfa36652e1..c6458a1cf0e 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.240.2", + "version": "1.241.0", "description": "Small app to help customer support access FxA details", "directories": { "test": "test"