diff --git a/AUTHORS b/AUTHORS index dee7f0ae4aa..33b81229c87 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,6 +25,7 @@ bini11 Brandon Ebersohl Brian Warner byrw +César Carruitero championshuttler Chiamaka-Uzuegbu Chris Heilmann @@ -34,13 +35,12 @@ ckarlof Claas Augner claubatista Cronus1007 -César Carruitero Dan Callahan -Dan Schomburg Danny Amey Danny Coates -Dave Justice +Dan Schomburg dave justice +Dave Justice Deeksha Tiwari Deepti dependabot[bot] @@ -68,8 +68,8 @@ Glen Mailer Greg Guthe GuptaTanisha Gurjeet Singh -Hannah Quay-de la Vallee hannahqd +Hannah Quay-de la Vallee Heather Booker Hector Zhao hritvi @@ -90,8 +90,8 @@ Jed Parsons Jody Heavener Johannes Faust John Gruen -John Morrison johngruen +John Morrison Jon Buckley Jon Petto Josef Weldemariam @@ -110,15 +110,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 @@ -149,8 +149,8 @@ Nick Alexander Nick Chapman Nkwuda Sunday Cletus Omkar Yadav -Peter deHaan petercpg@mail.moztw.org +Peter deHaan Phil Booth Philip Jenvey Princi Vershwal @@ -163,8 +163,8 @@ Renoir Boulanger Renovate Bot Riadh Chtara riadhchtara -Ricky Rosario ricky rosario +Ricky Rosario Rishi Baldawa Robert Kowalski Roger Meier @@ -179,8 +179,8 @@ Sai Prashanth Chandramouli Sam Penrose Sarah Bird sdespacio -Se Yeon Kim Sean McArthur +Se Yeon Kim Shane Tomlinson shikhar-scs Shivam Singhal @@ -214,5 +214,5 @@ Yehuda B Yehuda Bar-Nir YFdyh000 yogita -Zach Carter Zachary Carter +Zach Carter diff --git a/packages/fxa-admin-panel/CHANGELOG.md b/packages/fxa-admin-panel/CHANGELOG.md index f4ee8563297..39a7d680854 100644 --- a/packages/fxa-admin-panel/CHANGELOG.md +++ b/packages/fxa-admin-panel/CHANGELOG.md @@ -1,3 +1,24 @@ +## 1.233.0 + +### New features + +- admin-panel: Add information pertaining to bounceType ([b465f92070](https://github.com/mozilla/fxa/commit/b465f92070)) + +### Bug fixes + +- admin-panel: Fix remote group resolution ([6339b0b966](https://github.com/mozilla/fxa/commit/6339b0b966)) +- fxa-admin-panel: 39fa127b12 fix(fxa-admin-panel) use clearer icons to indicate permission status ([39fa127b12](https://github.com/mozilla/fxa/commit/39fa127b12)) + +### Other changes + +- admin-panel: Provide link to manage customer subscription in stripe. ([f639bce573](https://github.com/mozilla/fxa/commit/f639bce573)) +- admin-panel: Add nestjs subscription service ([0db515ba4d](https://github.com/mozilla/fxa/commit/0db515ba4d)) +- lint: Tweak ESLint config for fxa-admin-panel ([7e214229c1](https://github.com/mozilla/fxa/commit/7e214229c1)) +- deps-dev: bump supertest from 6.2.2 to 6.2.3 ([bb529cfae3](https://github.com/mozilla/fxa/commit/bb529cfae3)) +- deps-dev: bump @testing-library/user-event from 14.1.1 to 14.2.0 ([8f0c475f1f](https://github.com/mozilla/fxa/commit/8f0c475f1f)) +- deps-dev: bump @testing-library/jest-dom from 5.16.2 to 5.16.4 ([06460e4924](https://github.com/mozilla/fxa/commit/06460e4924)) +- deps: bump @sentry/browser from 6.19.4 to 6.19.7 ([f4f16f396f](https://github.com/mozilla/fxa/commit/f4f16f396f)) + ## 1.232.5 No changes. diff --git a/packages/fxa-admin-panel/package.json b/packages/fxa-admin-panel/package.json index aae6082e05c..e32a4766b21 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.232.5", + "version": "1.233.0", "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 15ea2e41588..b52a0b39901 100644 --- a/packages/fxa-admin-server/CHANGELOG.md +++ b/packages/fxa-admin-server/CHANGELOG.md @@ -1,3 +1,24 @@ +## 1.233.0 + +### New features + +- admin-panel: Add information pertaining to bounceType ([b465f92070](https://github.com/mozilla/fxa/commit/b465f92070)) + +### Bug fixes + +- admin-server: Fix broken build command ([17e2f77904](https://github.com/mozilla/fxa/commit/17e2f77904)) +- admin-panel: Fix slow autocomplete in account search ([59051bacbc](https://github.com/mozilla/fxa/commit/59051bacbc)) +- admin-panel: Fix remote group resolution ([6339b0b966](https://github.com/mozilla/fxa/commit/6339b0b966)) + +### Other changes + +- admin-panel: Provide link to manage customer subscription in stripe. ([f639bce573](https://github.com/mozilla/fxa/commit/f639bce573)) +- admin-panel: Add nestjs subscription service ([0db515ba4d](https://github.com/mozilla/fxa/commit/0db515ba4d)) +- deps: bump @nestjs/core from 8.4.4 to 8.4.5 ([8d99b638e1](https://github.com/mozilla/fxa/commit/8d99b638e1)) +- deps: bump @nestjs/platform-express from 8.4.4 to 8.4.5 ([6a6c0e8bba](https://github.com/mozilla/fxa/commit/6a6c0e8bba)) +- deps-dev: bump supertest from 6.2.2 to 6.2.3 ([bb529cfae3](https://github.com/mozilla/fxa/commit/bb529cfae3)) +- deps: bump @nestjs/common from 8.4.4 to 8.4.5 ([a04bc51f0d](https://github.com/mozilla/fxa/commit/a04bc51f0d)) + ## 1.232.5 No changes. diff --git a/packages/fxa-admin-server/package.json b/packages/fxa-admin-server/package.json index bd5f63fb2a8..87659bc6e7f 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.232.5", + "version": "1.233.0", "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 6947a7c4c4f..0579b11d419 100644 --- a/packages/fxa-auth-server/CHANGELOG.md +++ b/packages/fxa-auth-server/CHANGELOG.md @@ -1,3 +1,42 @@ +## 1.233.0 + +### New features + +- auth: create Apple notification handler ([8c2ec84e9b](https://github.com/mozilla/fxa/commit/8c2ec84e9b)) +- fxa-auth-server: 123a585850 feat(fxa-auth-server) set display name from 3rd party auth data ([123a585850](https://github.com/mozilla/fxa/commit/123a585850)) +- fxa-auth-server: 330e8fa93c feat(fxa-auth-server) set up new route ([330e8fa93c](https://github.com/mozilla/fxa/commit/330e8fa93c)) +- devices: Add query param to allow client to filter idle devices ([686f3cd039](https://github.com/mozilla/fxa/commit/686f3cd039)) +- auth: update /billing-and-subscriptions endpoint to include Apple IAP ([3c5928ebda](https://github.com/mozilla/fxa/commit/3c5928ebda)) +- auth: add app store registration endpoint ([088cea0822](https://github.com/mozilla/fxa/commit/088cea0822)) +- payments: rename downloadURL to successActionButtonURL ([e78475453b](https://github.com/mozilla/fxa/commit/e78475453b)) +- third-party auth: Add UI with /create_password route for passwordless accounts ([9192ae82fb](https://github.com/mozilla/fxa/commit/9192ae82fb)) +- payments: add Email Verification to Passwordless Flow Because: ([4ad86a4f9c](https://github.com/mozilla/fxa/commit/4ad86a4f9c)) +- password: Add graphql mutation to support creating a new password ([d693ce671e](https://github.com/mozilla/fxa/commit/d693ce671e)) +- auth: load capabilities from the payment config manager ([2001de33cf](https://github.com/mozilla/fxa/commit/2001de33cf)) + +### Bug fixes + +- test: Fix broken reminders test ([4e26e11737](https://github.com/mozilla/fxa/commit/4e26e11737)) +- swagger: Revise API docs for redocusaurus support ([ac4647ecd1](https://github.com/mozilla/fxa/commit/ac4647ecd1)) +- apple: Generate JWT for client secret on each request ([3d3ea0acdb](https://github.com/mozilla/fxa/commit/3d3ea0acdb)) +- auth: pass Product/Plan Metadata to Email Sender Because: ([2cae023e1d](https://github.com/mozilla/fxa/commit/2cae023e1d)) + +### Other changes + +- deps: Upgrade hapi/joi dependency" ([68a45c436f](https://github.com/mozilla/fxa/commit/68a45c436f)) +- 2a3c5bbef7 Upgrades joi, hapi-swagger and its plugins ([2a3c5bbef7](https://github.com/mozilla/fxa/commit/2a3c5bbef7)) +- auth: add profile mock to tests Because: ([07da354180](https://github.com/mozilla/fxa/commit/07da354180)) +- fxa-auth-server: 208ba8f585 Revert "feat(fxa-auth-server) 3rd party authentication sets default profile display name" ([208ba8f585](https://github.com/mozilla/fxa/commit/208ba8f585)) +- auth: add space to alt text and underline Because: ([588226654f](https://github.com/mozilla/fxa/commit/588226654f)) +- deps-dev: bump sass from 1.50.1 to 1.52.1 ([392301dfb0](https://github.com/mozilla/fxa/commit/392301dfb0)) +- lint: Lint hidden .storybook/ directories ([0709d0ef79](https://github.com/mozilla/fxa/commit/0709d0ef79)) +- deps: bump aws-sdk from 2.1120.0 to 2.1135.0 ([95bffbfbd7](https://github.com/mozilla/fxa/commit/95bffbfbd7)) +- deps: bump grunt from 1.5.2 to 1.5.3 ([5c0afda1da](https://github.com/mozilla/fxa/commit/5c0afda1da)) +- deps: bump @hapi/hoek from 9.3.0 to 10.0.0 ([23ec046a7b](https://github.com/mozilla/fxa/commit/23ec046a7b)) +- deps: bump p-retry from 4.6.2 to 5.1.1 ([9b8a238890](https://github.com/mozilla/fxa/commit/9b8a238890)) +- deps-dev: bump nodemon from 2.0.15 to 2.0.16 ([c86e9b274b](https://github.com/mozilla/fxa/commit/c86e9b274b)) +- deps: bump jwks-rsa from 2.0.5 to 2.1.1 ([3372811252](https://github.com/mozilla/fxa/commit/3372811252)) + ## 1.232.5 No changes. diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index 0bc642fc57c..721b12e4f70 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.232.5", + "version": "1.233.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/CHANGELOG.md b/packages/fxa-content-server/CHANGELOG.md index 439c362f946..83c4fd4136b 100644 --- a/packages/fxa-content-server/CHANGELOG.md +++ b/packages/fxa-content-server/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.233.0 + +### New features + +- payments: rename downloadURL to successActionButtonURL ([e78475453b](https://github.com/mozilla/fxa/commit/e78475453b)) +- payments: add Email Verification to Passwordless Flow Because: ([4ad86a4f9c](https://github.com/mozilla/fxa/commit/4ad86a4f9c)) + +### Other changes + +- deps: Upgrade hapi/joi dependency" ([68a45c436f](https://github.com/mozilla/fxa/commit/68a45c436f)) +- 2a3c5bbef7 Upgrades joi, hapi-swagger and its plugins ([2a3c5bbef7](https://github.com/mozilla/fxa/commit/2a3c5bbef7)) +- deps: bump grunt from 1.5.2 to 1.5.3 ([5c0afda1da](https://github.com/mozilla/fxa/commit/5c0afda1da)) +- content: fix alignment of "Firefox Relay" icon on sign-in page Because: ([2eb4a3a685](https://github.com/mozilla/fxa/commit/2eb4a3a685)) +- deps: bump @sentry/browser from 6.19.4 to 6.19.7 ([f4f16f396f](https://github.com/mozilla/fxa/commit/f4f16f396f)) + ## 1.232.5 No changes. diff --git a/packages/fxa-content-server/package.json b/packages/fxa-content-server/package.json index 118fb0b56fb..9564ee7a4b6 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.232.5", + "version": "1.233.0", "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 75eaabeca51..88124e5f533 100644 --- a/packages/fxa-customs-server/CHANGELOG.md +++ b/packages/fxa-customs-server/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.233.0 + +### Other changes + +- deps-dev: bump tap from 16.0.1 to 16.2.0 ([aed87d3e46](https://github.com/mozilla/fxa/commit/aed87d3e46)) +- deps: bump grunt from 1.5.2 to 1.5.3 ([5c0afda1da](https://github.com/mozilla/fxa/commit/5c0afda1da)) +- deps: bump @hapi/hoek from 9.3.0 to 10.0.0 ([23ec046a7b](https://github.com/mozilla/fxa/commit/23ec046a7b)) + ## 1.232.5 No changes. diff --git a/packages/fxa-customs-server/package.json b/packages/fxa-customs-server/package.json index a098b9ec7ac..7d218d4de9d 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.232.5", + "version": "1.233.0", "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 393d577809f..be58e71410b 100644 --- a/packages/fxa-event-broker/CHANGELOG.md +++ b/packages/fxa-event-broker/CHANGELOG.md @@ -1,5 +1,21 @@ # Change history +## 1.233.0 + +### Other changes + +- deps: Upgrade hapi/joi dependency" ([68a45c436f](https://github.com/mozilla/fxa/commit/68a45c436f)) +- 2a3c5bbef7 Upgrades joi, hapi-swagger and its plugins ([2a3c5bbef7](https://github.com/mozilla/fxa/commit/2a3c5bbef7)) +- deps: bump @nestjs/core from 8.4.4 to 8.4.5 ([8d99b638e1](https://github.com/mozilla/fxa/commit/8d99b638e1)) +- deps: bump sqs-consumer from 5.6.0 to 5.7.0 ([3c5052312b](https://github.com/mozilla/fxa/commit/3c5052312b)) +- deps: bump @nestjs/platform-express from 8.4.4 to 8.4.5 ([6a6c0e8bba](https://github.com/mozilla/fxa/commit/6a6c0e8bba)) +- tests: Fix uncalled .toBeInTheDocument and .toBeTruthy references in tests ([f94f8210a9](https://github.com/mozilla/fxa/commit/f94f8210a9)) +- deps-dev: bump supertest from 6.2.2 to 6.2.3 ([bb529cfae3](https://github.com/mozilla/fxa/commit/bb529cfae3)) +- deps: bump aws-sdk from 2.1120.0 to 2.1135.0 ([95bffbfbd7](https://github.com/mozilla/fxa/commit/95bffbfbd7)) +- deps: bump @nestjs/common from 8.4.4 to 8.4.5 ([a04bc51f0d](https://github.com/mozilla/fxa/commit/a04bc51f0d)) +- deps: bump @hapi/hoek from 9.3.0 to 10.0.0 ([23ec046a7b](https://github.com/mozilla/fxa/commit/23ec046a7b)) +- deps: bump jwks-rsa from 2.0.5 to 2.1.1 ([3372811252](https://github.com/mozilla/fxa/commit/3372811252)) + ## 1.232.5 No changes. diff --git a/packages/fxa-event-broker/package.json b/packages/fxa-event-broker/package.json index 1280843b4af..9987048279f 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.232.5", + "version": "1.233.0", "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 0313859bb0b..abcc1e48fba 100644 --- a/packages/fxa-geodb/CHANGELOG.md +++ b/packages/fxa-geodb/CHANGELOG.md @@ -1,5 +1,11 @@ # Change history +## 1.233.0 + +### Other changes + +- deps: bump maxmind from 2.8.0 to 2.12.0 ([be3d146505](https://github.com/mozilla/fxa/commit/be3d146505)) + ## 1.232.5 No changes. diff --git a/packages/fxa-geodb/package.json b/packages/fxa-geodb/package.json index 99c4e556a5e..a0858e00e30 100644 --- a/packages/fxa-geodb/package.json +++ b/packages/fxa-geodb/package.json @@ -1,6 +1,6 @@ { "name": "fxa-geodb", - "version": "1.232.5", + "version": "1.233.0", "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 7627bec3542..1b647e75c9c 100644 --- a/packages/fxa-graphql-api/CHANGELOG.md +++ b/packages/fxa-graphql-api/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.233.0 + +### New features + +- password: Add graphql mutation to support creating a new password ([d693ce671e](https://github.com/mozilla/fxa/commit/d693ce671e)) + +### Bug fixes + +- graphql: Fix graphql playground ([6544682358](https://github.com/mozilla/fxa/commit/6544682358)) + +### Other changes + +- deps: bump @nestjs/core from 8.4.4 to 8.4.5 ([8d99b638e1](https://github.com/mozilla/fxa/commit/8d99b638e1)) +- deps: bump @nestjs/platform-express from 8.4.4 to 8.4.5 ([6a6c0e8bba](https://github.com/mozilla/fxa/commit/6a6c0e8bba)) +- deps-dev: bump supertest from 6.2.2 to 6.2.3 ([bb529cfae3](https://github.com/mozilla/fxa/commit/bb529cfae3)) +- deps: bump @nestjs/common from 8.4.4 to 8.4.5 ([a04bc51f0d](https://github.com/mozilla/fxa/commit/a04bc51f0d)) + ## 1.232.5 No changes. diff --git a/packages/fxa-graphql-api/package.json b/packages/fxa-graphql-api/package.json index ebf0d5f1732..995ee002557 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.232.5", + "version": "1.233.0", "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 432118fa108..75ce4e86036 100644 --- a/packages/fxa-payments-server/CHANGELOG.md +++ b/packages/fxa-payments-server/CHANGELOG.md @@ -1,5 +1,31 @@ # Change history +## 1.233.0 + +### New features + +- auth: update /billing-and-subscriptions endpoint to include Apple IAP ([3c5928ebda](https://github.com/mozilla/fxa/commit/3c5928ebda)) +- payments: rename downloadURL to successActionButtonURL ([e78475453b](https://github.com/mozilla/fxa/commit/e78475453b)) +- payments: add Email Verification to Passwordless Flow Because: ([4ad86a4f9c](https://github.com/mozilla/fxa/commit/4ad86a4f9c)) +- payments: add new product configuration ([a6e58e6581](https://github.com/mozilla/fxa/commit/a6e58e6581)) + +### Bug fixes + +- payments: fallback text in legal blurb Because: ([a013726d11](https://github.com/mozilla/fxa/commit/a013726d11)) + +### Other changes + +- deps: Upgrade hapi/joi dependency" ([68a45c436f](https://github.com/mozilla/fxa/commit/68a45c436f)) +- 2a3c5bbef7 Upgrades joi, hapi-swagger and its plugins ([2a3c5bbef7](https://github.com/mozilla/fxa/commit/2a3c5bbef7)) +- payments: fix flaky test with date matching Because: ([659755508b](https://github.com/mozilla/fxa/commit/659755508b)) +- deps: bump nocache from 3.0.3 to 3.0.4 ([c6cc2fa8fd](https://github.com/mozilla/fxa/commit/c6cc2fa8fd)) +- lint: Lint hidden .storybook/ directories ([0709d0ef79](https://github.com/mozilla/fxa/commit/0709d0ef79)) +- payments: Missing markup in payment-confirm string ([f464fcfe0e](https://github.com/mozilla/fxa/commit/f464fcfe0e)) +- deps-dev: bump supertest from 6.2.2 to 6.2.3 ([bb529cfae3](https://github.com/mozilla/fxa/commit/bb529cfae3)) +- deps: bump redux from 4.1.2 to 4.2.0 ([2ca7459065](https://github.com/mozilla/fxa/commit/2ca7459065)) +- deps-dev: bump @testing-library/jest-dom from 5.16.2 to 5.16.4 ([06460e4924](https://github.com/mozilla/fxa/commit/06460e4924)) +- deps: bump @sentry/browser from 6.19.4 to 6.19.7 ([f4f16f396f](https://github.com/mozilla/fxa/commit/f4f16f396f)) + ## 1.232.5 No changes. diff --git a/packages/fxa-payments-server/package.json b/packages/fxa-payments-server/package.json index 5183f01f600..4680e0160c1 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.232.5", + "version": "1.233.0", "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 c51b6ea152f..bca9de5d59e 100644 --- a/packages/fxa-profile-server/CHANGELOG.md +++ b/packages/fxa-profile-server/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.233.0 + +### New features + +- fxa-auth-server: 123a585850 feat(fxa-auth-server) set display name from 3rd party auth data ([123a585850](https://github.com/mozilla/fxa/commit/123a585850)) +- fxa-auth-server: 330e8fa93c feat(fxa-auth-server) set up new route ([330e8fa93c](https://github.com/mozilla/fxa/commit/330e8fa93c)) + +### Other changes + +- deps: Upgrade hapi/joi dependency" ([68a45c436f](https://github.com/mozilla/fxa/commit/68a45c436f)) +- 2a3c5bbef7 Upgrades joi, hapi-swagger and its plugins ([2a3c5bbef7](https://github.com/mozilla/fxa/commit/2a3c5bbef7)) +- fxa-auth-server: 208ba8f585 Revert "feat(fxa-auth-server) 3rd party authentication sets default profile display name" ([208ba8f585](https://github.com/mozilla/fxa/commit/208ba8f585)) +- deps: bump aws-sdk from 2.1120.0 to 2.1135.0 ([95bffbfbd7](https://github.com/mozilla/fxa/commit/95bffbfbd7)) +- deps: bump @hapi/boom from 9.1.4 to 10.0.0 ([dd619dad76](https://github.com/mozilla/fxa/commit/dd619dad76)) + ## 1.232.5 No changes. diff --git a/packages/fxa-profile-server/package.json b/packages/fxa-profile-server/package.json index 044b4876df1..fe9d4eab1b4 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.232.5", + "version": "1.233.0", "private": true, "description": "Firefox Accounts Profile service.", "scripts": { diff --git a/packages/fxa-react/CHANGELOG.md b/packages/fxa-react/CHANGELOG.md index 98808fd1f2e..3e2b17857ef 100644 --- a/packages/fxa-react/CHANGELOG.md +++ b/packages/fxa-react/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.233.0 + +### Bug fixes + +- settings: Add default text to several l10n.getString calls ([84a922daa7](https://github.com/mozilla/fxa/commit/84a922daa7)) + +### Other changes + +- deps-dev: bump sass from 1.50.1 to 1.52.1 ([392301dfb0](https://github.com/mozilla/fxa/commit/392301dfb0)) +- lint: Lint hidden .storybook/ directories ([0709d0ef79](https://github.com/mozilla/fxa/commit/0709d0ef79)) +- deps-dev: bump @testing-library/user-event from 14.1.1 to 14.2.0 ([8f0c475f1f](https://github.com/mozilla/fxa/commit/8f0c475f1f)) +- deps-dev: bump @testing-library/jest-dom from 5.16.2 to 5.16.4 ([06460e4924](https://github.com/mozilla/fxa/commit/06460e4924)) + ## 1.232.5 No changes. diff --git a/packages/fxa-react/package.json b/packages/fxa-react/package.json index ab8620d03a9..d1bbd456823 100644 --- a/packages/fxa-react/package.json +++ b/packages/fxa-react/package.json @@ -1,6 +1,6 @@ { "name": "fxa-react", - "version": "1.232.5", + "version": "1.233.0", "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 825d577c5ae..4bc2ded4e06 100644 --- a/packages/fxa-settings/CHANGELOG.md +++ b/packages/fxa-settings/CHANGELOG.md @@ -1,3 +1,28 @@ +## 1.233.0 + +### New features + +- settings: Add Pontoon icon+link. Fix FXA-4917 Fix #12574 ([9c960d534b](https://github.com/mozilla/fxa/commit/9c960d534b)) +- third-party auth: Add UI with /create_password route for passwordless accounts ([9192ae82fb](https://github.com/mozilla/fxa/commit/9192ae82fb)) + +### Bug fixes + +- ftl: Don't treat Firefox Sync as a feature name ([2716b30ed4](https://github.com/mozilla/fxa/commit/2716b30ed4)) +- strings: Add default string for delete account checkbox ([2b08fce98f](https://github.com/mozilla/fxa/commit/2b08fce98f)) +- settings: Add default text to several l10n.getString calls ([84a922daa7](https://github.com/mozilla/fxa/commit/84a922daa7)) + +### Other changes + +- deps: bump react-easy-crop from 4.1.4 to 4.2.0 ([4592d6bbd3](https://github.com/mozilla/fxa/commit/4592d6bbd3)) +- tests: Fix uncalled .toBeInTheDocument and .toBeTruthy references in tests ([f94f8210a9](https://github.com/mozilla/fxa/commit/f94f8210a9)) +- lint: Fix linting in fxa-settings package ([b7b5019c12](https://github.com/mozilla/fxa/commit/b7b5019c12)) +- settings: remove extra white-space before and after "Resend verification code" text Because: ([bcfd3dbf4d](https://github.com/mozilla/fxa/commit/bcfd3dbf4d)) +- Replace apostrophe in uth-error-114 string ([0eb785fff0](https://github.com/mozilla/fxa/commit/0eb785fff0)) +- deps-dev: bump @testing-library/user-event from 14.1.1 to 14.2.0 ([8f0c475f1f](https://github.com/mozilla/fxa/commit/8f0c475f1f)) +- deps-dev: bump @testing-library/jest-dom from 5.16.2 to 5.16.4 ([06460e4924](https://github.com/mozilla/fxa/commit/06460e4924)) +- settings: fix alignment of headers on Settings page Because: ([03732b2a63](https://github.com/mozilla/fxa/commit/03732b2a63)) +- deps: bump @sentry/browser from 6.19.4 to 6.19.7 ([f4f16f396f](https://github.com/mozilla/fxa/commit/f4f16f396f)) + ## 1.232.5 No changes. diff --git a/packages/fxa-settings/package.json b/packages/fxa-settings/package.json index 6974e67eb8e..11ac6a6a5d3 100644 --- a/packages/fxa-settings/package.json +++ b/packages/fxa-settings/package.json @@ -1,6 +1,6 @@ { "name": "fxa-settings", - "version": "1.232.5", + "version": "1.233.0", "homepage": "https://accounts.firefox.com/settings", "private": true, "scripts": { diff --git a/packages/fxa-shared/CHANGELOG.md b/packages/fxa-shared/CHANGELOG.md index c5b6a55ef55..4479579f995 100644 --- a/packages/fxa-shared/CHANGELOG.md +++ b/packages/fxa-shared/CHANGELOG.md @@ -1,5 +1,34 @@ # Change history +## 1.233.0 + +### New features + +- auth: create Apple notification handler ([8c2ec84e9b](https://github.com/mozilla/fxa/commit/8c2ec84e9b)) +- devices: Add query param to allow client to filter idle devices ([686f3cd039](https://github.com/mozilla/fxa/commit/686f3cd039)) +- auth: update /billing-and-subscriptions endpoint to include Apple IAP ([3c5928ebda](https://github.com/mozilla/fxa/commit/3c5928ebda)) +- l10n: remove sr-LATN support. Fix FXA-5126 ([5cdd851e92](https://github.com/mozilla/fxa/commit/5cdd851e92)) +- payments: rename downloadURL to successActionButtonURL ([e78475453b](https://github.com/mozilla/fxa/commit/e78475453b)) +- third-party auth: Add UI with /create_password route for passwordless accounts ([9192ae82fb](https://github.com/mozilla/fxa/commit/9192ae82fb)) +- payments: add Email Verification to Passwordless Flow Because: ([4ad86a4f9c](https://github.com/mozilla/fxa/commit/4ad86a4f9c)) +- password: Add graphql mutation to support creating a new password ([d693ce671e](https://github.com/mozilla/fxa/commit/d693ce671e)) +- payments: add new product configuration ([a6e58e6581](https://github.com/mozilla/fxa/commit/a6e58e6581)) + +### Bug fixes + +- fxa-shared: add missing type declarations for AppendedAppStore/PlayStoreSubscriptionPurchase ([7f64804da3](https://github.com/mozilla/fxa/commit/7f64804da3)) +- admin-panel: Fix remote group resolution ([6339b0b966](https://github.com/mozilla/fxa/commit/6339b0b966)) + +### Other changes + +- deps: Upgrade hapi/joi dependency" ([68a45c436f](https://github.com/mozilla/fxa/commit/68a45c436f)) +- 2a3c5bbef7 Upgrades joi, hapi-swagger and its plugins ([2a3c5bbef7](https://github.com/mozilla/fxa/commit/2a3c5bbef7)) +- admin-panel: Add nestjs subscription service ([0db515ba4d](https://github.com/mozilla/fxa/commit/0db515ba4d)) +- deps: bump @nestjs/core from 8.4.4 to 8.4.5 ([8d99b638e1](https://github.com/mozilla/fxa/commit/8d99b638e1)) +- deps: bump aws-sdk from 2.1120.0 to 2.1135.0 ([95bffbfbd7](https://github.com/mozilla/fxa/commit/95bffbfbd7)) +- deps: bump @nestjs/common from 8.4.4 to 8.4.5 ([a04bc51f0d](https://github.com/mozilla/fxa/commit/a04bc51f0d)) +- deps: bump @sentry/browser from 6.19.4 to 6.19.7 ([f4f16f396f](https://github.com/mozilla/fxa/commit/f4f16f396f)) + ## 1.232.5 ### New features diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index 9158bd4c849..5564d6c4c14 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -1,6 +1,6 @@ { "name": "fxa-shared", - "version": "1.232.5", + "version": "1.233.0", "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 e8179920a8d..e2b76ad2084 100644 --- a/packages/fxa-support-panel/CHANGELOG.md +++ b/packages/fxa-support-panel/CHANGELOG.md @@ -1,5 +1,20 @@ # Change history +## 1.233.0 + +### Bug fixes + +- support-panel: remove AbbrevPlayPurchase type ([e69a4fa20f](https://github.com/mozilla/fxa/commit/e69a4fa20f)) + +### Other changes + +- deps: Upgrade hapi/joi dependency" ([68a45c436f](https://github.com/mozilla/fxa/commit/68a45c436f)) +- 2a3c5bbef7 Upgrades joi, hapi-swagger and its plugins ([2a3c5bbef7](https://github.com/mozilla/fxa/commit/2a3c5bbef7)) +- deps: bump @nestjs/core from 8.4.4 to 8.4.5 ([8d99b638e1](https://github.com/mozilla/fxa/commit/8d99b638e1)) +- deps: bump @nestjs/platform-express from 8.4.4 to 8.4.5 ([6a6c0e8bba](https://github.com/mozilla/fxa/commit/6a6c0e8bba)) +- deps-dev: bump supertest from 6.2.2 to 6.2.3 ([bb529cfae3](https://github.com/mozilla/fxa/commit/bb529cfae3)) +- deps: bump @nestjs/common from 8.4.4 to 8.4.5 ([a04bc51f0d](https://github.com/mozilla/fxa/commit/a04bc51f0d)) + ## 1.232.5 No changes. diff --git a/packages/fxa-support-panel/package.json b/packages/fxa-support-panel/package.json index d0a849fe0bc..47ce0082ff8 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.232.5", + "version": "1.233.0", "description": "Small app to help customer support access FxA details", "directories": { "test": "test"