зеркало из https://github.com/mozilla/fxa.git
Release 1.225.3
This commit is contained in:
Родитель
5b0b452aab
Коммит
3084448acb
24
AUTHORS
24
AUTHORS
|
@ -35,11 +35,11 @@ ckarlof
|
|||
claubatista
|
||||
Cronus1007
|
||||
Dan Callahan
|
||||
Dan Schomburg
|
||||
Danny Amey
|
||||
Danny Coates
|
||||
Dan Schomburg
|
||||
dave justice
|
||||
Dave Justice
|
||||
dave justice
|
||||
Deeksha Tiwari
|
||||
Deepti
|
||||
dependabot[bot]
|
||||
|
@ -64,8 +64,8 @@ Glen Mailer
|
|||
Greg Guthe
|
||||
GuptaTanisha
|
||||
Gurjeet Singh
|
||||
hannahqd
|
||||
Hannah Quay-de la Vallee
|
||||
hannahqd
|
||||
Heather Booker
|
||||
Hector Zhao
|
||||
hritvi
|
||||
|
@ -86,8 +86,8 @@ Jed Parsons
|
|||
Jody Heavener
|
||||
Johannes Faust
|
||||
John Gruen
|
||||
johngruen
|
||||
John Morrison
|
||||
johngruen
|
||||
Jon Buckley
|
||||
Jon Petto
|
||||
Josef Weldemariam
|
||||
|
@ -106,15 +106,15 @@ Larissa Gaulia
|
|||
larissagaulia
|
||||
Lauren Zugai
|
||||
Leif Oines
|
||||
lesley
|
||||
lesleyjanenorton
|
||||
Lesley Norton
|
||||
Les Orchard
|
||||
lesley
|
||||
Lesley Norton
|
||||
lesleyjanenorton
|
||||
Lisa Chan
|
||||
Lloyd Hilaiel
|
||||
luke crouch
|
||||
markh@babelzilla.org
|
||||
Mark Striemer
|
||||
markh@babelzilla.org
|
||||
Marty Ballard
|
||||
matjaz@mozilla.com
|
||||
Matt Stavola
|
||||
|
@ -140,8 +140,8 @@ Nick Alexander
|
|||
Nick Chapman
|
||||
Nkwuda Sunday Cletus
|
||||
Omkar Yadav
|
||||
petercpg@mail.moztw.org
|
||||
Peter deHaan
|
||||
petercpg@mail.moztw.org
|
||||
Phil Booth
|
||||
Philip Jenvey
|
||||
Princi Vershwal
|
||||
|
@ -154,8 +154,8 @@ Renoir Boulanger
|
|||
Renovate Bot
|
||||
Riadh Chtara
|
||||
riadhchtara
|
||||
ricky rosario
|
||||
Ricky Rosario
|
||||
ricky rosario
|
||||
Rishi Baldawa
|
||||
Robert Kowalski
|
||||
Roger Meier
|
||||
|
@ -170,8 +170,8 @@ Sai Prashanth Chandramouli
|
|||
Sam Penrose
|
||||
Sarah Bird
|
||||
sdespacio
|
||||
Sean McArthur
|
||||
Se Yeon Kim
|
||||
Sean McArthur
|
||||
Shane Tomlinson
|
||||
shikhar-scs
|
||||
Shivam Singhal
|
||||
|
@ -205,5 +205,5 @@ Yehuda B
|
|||
Yehuda Bar-Nir
|
||||
YFdyh000
|
||||
yogita
|
||||
Zachary Carter
|
||||
Zach Carter
|
||||
Zachary Carter
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-panel",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "FxA Admin Panel",
|
||||
"scripts": {
|
||||
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-server",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "FxA GraphQL Admin Server",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.225.3
|
||||
|
||||
### New features
|
||||
|
||||
- mailer: Add maxConnection and maxMessages env vars, re-enable isMetricsEnabled oauth client db calls (#11951) ([5b0b452aa](https://github.com/mozilla/fxa/commit/5b0b452aa))
|
||||
|
||||
## 1.225.2
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||
"bin": {
|
||||
"fxa-auth": "./bin/key_server.js"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.225.3
|
||||
|
||||
### Other changes
|
||||
|
||||
- docs: Replace erroneous 225.2 section in fxa-content-server changelog ([9684eeb7c](https://github.com/mozilla/fxa/commit/9684eeb7c))
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Firefox Accounts Customs Server",
|
||||
"author": "Mozilla (https://mozilla.org/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Firefox Accounts Event Broker",
|
||||
"scripts": {
|
||||
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
||||
"main": "lib/fxa-geodb.js",
|
||||
"directories": {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-graphql-api",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "FxA GraphQL API",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Firefox Accounts Payments Service",
|
||||
"scripts": {
|
||||
"build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-react",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Shared components for FxA React Apps",
|
||||
"exports": {
|
||||
"./components/": "./dist/components/",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-settings",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"homepage": "https://accounts.firefox.com/settings",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.225.3
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.225.2
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.225.2",
|
||||
"version": "1.225.3",
|
||||
"description": "Small app to help customer support access FxA details",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
|
Загрузка…
Ссылка в новой задаче