зеркало из https://github.com/mozilla/fxa.git
Release 1.168.1
This commit is contained in:
Родитель
c933f25a3a
Коммит
87d57cb5a6
|
@ -1,3 +1,7 @@
|
|||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "MySQL backend for Firefox Accounts",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.168.1
|
||||
|
||||
### New features
|
||||
|
||||
- auth-server: emit login notif on oauth login ([d20bb8f27](https://github.com/mozilla/fxa/commit/d20bb8f27))
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||
"bin": {
|
||||
"fxa-auth": "./bin/key_server.js"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.168.1
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- client: Use correct support ticket url ([41be533ef](https://github.com/mozilla/fxa/commit/41be533ef))
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production grunt build",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"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.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-email-event-proxy",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "Proxies events from Sendgrid to FxA SQS queues",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.168.1
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- email-service: copy version.json in build-ci.sh ([4a39ca60f](https://github.com/mozilla/fxa/commit/4a39ca60f))
|
||||
|
||||
## 1.168.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -689,7 +689,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fxa_email_service"
|
||||
version = "1.168.0"
|
||||
version = "1.168.1"
|
||||
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.168.0"
|
||||
version = "1.168.1"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "Firefox Accounts Event Broker",
|
||||
"scripts": {
|
||||
"build": "./node_modules/typescript/bin/tsc",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"private": false,
|
||||
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
||||
"main": "lib/fxa-geodb.js",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "Firefox Accounts Payments Service",
|
||||
"scripts": {
|
||||
"lint": "npm-run-all --parallel lint:*",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.168.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.168.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.168.0",
|
||||
"version": "1.168.1",
|
||||
"description": "Small app to help customer support access FxA details",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
|
Загрузка…
Ссылка в новой задаче