зеркало из https://github.com/mozilla/fxa.git
Release 1.226.0
This commit is contained in:
Родитель
3fbcfe4d7d
Коммит
0667807668
1
AUTHORS
1
AUTHORS
|
@ -56,6 +56,7 @@ Eric Le Lay
|
|||
Erika Jonell
|
||||
Farhan Khan
|
||||
feelcoder
|
||||
Florian Dieminger
|
||||
Fmstrat
|
||||
Francois Marier
|
||||
fxa-bananafox[bot]
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- google: Add support for linked accounts in admin panel (#11937) ([7c93a6b9d](https://github.com/mozilla/fxa/commit/7c93a6b9d))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- admin-panel: FXA-4231 - missing Device type for desktop sessions (#11884) ([f2d1f282b](https://github.com/mozilla/fxa/commit/f2d1f282b))
|
||||
|
||||
### Other changes
|
||||
|
||||
- #11915: e6531d51c Issues/11091 (#11915) ([e6531d51c](https://github.com/mozilla/fxa/commit/e6531d51c))
|
||||
- shared,auth,admin: Refactor attached-clients so routines can be shared with admin panel (#11817) ([6b89206ff](https://github.com/mozilla/fxa/commit/6b89206ff))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-panel",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "FxA Admin Panel",
|
||||
"scripts": {
|
||||
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- google: Add support for linked accounts in admin panel (#11937) ([7c93a6b9d](https://github.com/mozilla/fxa/commit/7c93a6b9d))
|
||||
|
||||
### Other changes
|
||||
|
||||
- #11915: e6531d51c Issues/11091 (#11915) ([e6531d51c](https://github.com/mozilla/fxa/commit/e6531d51c))
|
||||
- deps: bump knex from 1.0.2 to 1.0.3 ([977321030](https://github.com/mozilla/fxa/commit/977321030))
|
||||
- shared,auth,admin: Refactor attached-clients so routines can be shared with admin panel (#11817) ([6b89206ff](https://github.com/mozilla/fxa/commit/6b89206ff))
|
||||
- deps: bump knex from 1.0.1 to 1.0.2 (#11892) ([b955eb809](https://github.com/mozilla/fxa/commit/b955eb809))
|
||||
- deps: bump ts-morph from 13.0.2 to 13.0.3 ([f66e200c3](https://github.com/mozilla/fxa/commit/f66e200c3))
|
||||
- deps: bump @nestjs/core from 8.2.4 to 8.2.6 ([bd863179b](https://github.com/mozilla/fxa/commit/bd863179b))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-server",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "FxA GraphQL Admin Server",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,3 +1,41 @@
|
|||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- auth-server: FXA-4319 - add email template to notify user has connected Google auth (#11870) ([b039acee0](https://github.com/mozilla/fxa/commit/b039acee0))
|
||||
- mailer: Add maxConnection and maxMessages env vars, re-enable isMetricsEnabled oauth client db calls ([6028093a0](https://github.com/mozilla/fxa/commit/6028093a0))
|
||||
- google: Add backend support to disconnect goolge linked account ([97686e415](https://github.com/mozilla/fxa/commit/97686e415))
|
||||
- payments: remove Coupons Feature Flag (#11576) ([02aeb5165](https://github.com/mozilla/fxa/commit/02aeb5165))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- auth-server: time is not expressed based on user's location in emails (#11954) ([81cdbae32](https://github.com/mozilla/fxa/commit/81cdbae32))
|
||||
- auth-server: FXA-4523 - revise email template stories (#11831) ([c49a570f1](https://github.com/mozilla/fxa/commit/c49a570f1))
|
||||
- subscriptions: stop cancellation email on failed PayPal payment (#11871) ([b829f1566](https://github.com/mozilla/fxa/commit/b829f1566))
|
||||
- google: Delete linked accounts when user deletes FxA account ([920fc8eb8](https://github.com/mozilla/fxa/commit/920fc8eb8))
|
||||
- subscriptions: allow zero dollar invoices (#11719) ([058a7fd07](https://github.com/mozilla/fxa/commit/058a7fd07))
|
||||
- emails: Add conditional around payment method ([3fd6197ad](https://github.com/mozilla/fxa/commit/3fd6197ad))
|
||||
|
||||
### Refactorings
|
||||
|
||||
- auth: Remove MJML feature flags, remove verifySecondary ## 1.225.3 logic, remove old templates (#11862) ([31061b071](https://github.com/mozilla/fxa/commit/31061b071))
|
||||
|
||||
### Other changes
|
||||
|
||||
- subscriptions: send email for expired card (#11933) ([e413f8e9a](https://github.com/mozilla/fxa/commit/e413f8e9a))
|
||||
- #11915: e6531d51c Issues/11091 (#11915) ([e6531d51c](https://github.com/mozilla/fxa/commit/e6531d51c))
|
||||
- deps-dev: bump sass from 1.48.0 to 1.49.7 (#11945) ([d610b5664](https://github.com/mozilla/fxa/commit/d610b5664))
|
||||
- deps: bump i18n-iso-countries from 7.2.0 to 7.3.0 (#11946) ([8892915d0](https://github.com/mozilla/fxa/commit/8892915d0))
|
||||
- deps: bump stripe from 8.200.0 to 8.202.0 ([6c2767c02](https://github.com/mozilla/fxa/commit/6c2767c02))
|
||||
- deps-dev: bump @storybook/addon-controls from 6.4.14 to 6.4.18 ([7f6c49d0f](https://github.com/mozilla/fxa/commit/7f6c49d0f))
|
||||
- auth: Fixes build error in CI. (#11903) ([7b1c62eaa](https://github.com/mozilla/fxa/commit/7b1c62eaa))
|
||||
- shared,auth,admin: Refactor attached-clients so routines can be shared with admin panel (#11817) ([6b89206ff](https://github.com/mozilla/fxa/commit/6b89206ff))
|
||||
- deps: bump keyv from 4.1.0 to 4.1.1 ([cacc24d8b](https://github.com/mozilla/fxa/commit/cacc24d8b))
|
||||
- deps: bump @type-cacheable/ioredis-adapter from 10.0.2 to 10.0.3 ([b084b1152](https://github.com/mozilla/fxa/commit/b084b1152))
|
||||
- deps-dev: bump @storybook/addon-docs from 6.4.14 to 6.4.18 (#11858) ([1a199eb16](https://github.com/mozilla/fxa/commit/1a199eb16))
|
||||
- deps: bump aws-sdk from 2.1063.0 to 2.1068.0 (#11853) ([99e20de89](https://github.com/mozilla/fxa/commit/99e20de89))
|
||||
- deps: bump keyv from 4.0.5 to 4.1.0 (#11821) ([46b73d951](https://github.com/mozilla/fxa/commit/46b73d951))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||
"bin": {
|
||||
"fxa-auth": "./bin/key_server.js"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.226.0
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.3
|
||||
|
||||
### Other changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.226.0
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Firefox Accounts Customs Server",
|
||||
"author": "Mozilla (https://mozilla.org/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Change history
|
||||
|
||||
## 1.226.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps-dev: bump @nestjs/schematics from 8.0.5 to 8.0.6 ([93cc139d3](https://github.com/mozilla/fxa/commit/93cc139d3))
|
||||
- deps: bump aws-sdk from 2.1063.0 to 2.1068.0 (#11853) ([99e20de89](https://github.com/mozilla/fxa/commit/99e20de89))
|
||||
- deps: bump @nestjs/core from 8.2.4 to 8.2.6 ([bd863179b](https://github.com/mozilla/fxa/commit/bd863179b))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Firefox Accounts Event Broker",
|
||||
"scripts": {
|
||||
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.226.0
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
||||
"main": "lib/fxa-geodb.js",
|
||||
"directories": {
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- google: Add backend support to disconnect goolge linked account ([97686e415](https://github.com/mozilla/fxa/commit/97686e415))
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: bump knex from 1.0.2 to 1.0.3 ([977321030](https://github.com/mozilla/fxa/commit/977321030))
|
||||
- deps: bump knex from 1.0.1 to 1.0.2 (#11892) ([b955eb809](https://github.com/mozilla/fxa/commit/b955eb809))
|
||||
- deps: bump @nestjs/core from 8.2.4 to 8.2.6 ([bd863179b](https://github.com/mozilla/fxa/commit/bd863179b))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-graphql-api",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "FxA GraphQL API",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# Change history
|
||||
|
||||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- payments: remove Coupons Feature Flag (#11576) ([02aeb5165](https://github.com/mozilla/fxa/commit/02aeb5165))
|
||||
- coupons: detailed error for coupon fail (#11626) ([cb35c713e](https://github.com/mozilla/fxa/commit/cb35c713e))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- payments: add Coupon Component to Subscription Success (#11913) ([ccaf068f4](https://github.com/mozilla/fxa/commit/ccaf068f4))
|
||||
- subscriptions: memoize existing account check result (#11925) ([6f662f784](https://github.com/mozilla/fxa/commit/6f662f784))
|
||||
- subscriptions: allow zero dollar invoices (#11719) ([058a7fd07](https://github.com/mozilla/fxa/commit/058a7fd07))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Firefox Accounts Payments Service",
|
||||
"scripts": {
|
||||
"build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss",
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- payments: remove Coupons Feature Flag (#11576) ([02aeb5165](https://github.com/mozilla/fxa/commit/02aeb5165))
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: bump sharp from 0.29.3 to 0.30.1 ([9e9c098ab](https://github.com/mozilla/fxa/commit/9e9c098ab))
|
||||
- deps: bump aws-sdk from 2.1063.0 to 2.1068.0 (#11853) ([99e20de89](https://github.com/mozilla/fxa/commit/99e20de89))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.226.0
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps-dev: bump sass from 1.48.0 to 1.49.7 (#11945) ([d610b5664](https://github.com/mozilla/fxa/commit/d610b5664))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-react",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Shared components for FxA React Apps",
|
||||
"exports": {
|
||||
"./components/": "./dist/components/",
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- google: Add frontend screens for linked accounts ([69797644f](https://github.com/mozilla/fxa/commit/69797644f))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- settings: Move change password to under security section in settings ([932c99869](https://github.com/mozilla/fxa/commit/932c99869))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-settings",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"homepage": "https://accounts.firefox.com/settings",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,32 @@
|
|||
# Change history
|
||||
|
||||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- google: Add support for linked accounts in admin panel (#11937) ([7c93a6b9d](https://github.com/mozilla/fxa/commit/7c93a6b9d))
|
||||
- google: Add backend support to disconnect goolge linked account ([97686e415](https://github.com/mozilla/fxa/commit/97686e415))
|
||||
- coupons: detailed error for coupon fail (#11626) ([cb35c713e](https://github.com/mozilla/fxa/commit/cb35c713e))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- google: Delete linked accounts when user deletes FxA account ([920fc8eb8](https://github.com/mozilla/fxa/commit/920fc8eb8))
|
||||
- subscriptions: allow zero dollar invoices (#11719) ([058a7fd07](https://github.com/mozilla/fxa/commit/058a7fd07))
|
||||
|
||||
### Refactorings
|
||||
|
||||
- auth: Remove MJML feature flags, remove verifySecondary ## 1.225.3 logic, remove old templates (#11862) ([31061b071](https://github.com/mozilla/fxa/commit/31061b071))
|
||||
|
||||
### Other changes
|
||||
|
||||
- #11915: e6531d51c Issues/11091 (#11915) ([e6531d51c](https://github.com/mozilla/fxa/commit/e6531d51c))
|
||||
- deps: bump knex from 1.0.2 to 1.0.3 ([977321030](https://github.com/mozilla/fxa/commit/977321030))
|
||||
- deps: bump stripe from 8.200.0 to 8.202.0 ([6c2767c02](https://github.com/mozilla/fxa/commit/6c2767c02))
|
||||
- shared,auth,admin: Refactor attached-clients so routines can be shared with admin panel (#11817) ([6b89206ff](https://github.com/mozilla/fxa/commit/6b89206ff))
|
||||
- deps: bump knex from 1.0.1 to 1.0.2 (#11892) ([b955eb809](https://github.com/mozilla/fxa/commit/b955eb809))
|
||||
- deps: bump aws-sdk from 2.1063.0 to 2.1068.0 (#11853) ([99e20de89](https://github.com/mozilla/fxa/commit/99e20de89))
|
||||
- deps: bump @nestjs/core from 8.2.4 to 8.2.6 ([bd863179b](https://github.com/mozilla/fxa/commit/bd863179b))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Change history
|
||||
|
||||
## 1.226.0
|
||||
|
||||
### New features
|
||||
|
||||
- payments: remove Coupons Feature Flag (#11576) ([02aeb5165](https://github.com/mozilla/fxa/commit/02aeb5165))
|
||||
|
||||
### Other changes
|
||||
|
||||
- deps: bump @nestjs/core from 8.2.4 to 8.2.6 ([bd863179b](https://github.com/mozilla/fxa/commit/bd863179b))
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.225.3",
|
||||
"version": "1.226.0",
|
||||
"description": "Small app to help customer support access FxA details",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
|
Загрузка…
Ссылка в новой задаче