Merge pull request #10859 from mozilla/train-218

Train 218.2
This commit is contained in:
Danny Coates 2021-11-01 12:11:12 -07:00 коммит произвёл GitHub
Родитель cd57b1c967 b06146237c
Коммит b868b8ed72
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
35 изменённых файлов: 85 добавлений и 19 удалений

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-admin-panel",
"version": "1.218.1",
"version": "1.218.2",
"description": "FxA Admin Panel",
"scripts": {
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-admin-server",
"version": "1.218.1",
"version": "1.218.2",
"description": "FxA GraphQL Admin Server",
"scripts": {
"prebuild": "rimraf dist",

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
"version": "1.218.1",
"version": "1.218.2",
"description": "MySQL backend for Firefox Accounts",
"main": "index.js",
"repository": {

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

@ -1,3 +1,9 @@
## 1.218.2
### Bug fixes
- auth: fixed import path snafu ([6bbca4f18](https://github.com/mozilla/fxa/commit/6bbca4f18))
## 1.218.1
### New features

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

@ -11,7 +11,7 @@ import {
GooglePlaySubscription,
MozillaSubscription,
MozillaSubscriptionTypes,
} from '../../../../fxa-shared/subscriptions/types';
} from 'fxa-shared/subscriptions/types';
import { AuthLogger, AuthRequest } from '../../types';
import { handleAuth } from './utils';
import validators from '../validators';

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

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.218.1",
"version": "1.218.2",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
### Bug fixes

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

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.218.1",
"version": "1.218.2",
"description": "Firefox Accounts Content Server",
"scripts": {
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
### Bug fixes

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

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.218.1",
"version": "1.218.2",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",

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

@ -1,6 +1,6 @@
{
"name": "fxa-email-event-proxy",
"version": "1.218.1",
"version": "1.218.2",
"description": "Proxies events from Sendgrid to FxA SQS queues",
"main": "index.js",
"scripts": {

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

2
packages/fxa-email-service/Cargo.lock сгенерированный
Просмотреть файл

@ -689,7 +689,7 @@ dependencies = [
[[package]]
name = "fxa_email_service"
version = "1.218.1"
version = "1.218.2"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -1,6 +1,6 @@
[package]
name = "fxa_email_service"
version = "1.218.1"
version = "1.218.2"
publish = false
edition = "2018"

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

@ -1,5 +1,9 @@
# Change history
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-event-broker",
"version": "1.218.1",
"version": "1.218.2",
"description": "Firefox Accounts Event Broker",
"scripts": {
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",

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

@ -1,5 +1,9 @@
# Change history
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-geodb",
"version": "1.218.1",
"version": "1.218.2",
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
"main": "lib/fxa-geodb.js",
"directories": {

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-graphql-api",
"version": "1.218.1",
"version": "1.218.2",
"description": "FxA GraphQL API",
"scripts": {
"prebuild": "rimraf dist",

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

@ -1,5 +1,9 @@
# Change history
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.218.1",
"version": "1.218.2",
"description": "Firefox Accounts Payments Service",
"scripts": {
"postinstall": "../../_scripts/clone-l10n.sh fxa-payments-server",

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.218.1",
"version": "1.218.2",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-react",
"version": "1.218.1",
"version": "1.218.2",
"description": "Shared components for FxA React Apps",
"exports": {
"./components/": "./dist/components/",

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

@ -1,3 +1,7 @@
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-settings",
"version": "1.218.1",
"version": "1.218.2",
"homepage": "https://accounts.firefox.com/settings",
"private": true,
"scripts": {

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

@ -1,5 +1,9 @@
# Change history
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-shared",
"version": "1.218.1",
"version": "1.218.2",
"description": "Shared module for FxA repositories",
"main": "dist/index.js",
"exports": {

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

@ -1,5 +1,9 @@
# Change history
## 1.218.2
No changes.
## 1.218.1
No changes.

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

@ -1,6 +1,6 @@
{
"name": "fxa-support-panel",
"version": "1.218.1",
"version": "1.218.2",
"description": "Small app to help customer support access FxA details",
"directories": {
"test": "test"