Skip to content

Commit

Permalink
Release 1.233.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed May 25, 2022
1 parent 8259947 commit 09be718
Show file tree
Hide file tree
Showing 29 changed files with 292 additions and 26 deletions.
24 changes: 12 additions & 12 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bini11
Brandon Ebersohl
Brian Warner
byrw
César Carruitero
championshuttler
Chiamaka-Uzuegbu
Chris Heilmann
Expand All @@ -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]
Expand Down Expand Up @@ -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
Expand All @@ -90,8 +90,8 @@ Jed Parsons
Jody Heavener
Johannes Faust
John Gruen
John Morrison
johngruen
John Morrison
Jon Buckley
Jon Petto
Josef Weldemariam
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -163,8 +163,8 @@ Renoir Boulanger
Renovate Bot
Riadh Chtara
riadhchtara
Ricky Rosario
ricky rosario
Ricky Rosario
Rishi Baldawa
Robert Kowalski
Roger Meier
Expand All @@ -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
Expand Down Expand Up @@ -214,5 +214,5 @@ Yehuda B
Yehuda Bar-Nir
YFdyh000
yogita
Zach Carter
Zachary Carter
Zach Carter
21 changes: 21 additions & 0 deletions packages/fxa-admin-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-admin-panel/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
21 changes: 21 additions & 0 deletions packages/fxa-admin-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-admin-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
39 changes: 39 additions & 0 deletions packages/fxa-auth-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
15 changes: 15 additions & 0 deletions packages/fxa-content-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-content-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/fxa-customs-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-customs-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/fxa-event-broker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-event-broker/package.json
Original file line number Diff line number Diff line change
@@ -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=-",
Expand Down
6 changes: 6 additions & 0 deletions packages/fxa-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-geodb/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
17 changes: 17 additions & 0 deletions packages/fxa-graphql-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-graphql-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxa-graphql-api",
"version": "1.232.5",
"version": "1.233.0",
"description": "FxA GraphQL API",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
26 changes: 26 additions & 0 deletions packages/fxa-payments-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-payments-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 09be718

Please sign in to comment.