This commit is contained in:
Vijay Budhram 2022-06-29 11:58:27 -04:00
Родитель 613205e83c
Коммит c25cf3b2f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: EBAEC5D86596C9EE
29 изменённых файлов: 73 добавлений и 15 удалений

Просмотреть файл

@ -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"