зеркало из https://github.com/mozilla/fxa.git
Release 1.231.1
This commit is contained in:
Родитель
59c8d4ecd4
Коммит
f2e5ef5183
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-panel",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "FxA Admin Panel",
|
||||
"scripts": {
|
||||
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-server",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "FxA GraphQL Admin Server",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.231.1
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- swagger: SyntaxError: Cannot use import statement outside a module ([e6de4302f](https://github.com/mozilla/fxa/commit/e6de4302f))
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||
"bin": {
|
||||
"fxa-auth": "./bin/key_server.js"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Other changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Firefox Accounts Customs Server",
|
||||
"author": "Mozilla (https://mozilla.org/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Firefox Accounts Event Broker",
|
||||
"scripts": {
|
||||
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
||||
"main": "lib/fxa-geodb.js",
|
||||
"directories": {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Other changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-graphql-api",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "FxA GraphQL API",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Firefox Accounts Payments Service",
|
||||
"scripts": {
|
||||
"build-postcss": "postcss src/styles/tailwind.scss -o src/styles/tailwind.out.scss",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Other changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-react",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Shared components for FxA React Apps",
|
||||
"exports": {
|
||||
"./components/": "./dist/components/",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-settings",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"homepage": "https://accounts.firefox.com/settings",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.231.1
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.231.0
|
||||
|
||||
### Other changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.231.0",
|
||||
"version": "1.231.1",
|
||||
"description": "Small app to help customer support access FxA details",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
|
Загрузка…
Ссылка в новой задаче