Skip to content

Commit

Permalink
Release 1.235.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dschom committed Jun 22, 2022
1 parent 587aa6b commit 319026d
Show file tree
Hide file tree
Showing 28 changed files with 206 additions and 14 deletions.
14 changes: 14 additions & 0 deletions packages/fxa-admin-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.235.0

### Bug fixes

- admin-panel: Fix warnings about wrapping components rendered in 'act' ([f342373b9](https://github.com/mozilla/fxa/commit/f342373b9))
- admin-panel: Key subscription date fields were rendered incorrectly ([5bda7eb74](https://github.com/mozilla/fxa/commit/5bda7eb74))
- admin-panel: Fix 404 errors that would happen on direct navigation to a page. ([9547e1e0e](https://github.com/mozilla/fxa/commit/9547e1e0e))

### Other changes

- admin-panel: Remove Site Status and Admin Logs sections ([62ebcfd5b](https://github.com/mozilla/fxa/commit/62ebcfd5b))
- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))

## 1.234.2

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

### Bug fixes

- admin-panel: Key subscription date fields were rendered incorrectly ([5bda7eb74](https://github.com/mozilla/fxa/commit/5bda7eb74))
- admin-panel: Fix link to 'Manage Subscriptions' ([5f4f81bea](https://github.com/mozilla/fxa/commit/5f4f81bea))

### Other changes

- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- all: run TS compiler as part of test-many job ([ddba42afd](https://github.com/mozilla/fxa/commit/ddba42afd))
- deps: bump @nestjs/common from 8.4.5 to 8.4.7 ([606541d8a](https://github.com/mozilla/fxa/commit/606541d8a))
- deps: bump googleapis from 100.0.0 to 102.0.0 ([f7fca03da](https://github.com/mozilla/fxa/commit/f7fca03da))
- deps: bump stripe from 9.7.0 to 9.8.0 ([565840734](https://github.com/mozilla/fxa/commit/565840734))
- deps: bump stripe from 9.6.0 to 9.7.0 ([2aba5966a](https://github.com/mozilla/fxa/commit/2aba5966a))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))
- deps: bump @nestjs/config from 2.0.0 to 2.1.0 ([c8ce6c69a](https://github.com/mozilla/fxa/commit/c8ce6c69a))

## 1.234.2

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

### New features

- auth: copy paypal name into stripe record ([3d6863455](https://github.com/mozilla/fxa/commit/3d6863455))

### Bug fixes

- auth: make unknown properties valid for support-panel route ([b999832bb](https://github.com/mozilla/fxa/commit/b999832bb))
- auth: Ignore errors with http status code below 500 ([a7a896d60](https://github.com/mozilla/fxa/commit/a7a896d60))
- auth: Reinstate token pruning ([f3ce91e3d](https://github.com/mozilla/fxa/commit/f3ce91e3d))
- email: Revise footer to add conditional for account finish setup ([1b1001ea2](https://github.com/mozilla/fxa/commit/1b1001ea2))

### Refactorings

- email: Revise cadReminderSecond email ([14c8a3654](https://github.com/mozilla/fxa/commit/14c8a3654))

### Other changes

- deps-dev: bump @storybook/addon-controls from 6.5.7 to 6.5.9 ([11e13f431](https://github.com/mozilla/fxa/commit/11e13f431))
- deps: bump emittery from 0.10.2 to 0.11.0 ([c3590aa9a](https://github.com/mozilla/fxa/commit/c3590aa9a))
- deps: bump @google-cloud/bigquery from 5.12.0 to 6.0.0 ([498f5c643](https://github.com/mozilla/fxa/commit/498f5c643))
- all: run TS compiler as part of test-many job ([ddba42afd](https://github.com/mozilla/fxa/commit/ddba42afd))
- deps: bump jwks-rsa from 2.1.1 to 2.1.4 ([3c45439d9](https://github.com/mozilla/fxa/commit/3c45439d9))
- deps: bump googleapis from 100.0.0 to 102.0.0 ([f7fca03da](https://github.com/mozilla/fxa/commit/f7fca03da))
- deps-dev: bump @storybook/addon-docs from 6.4.19 to 6.5.8 ([572794876](https://github.com/mozilla/fxa/commit/572794876))
- deps: bump stripe from 9.7.0 to 9.8.0 ([565840734](https://github.com/mozilla/fxa/commit/565840734))
- deps: bump stripe from 9.6.0 to 9.7.0 ([2aba5966a](https://github.com/mozilla/fxa/commit/2aba5966a))

## 1.234.2

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

### Bug fixes

- lint: Fix stylelint errors ([9c628bad4](https://github.com/mozilla/fxa/commit/9c628bad4))
- content: Allow list missing mozgcp.net ([8692283b0](https://github.com/mozilla/fxa/commit/8692283b0))
- fxa-content-server: 187aac7f8 fix(fxa-content-server) update image and copy for pairing screen ([187aac7f8](https://github.com/mozilla/fxa/commit/187aac7f8))
- content: Allow list valid redirect_to values ([c9345518c](https://github.com/mozilla/fxa/commit/c9345518c))
- lint: Tweak some stylelint configs and fix content-server issues ([c14c1f708](https://github.com/mozilla/fxa/commit/c14c1f708))
- content: Add verify endpoint to well-known list ([d9f4d7f4c](https://github.com/mozilla/fxa/commit/d9f4d7f4c))

### Refactorings

- content-server: update copy and add asset on "/pair" page ([ebc6e588c](https://github.com/mozilla/fxa/commit/ebc6e588c))
- login/signup: Various sign-up/sign-in UX/copy tweaks ([b30d89bdc](https://github.com/mozilla/fxa/commit/b30d89bdc))

### Other changes

- deps: bump jquery-modal from 0.7.1 to 0.9.2" ([3ae02b5fc](https://github.com/mozilla/fxa/commit/3ae02b5fc))

## 1.234.2

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.234.2",
"version": "1.235.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.235.0

No changes.

## 1.234.2

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

## 1.235.0

### Other changes

- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- all: run TS compiler as part of test-many job ([ddba42afd](https://github.com/mozilla/fxa/commit/ddba42afd))
- deps: bump jwks-rsa from 2.1.1 to 2.1.4 ([3c45439d9](https://github.com/mozilla/fxa/commit/3c45439d9))
- deps: bump @nestjs/common from 8.4.5 to 8.4.7 ([606541d8a](https://github.com/mozilla/fxa/commit/606541d8a))
- deps: bump passport from 0.5.2 to 0.6.0 ([08882ba27](https://github.com/mozilla/fxa/commit/08882ba27))
- deps: bump @nestjs/schedule from 1.1.0 to 2.0.1 ([7d87c80bc](https://github.com/mozilla/fxa/commit/7d87c80bc))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))
- deps: bump @nestjs/config from 2.0.0 to 2.1.0 ([c8ce6c69a](https://github.com/mozilla/fxa/commit/c8ce6c69a))

## 1.234.2

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.234.2",
"version": "1.235.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.235.0

No changes.

## 1.234.2

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

### Other changes

- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- all: run TS compiler as part of test-many job ([ddba42afd](https://github.com/mozilla/fxa/commit/ddba42afd))
- deps: bump @nestjs/common from 8.4.5 to 8.4.7 ([606541d8a](https://github.com/mozilla/fxa/commit/606541d8a))
- deps: bump passport from 0.5.2 to 0.6.0 ([08882ba27](https://github.com/mozilla/fxa/commit/08882ba27))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))
- deps: bump @nestjs/config from 2.0.0 to 2.1.0 ([c8ce6c69a](https://github.com/mozilla/fxa/commit/c8ce6c69a))

## 1.234.2

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

## 1.235.0

### New features

- payments: add Apple App Store Subscriptions to Subscription Manage Page Because: ([a563a1fe6](https://github.com/mozilla/fxa/commit/a563a1fe6))

### Bug fixes

- payments: do not report account exist error Because: ([3bf348405](https://github.com/mozilla/fxa/commit/3bf348405))

### Other changes

- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- lint: A few more Stylelint tweaks ([aa715ddb4](https://github.com/mozilla/fxa/commit/aa715ddb4))
- deps: bump jquery-modal from 0.7.1 to 0.9.2" ([3ae02b5fc](https://github.com/mozilla/fxa/commit/3ae02b5fc))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))

## 1.234.2

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.234.2",
"version": "1.235.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.235.0

No changes.

## 1.234.2

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.234.2",
"version": "1.235.0",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/fxa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.235.0

### Other changes

- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))

## 1.234.2

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.234.2",
"version": "1.235.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.235.0

### Bug fixes

- lint: Fix stylelint errors ([9c628bad4](https://github.com/mozilla/fxa/commit/9c628bad4))
- a11y: updates a11y on dropdown bento menu Because: ([f13574612](https://github.com/mozilla/fxa/commit/f13574612))
- settings: fixes incorrect test references Because: ([16a0bfa8d](https://github.com/mozilla/fxa/commit/16a0bfa8d))

### Refactorings

- login/signup: Various sign-up/sign-in UX/copy tweaks ([b30d89bdc](https://github.com/mozilla/fxa/commit/b30d89bdc))

### Other changes

- deps: bump react-easy-crop from 4.2.0 to 4.3.0 ([670f48387](https://github.com/mozilla/fxa/commit/670f48387))
- deps-dev: bump storybook-addon-rtl from 0.4.2 to 0.4.3 ([005731db1](https://github.com/mozilla/fxa/commit/005731db1))
- lint: A few more Stylelint tweaks ([aa715ddb4](https://github.com/mozilla/fxa/commit/aa715ddb4))

## 1.234.2

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.234.2",
"version": "1.235.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.235.0

### New features

- auth: copy paypal name into stripe record ([3d6863455](https://github.com/mozilla/fxa/commit/3d6863455))

### Bug fixes

- content: Allow list valid redirect_to values ([c9345518c](https://github.com/mozilla/fxa/commit/c9345518c))
- auth: Reinstate token pruning ([f3ce91e3d](https://github.com/mozilla/fxa/commit/f3ce91e3d))

### Other changes

- admin-panel: Remove Site Status and Admin Logs sections ([62ebcfd5b](https://github.com/mozilla/fxa/commit/62ebcfd5b))
- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- all: run TS compiler as part of test-many job ([ddba42afd](https://github.com/mozilla/fxa/commit/ddba42afd))
- deps: bump @nestjs/common from 8.4.5 to 8.4.7 ([606541d8a](https://github.com/mozilla/fxa/commit/606541d8a))
- deps: bump stripe from 9.7.0 to 9.8.0 ([565840734](https://github.com/mozilla/fxa/commit/565840734))
- shared: Improve PII filtering ([613e8a633](https://github.com/mozilla/fxa/commit/613e8a633))
- deps: bump stripe from 9.6.0 to 9.7.0 ([2aba5966a](https://github.com/mozilla/fxa/commit/2aba5966a))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))
- deps: bump @nestjs/config from 2.0.0 to 2.1.0 ([c8ce6c69a](https://github.com/mozilla/fxa/commit/c8ce6c69a))

## 1.234.2

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.234.2",
"version": "1.235.0",
"description": "Shared module for FxA repositories",
"main": "dist/index.js",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/fxa-support-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change history

## 1.235.0

### Other changes

- deps-dev: bump ts-jest from 28.0.4 to 28.0.5 ([3cd156167](https://github.com/mozilla/fxa/commit/3cd156167))
- all: run TS compiler as part of test-many job ([ddba42afd](https://github.com/mozilla/fxa/commit/ddba42afd))
- deps: bump @nestjs/common from 8.4.5 to 8.4.7 ([606541d8a](https://github.com/mozilla/fxa/commit/606541d8a))
- deps-dev: bump ts-jest from 27.1.4 to 28.0.4 ([2d85bc088](https://github.com/mozilla/fxa/commit/2d85bc088))
- deps: bump @nestjs/config from 2.0.0 to 2.1.0 ([c8ce6c69a](https://github.com/mozilla/fxa/commit/c8ce6c69a))

## 1.234.2

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.234.2",
"version": "1.235.0",
"description": "Small app to help customer support access FxA details",
"directories": {
"test": "test"
Expand Down

0 comments on commit 319026d

Please sign in to comment.