зеркало из https://github.com/mozilla/fxa.git
Release 1.182.1
This commit is contained in:
Родитель
6131a627aa
Коммит
3579f96c86
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-auth-db-mysql",
|
"name": "fxa-auth-db-mysql",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"description": "MySQL backend for Firefox Accounts",
|
"description": "MySQL backend for Firefox Accounts",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- aet: Correctly check preconditions when updating ecosystemAnonId ([6131a627a](https://github.com/mozilla/fxa/commit/6131a627a))
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-auth-server",
|
"name": "fxa-auth-server",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"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,7 @@
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-content-server",
|
"name": "fxa-content-server",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"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.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-customs-server",
|
"name": "fxa-customs-server",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"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,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-email-event-proxy",
|
"name": "fxa-email-event-proxy",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"description": "Proxies events from Sendgrid to FxA SQS queues",
|
"description": "Proxies events from Sendgrid to FxA SQS queues",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
|
@ -689,7 +689,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fxa_email_service"
|
name = "fxa_email_service"
|
||||||
version = "1.182.0"
|
version = "1.182.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "fxa_email_service"
|
name = "fxa_email_service"
|
||||||
version = "1.182.0"
|
version = "1.182.1"
|
||||||
publish = false
|
publish = false
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-event-broker",
|
"name": "fxa-event-broker",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"description": "Firefox Accounts Event Broker",
|
"description": "Firefox Accounts Event Broker",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-geodb",
|
"name": "fxa-geodb",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"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,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-payments-server",
|
"name": "fxa-payments-server",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"description": "Firefox Accounts Payments Service",
|
"description": "Firefox Accounts Payments Service",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "scripts/download_l10n.sh",
|
"postinstall": "scripts/download_l10n.sh",
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-profile-server",
|
"name": "fxa-profile-server",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Firefox Accounts Profile service.",
|
"description": "Firefox Accounts Profile service.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Change history
|
# Change history
|
||||||
|
|
||||||
|
## 1.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-shared",
|
"name": "fxa-shared",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"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.182.1
|
||||||
|
|
||||||
|
No changes.
|
||||||
|
|
||||||
## 1.182.0
|
## 1.182.0
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fxa-support-panel",
|
"name": "fxa-support-panel",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"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"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче