зеркало из https://github.com/mozilla/fxa.git
Release 1.235.2
This commit is contained in:
Родитель
613205e83c
Коммит
c25cf3b2f9
2
AUTHORS
2
AUTHORS
|
@ -26,7 +26,6 @@ Brandon Ebersohl
|
||||||
Brian Warner
|
Brian Warner
|
||||||
Bryan Olsson
|
Bryan Olsson
|
||||||
byrw
|
byrw
|
||||||
César Carruitero
|
|
||||||
championshuttler
|
championshuttler
|
||||||
Chiamaka-Uzuegbu
|
Chiamaka-Uzuegbu
|
||||||
Chris Heilmann
|
Chris Heilmann
|
||||||
|
@ -36,6 +35,7 @@ ckarlof
|
||||||
Claas Augner
|
Claas Augner
|
||||||
claubatista
|
claubatista
|
||||||
Cronus1007
|
Cronus1007
|
||||||
|
César Carruitero
|
||||||
Dan Callahan
|
Dan Callahan
|
||||||
Dan Schomburg
|
Dan Schomburg
|
||||||
Danny Amey
|
Danny Amey
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-admin-panel",
|
"name": "fxa-admin-panel",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "FxA Admin Panel",
|
"description": "FxA Admin Panel",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",
|
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-admin-server",
|
"name": "fxa-admin-server",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "FxA GraphQL Admin Server",
|
"description": "FxA GraphQL Admin Server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "rimraf dist",
|
"prebuild": "rimraf dist",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-auth-server",
|
"name": "fxa-auth-server",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||||
"bin": {
|
"bin": {
|
||||||
"fxa-auth": "./bin/key_server.js"
|
"fxa-auth": "./bin/key_server.js"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- bug: Fix change password not redirecting on pairing allow page ([7dd8584c84](https://github.com/mozilla/fxa/commit/7dd8584c84))
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-content-server",
|
"name": "fxa-content-server",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Firefox Accounts Content Server",
|
"description": "Firefox Accounts Content Server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",
|
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-customs-server",
|
"name": "fxa-customs-server",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Firefox Accounts Customs Server",
|
"description": "Firefox Accounts Customs Server",
|
||||||
"author": "Mozilla (https://mozilla.org/)",
|
"author": "Mozilla (https://mozilla.org/)",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-event-broker",
|
"name": "fxa-event-broker",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Firefox Accounts Event Broker",
|
"description": "Firefox Accounts Event Broker",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-geodb",
|
"name": "fxa-geodb",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
||||||
"main": "lib/fxa-geodb.js",
|
"main": "lib/fxa-geodb.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-graphql-api",
|
"name": "fxa-graphql-api",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "FxA GraphQL API",
|
"description": "FxA GraphQL API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "rimraf dist",
|
"prebuild": "rimraf dist",
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-payments-server",
|
"name": "fxa-payments-server",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Firefox Accounts Payments Service",
|
"description": "Firefox Accounts Payments Service",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss",
|
"build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-profile-server",
|
"name": "fxa-profile-server",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Firefox Accounts Profile service.",
|
"description": "Firefox Accounts Profile service.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-react",
|
"name": "fxa-react",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Shared components for FxA React Apps",
|
"description": "Shared components for FxA React Apps",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./components/": "./dist/components/",
|
"./components/": "./dist/components/",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-settings",
|
"name": "fxa-settings",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"homepage": "https://accounts.firefox.com/settings",
|
"homepage": "https://accounts.firefox.com/settings",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-shared",
|
"name": "fxa-shared",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Shared module for FxA repositories",
|
"description": "Shared module for FxA repositories",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.235.2
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.235.1
|
## 1.235.1
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-support-panel",
|
"name": "fxa-support-panel",
|
||||||
"version": "1.235.1",
|
"version": "1.235.2",
|
||||||
"description": "Small app to help customer support access FxA details",
|
"description": "Small app to help customer support access FxA details",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче