diff --git a/packages/fxa-admin-panel/CHANGELOG.md b/packages/fxa-admin-panel/CHANGELOG.md index 6e80b40c337..0b911a6a336 100644 --- a/packages/fxa-admin-panel/CHANGELOG.md +++ b/packages/fxa-admin-panel/CHANGELOG.md @@ -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. diff --git a/packages/fxa-admin-panel/package.json b/packages/fxa-admin-panel/package.json index e902878a955..f6dcb2b3e19 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.234.2", + "version": "1.235.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 9bc4b6250d3..e3276fbd309 100644 --- a/packages/fxa-admin-server/CHANGELOG.md +++ b/packages/fxa-admin-server/CHANGELOG.md @@ -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 diff --git a/packages/fxa-admin-server/package.json b/packages/fxa-admin-server/package.json index d8321a0c994..32a0f4ea522 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.234.2", + "version": "1.235.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 dfce6cea456..7fd529f4261 100644 --- a/packages/fxa-auth-server/CHANGELOG.md +++ b/packages/fxa-auth-server/CHANGELOG.md @@ -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 diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index 2174502263f..ee2b2b04bf3 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.234.2", + "version": "1.235.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 958ed3bb956..ffbfac18c77 100644 --- a/packages/fxa-content-server/CHANGELOG.md +++ b/packages/fxa-content-server/CHANGELOG.md @@ -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. diff --git a/packages/fxa-content-server/package.json b/packages/fxa-content-server/package.json index 979d73ab397..d70b7881ee0 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.234.2", + "version": "1.235.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 a877e79fd65..b4d3ec3e208 100644 --- a/packages/fxa-customs-server/CHANGELOG.md +++ b/packages/fxa-customs-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.235.0 + +No changes. + ## 1.234.2 No changes. diff --git a/packages/fxa-customs-server/package.json b/packages/fxa-customs-server/package.json index 94284165ab3..7fbf3bd7f30 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.234.2", + "version": "1.235.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 9ac32d081fd..41b9749e685 100644 --- a/packages/fxa-event-broker/CHANGELOG.md +++ b/packages/fxa-event-broker/CHANGELOG.md @@ -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. diff --git a/packages/fxa-event-broker/package.json b/packages/fxa-event-broker/package.json index 8b0a6342d88..7f68c12c96e 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.234.2", + "version": "1.235.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 747fd5d524d..94e30476cef 100644 --- a/packages/fxa-geodb/CHANGELOG.md +++ b/packages/fxa-geodb/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history +## 1.235.0 + +No changes. + ## 1.234.2 No changes. diff --git a/packages/fxa-geodb/package.json b/packages/fxa-geodb/package.json index 1bf2d1c85d8..e57569dbec9 100644 --- a/packages/fxa-geodb/package.json +++ b/packages/fxa-geodb/package.json @@ -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": { diff --git a/packages/fxa-graphql-api/CHANGELOG.md b/packages/fxa-graphql-api/CHANGELOG.md index 17bbfba433d..63e4ace841f 100644 --- a/packages/fxa-graphql-api/CHANGELOG.md +++ b/packages/fxa-graphql-api/CHANGELOG.md @@ -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. diff --git a/packages/fxa-graphql-api/package.json b/packages/fxa-graphql-api/package.json index 7ae3d9d2796..257d705b594 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.234.2", + "version": "1.235.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 8307b4c7720..2eb8b7bb731 100644 --- a/packages/fxa-payments-server/CHANGELOG.md +++ b/packages/fxa-payments-server/CHANGELOG.md @@ -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. diff --git a/packages/fxa-payments-server/package.json b/packages/fxa-payments-server/package.json index 19c7bccef59..59f5e32f63e 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.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", diff --git a/packages/fxa-profile-server/CHANGELOG.md b/packages/fxa-profile-server/CHANGELOG.md index b17baded852..15d97ecb1ce 100644 --- a/packages/fxa-profile-server/CHANGELOG.md +++ b/packages/fxa-profile-server/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.235.0 + +No changes. + ## 1.234.2 No changes. diff --git a/packages/fxa-profile-server/package.json b/packages/fxa-profile-server/package.json index 96e1c363302..4028bae835c 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.234.2", + "version": "1.235.0", "private": true, "description": "Firefox Accounts Profile service.", "scripts": { diff --git a/packages/fxa-react/CHANGELOG.md b/packages/fxa-react/CHANGELOG.md index b9f62b4625a..d4c17e42c43 100644 --- a/packages/fxa-react/CHANGELOG.md +++ b/packages/fxa-react/CHANGELOG.md @@ -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. diff --git a/packages/fxa-react/package.json b/packages/fxa-react/package.json index 22ebd0251bc..6101ed26824 100644 --- a/packages/fxa-react/package.json +++ b/packages/fxa-react/package.json @@ -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/", diff --git a/packages/fxa-settings/CHANGELOG.md b/packages/fxa-settings/CHANGELOG.md index dff81bd45e1..9941b8e1cf0 100644 --- a/packages/fxa-settings/CHANGELOG.md +++ b/packages/fxa-settings/CHANGELOG.md @@ -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. diff --git a/packages/fxa-settings/package.json b/packages/fxa-settings/package.json index b6777ec053f..c61ccf818ae 100644 --- a/packages/fxa-settings/package.json +++ b/packages/fxa-settings/package.json @@ -1,6 +1,6 @@ { "name": "fxa-settings", - "version": "1.234.2", + "version": "1.235.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 87ad8d6a2a8..7623ac7d358 100644 --- a/packages/fxa-shared/CHANGELOG.md +++ b/packages/fxa-shared/CHANGELOG.md @@ -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. diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index 43a2d8b10c8..72df7a9c59e 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -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": { diff --git a/packages/fxa-support-panel/CHANGELOG.md b/packages/fxa-support-panel/CHANGELOG.md index 87be495b42e..f73d5a55497 100644 --- a/packages/fxa-support-panel/CHANGELOG.md +++ b/packages/fxa-support-panel/CHANGELOG.md @@ -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. diff --git a/packages/fxa-support-panel/package.json b/packages/fxa-support-panel/package.json index bb0d6ad60d1..d58801c17ec 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.234.2", + "version": "1.235.0", "description": "Small app to help customer support access FxA details", "directories": { "test": "test"