Skip to content

Commit

Permalink
Release 1.232.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed May 11, 2022
1 parent 895e092 commit ce5f77f
Show file tree
Hide file tree
Showing 29 changed files with 189 additions and 14 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Farhan Khan
feelcoder
Florian Dieminger
Fmstrat
Francesco Lodolo
Francesco Lodolo [:flod]
Francois Marier
fxa-bananafox[bot]
Gaurangi
Expand Down Expand Up @@ -123,6 +125,7 @@ Matt Stavola
max thomas
Maxx Crawford
Megha Kumari
Meghan Sardesai
MeridelW
Michael Kane Juncker
michael.koehler1@gmx.de
Expand All @@ -138,6 +141,8 @@ MrDHat
Muhammad Farhan
Mutasem Aldmour
Mynah Marie
naveen
naveensrinivasan
Nelson Pestana
Nicholas Mandel
Nick Alexander
Expand Down
16 changes: 16 additions & 0 deletions packages/fxa-admin-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.232.0

### New features

- fxa-admin-panel: 52d49c0cd feat(fxa-admin-panel) allow admin to enable login for account from admin panel ([52d49c0cd](https://github.com/mozilla/fxa/commit/52d49c0cd))
- fxa-admin-panel: add new event name to db ([956896b7f](https://github.com/mozilla/fxa/commit/956896b7f))

### Bug fixes

- fxa-admin-panel: 0ad1c7434 fix(fxa-admin-panel) temporarily add logging to debug on staging and update tests ([0ad1c7434](https://github.com/mozilla/fxa/commit/0ad1c7434))
- admin-panel: trim whitespace from admin panel search bar Because: ([0b3da7a51](https://github.com/mozilla/fxa/commit/0b3da7a51))

### Other changes

- admin-panel: Add guard to serverside ([6d3720096](https://github.com/mozilla/fxa/commit/6d3720096))

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "FxA Admin Panel",
"scripts": {
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",
Expand Down
17 changes: 17 additions & 0 deletions packages/fxa-admin-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.232.0

### New features

- fxa-admin-panel: 52d49c0cd feat(fxa-admin-panel) allow admin to enable login for account from admin panel ([52d49c0cd](https://github.com/mozilla/fxa/commit/52d49c0cd))
- fxa-admin-panel: add new event name to db ([956896b7f](https://github.com/mozilla/fxa/commit/956896b7f))

### Bug fixes

- fxa-admin-panel: 0ad1c7434 fix(fxa-admin-panel) temporarily add logging to debug on staging and update tests ([0ad1c7434](https://github.com/mozilla/fxa/commit/0ad1c7434))

### Other changes

- deps-dev: bump tsconfig-paths from 3.14.1 to 4.0.0 ([01eb0c0df](https://github.com/mozilla/fxa/commit/01eb0c0df))
- deps: bump knex from 1.0.7 to 2.0.0 ([258a8258e](https://github.com/mozilla/fxa/commit/258a8258e))
- admin-panel: Add guard to serverside ([6d3720096](https://github.com/mozilla/fxa/commit/6d3720096))

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "FxA GraphQL Admin Server",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
30 changes: 30 additions & 0 deletions packages/fxa-auth-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 1.232.0

### New features

- auth: update capability service to query App Store purchases ([7da4966fe](https://github.com/mozilla/fxa/commit/7da4966fe))
- subscriptions: guess a language tag from plan metadata ([baf50fb9c](https://github.com/mozilla/fxa/commit/baf50fb9c))
- auth: stripe metadata expansion validate url Because: ([f9ecca1f7](https://github.com/mozilla/fxa/commit/f9ecca1f7))

### Bug fixes

- auth: populate ua info in session token for linked account session ([c3efeb3fa](https://github.com/mozilla/fxa/commit/c3efeb3fa))
- email: remove duplicate Fluent string payment-details ([95e2513dc](https://github.com/mozilla/fxa/commit/95e2513dc))
- auth: Invalid unblock code after swapping primary email ([04b1b44ea](https://github.com/mozilla/fxa/commit/04b1b44ea))
- auth: always broadcast stripe sub changes ([78a005f5c](https://github.com/mozilla/fxa/commit/78a005f5c))
- subscriptions: on upgrade use correct invoice line Because: ([44c8823f8](https://github.com/mozilla/fxa/commit/44c8823f8))
- mjml: Use `minifyOptions` instead of `minify` for mjml templates ([a55285db7](https://github.com/mozilla/fxa/commit/a55285db7))
- auth: fix collection prefix for iap ([a67190552](https://github.com/mozilla/fxa/commit/a67190552))
- swagger: import for .ts files, require for .js files ([15500ea8f](https://github.com/mozilla/fxa/commit/15500ea8f))
- swagger: SyntaxError: Cannot use import statement outside a module ([5a9cbcd1b](https://github.com/mozilla/fxa/commit/5a9cbcd1b))

### Other changes

- deps: bump cldr-core from 40.0.0 to 41.0.0 ([5f3e3d312](https://github.com/mozilla/fxa/commit/5f3e3d312))
- 32ef9df8d Remove extra characters from data-l10n-name ([32ef9df8d](https://github.com/mozilla/fxa/commit/32ef9df8d))
- f919c24b4 Fix group comments and apostrophes ([f919c24b4](https://github.com/mozilla/fxa/commit/f919c24b4))
- deps: bump google-auth-library from 7.14.1 to 8.0.2 ([15970de92](https://github.com/mozilla/fxa/commit/15970de92))
- d1fffc036 Addressing PR feedback ([d1fffc036](https://github.com/mozilla/fxa/commit/d1fffc036))
- admin-server,auth-server: Refactor to support querying account subscriptions from admin-server ([9a0add918](https://github.com/mozilla/fxa/commit/9a0add918))
- 4dd44112b import for .ts files ([4dd44112b](https://github.com/mozilla/fxa/commit/4dd44112b))

## 1.231.4

### Bug fixes
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.231.4",
"version": "1.232.0",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"
Expand Down
13 changes: 13 additions & 0 deletions packages/fxa-content-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.232.0

### Bug fixes

- auth: Invalid unblock code after swapping primary email ([04b1b44ea](https://github.com/mozilla/fxa/commit/04b1b44ea))
- fxa-content-server: add spacing bn 3rd party auth buttons Because: ([02e1a3160](https://github.com/mozilla/fxa/commit/02e1a3160))

### Other changes

- deps-dev: bump @babel/cli from 7.17.6 to 7.17.10 ([a7691970c](https://github.com/mozilla/fxa/commit/a7691970c))
- experiments: Remove newsletter experiment ([0e9b1122c](https://github.com/mozilla/fxa/commit/0e9b1122c))
- deps: bump grunt-contrib-clean from 2.0.0 to 2.0.1 ([fae034998](https://github.com/mozilla/fxa/commit/fae034998))

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "Firefox Accounts Content Server",
"scripts": {
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-customs-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.232.0

No changes.

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/fxa-event-broker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change history

## 1.232.0

### Other changes

- deps-dev: bump tsconfig-paths from 3.14.1 to 4.0.0 ([01eb0c0df](https://github.com/mozilla/fxa/commit/01eb0c0df))
- deps: bump google-auth-library from 7.14.1 to 8.0.2 ([15970de92](https://github.com/mozilla/fxa/commit/15970de92))
- deps-dev: bump eslint-plugin-import from 2.25.3 to 2.26.0 ([486ba7931](https://github.com/mozilla/fxa/commit/486ba7931))
- deps-dev: bump @nestjs/testing from 8.4.3 to 8.4.4 ([ec03fa877](https://github.com/mozilla/fxa/commit/ec03fa877))

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "Firefox Accounts Event Broker",
"scripts": {
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history

## 1.232.0

No changes.

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
"main": "lib/fxa-geodb.js",
"directories": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fxa-graphql-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.232.0

### Other changes

- deps: bump knex from 1.0.7 to 2.0.0 ([258a8258e](https://github.com/mozilla/fxa/commit/258a8258e))

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "FxA GraphQL API",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
16 changes: 16 additions & 0 deletions packages/fxa-payments-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change history

## 1.232.0

### New features

- payments: replace <a> external link to <LinkExternal> component Because: ([3d0faa56a](https://github.com/mozilla/fxa/commit/3d0faa56a))

### Bug fixes

- payments: missing metrics props on success Because: ([3d7690a77](https://github.com/mozilla/fxa/commit/3d7690a77))

### Other changes

- deps: bump @stripe/stripe-js from 1.25.0 to 1.29.0 ([f71676c61](https://github.com/mozilla/fxa/commit/f71676c61))
- deps: bump react-redux from 7.2.8 to 8.0.1 ([99d3ca9e5](https://github.com/mozilla/fxa/commit/99d3ca9e5))
- f919c24b4 Fix group comments and apostrophes ([f919c24b4](https://github.com/mozilla/fxa/commit/f919c24b4))

## 1.231.4

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.231.4",
"version": "1.232.0",
"description": "Firefox Accounts Payments Service",
"scripts": {
"build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss",
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-profile-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.232.0

No changes.

## 1.231.4

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-profile-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.231.4",
"version": "1.232.0",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fxa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.232.0

### Bug fixes

- settings: Fixes en-GB strings showing up en-US strings should be displayed ([b9f106f69](https://github.com/mozilla/fxa/commit/b9f106f69))

## 1.231.4

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxa-react",
"version": "1.231.4",
"version": "1.232.0",
"description": "Shared components for FxA React Apps",
"exports": {
"./components/": "./dist/components/",
Expand Down
18 changes: 18 additions & 0 deletions packages/fxa-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.232.0

### Bug fixes

- fxa-settings: update string id on updated string ([e3a7c1e25](https://github.com/mozilla/fxa/commit/e3a7c1e25))
- fxa-settings: bf1b8c266 fix(fxa-settings) remove static list of feature from account deletion warning ([bf1b8c266](https://github.com/mozilla/fxa/commit/bf1b8c266))
- fxa-settings: a22d0dcc0 fix(fxa-settings) update wording on 'unlink account' prompt warning ([a22d0dcc0](https://github.com/mozilla/fxa/commit/a22d0dcc0))
- fxa-settings: limit button margin adjustment to mobile portrait ([39e604b57](https://github.com/mozilla/fxa/commit/39e604b57))
- fxa-settings: 138cb34a2 fix(fxa-settings) fix label vertical centering in mobile ([138cb34a2](https://github.com/mozilla/fxa/commit/138cb34a2))

### Other changes

- fxa-settings: 8ecdf85d1 Revert "fix(fxa-settings) remove static list of feature from account deletion…" ([8ecdf85d1](https://github.com/mozilla/fxa/commit/8ecdf85d1))
- fxa-settings: update string id on updated string" ([122f2c641](https://github.com/mozilla/fxa/commit/122f2c641))
- settings: remove extra white-space before and after "Resend verification code" text Because: ([98a678bca](https://github.com/mozilla/fxa/commit/98a678bca))
- 10b272048 PR Followup ([10b272048](https://github.com/mozilla/fxa/commit/10b272048))
- settings: Disable 2FA and Recovery Code actions when account has no password ([6c911c6e8](https://github.com/mozilla/fxa/commit/6c911c6e8))

## 1.231.4

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxa-settings",
"version": "1.231.4",
"version": "1.232.0",
"homepage": "https://accounts.firefox.com/settings",
"private": true,
"scripts": {
Expand Down
23 changes: 23 additions & 0 deletions packages/fxa-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change history

## 1.232.0

### New features

- auth: update capability service to query App Store purchases ([7da4966fe](https://github.com/mozilla/fxa/commit/7da4966fe))
- fxa-admin-panel: 52d49c0cd feat(fxa-admin-panel) allow admin to enable login for account from admin panel ([52d49c0cd](https://github.com/mozilla/fxa/commit/52d49c0cd))
- fxa-admin-panel: add new event name to db ([956896b7f](https://github.com/mozilla/fxa/commit/956896b7f))
- auth: stripe metadata expansion validate url Because: ([f9ecca1f7](https://github.com/mozilla/fxa/commit/f9ecca1f7))

### Bug fixes

- auth: Invalid unblock code after swapping primary email ([04b1b44ea](https://github.com/mozilla/fxa/commit/04b1b44ea))

### Other changes

- deps: bump cldr-localenames-full from 40.0.0 to 41.0.0 ([1571ad991](https://github.com/mozilla/fxa/commit/1571ad991))
- deps-dev: bump tsconfig-paths from 3.14.1 to 4.0.0 ([01eb0c0df](https://github.com/mozilla/fxa/commit/01eb0c0df))
- deps: bump knex from 1.0.7 to 2.0.0 ([258a8258e](https://github.com/mozilla/fxa/commit/258a8258e))
- d1fffc036 Addressing PR feedback ([d1fffc036](https://github.com/mozilla/fxa/commit/d1fffc036))
- admin-server,auth-server: Refactor to support querying account subscriptions from admin-server ([9a0add918](https://github.com/mozilla/fxa/commit/9a0add918))
- deps-dev: bump @nestjs/testing from 8.4.3 to 8.4.4 ([ec03fa877](https://github.com/mozilla/fxa/commit/ec03fa877))
- admin-panel: Add guard to serverside ([6d3720096](https://github.com/mozilla/fxa/commit/6d3720096))

## 1.231.4

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxa-shared",
"version": "1.231.4",
"version": "1.232.0",
"description": "Shared module for FxA repositories",
"main": "dist/index.js",
"exports": {
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-support-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history

## 1.232.0

No changes.

## 1.231.4

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-support-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxa-support-panel",
"version": "1.231.4",
"version": "1.232.0",
"description": "Small app to help customer support access FxA details",
"directories": {
"test": "test"
Expand Down

0 comments on commit ce5f77f

Please sign in to comment.