Skip to content

Commit

Permalink
Release 1.141.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Jul 11, 2019
1 parent f42b570 commit cd6460d
Show file tree
Hide file tree
Showing 22 changed files with 50 additions and 16 deletions.
6 changes: 6 additions & 0 deletions packages/fxa-auth-db-mysql/CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.141.2

### Other changes

- package: manually bump version strings to 1.141.1 (737265b25)

## 1.141.1

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-auth-db-mysql/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-auth-db-mysql/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-db-mysql",
"version": "1.141.1",
"version": "1.141.2",
"description": "MySQL backend for Firefox Accounts",
"main": "index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fxa-auth-server/CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.141.2

### Other changes

- package: manually bump version strings to 1.141.1 (737265b25)

## 1.141.1

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-auth-server/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.141.1",
"version": "1.141.2",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/fxa-content-server/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.141.2

No changes.

## 1.141.1

### New features
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-content-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-content-server/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.141.1",
"version": "1.141.2",
"description": "Firefox Accounts Content Server",
"scripts": {
"build-production": "NODE_ENV=production grunt build",
Expand Down
6 changes: 6 additions & 0 deletions packages/fxa-customs-server/CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.141.2

### Other changes

- package: manually bump version strings to 1.141.1 (737265b25)

## 1.141.1

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-customs-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-customs-server/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.141.1",
"version": "1.141.2",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-email-event-proxy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-email-event-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-email-event-proxy",
"version": "1.141.1",
"version": "1.141.2",
"description": "Proxies events from Sendgrid to FxA SQS queues",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fxa-email-service/CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.141.2

### Other changes

- package: manually bump version strings to 1.141.1 (737265b25)

## 1.141.1

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-event-broker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-event-broker/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-event-broker",
"version": "1.141.1",
"version": "1.141.2",
"description": "Firefox Accounts Event Broker",
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-payments-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-payments-server/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.141.1",
"version": "1.141.2",
"description": "Firefox Accounts Payments Service",
"scripts": {
"lint": "npm-run-all --parallel lint:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/fxa-profile-server/CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.141.2

### Other changes

- package: manually bump version strings to 1.141.1 (737265b25)

## 1.141.1

No changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/fxa-profile-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fxa-profile-server/package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.141.1",
"version": "1.141.2",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {
Expand Down

0 comments on commit cd6460d

Please sign in to comment.