Skip to content

Commit a9de239

Browse files
Release 1.234.2
1 parent a5e577a commit a9de239

28 files changed

Lines changed: 74 additions & 14 deletions

File tree

packages/fxa-admin-panel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.234.2
2+
3+
No changes.
4+
15
## 1.234.1
26

37
No changes.

packages/fxa-admin-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-admin-panel",
3-
"version": "1.234.1",
3+
"version": "1.234.2",
44
"description": "FxA Admin Panel",
55
"scripts": {
66
"build-postcss": "postcss src/styles/tailwind.css -o src/styles/tailwind.out.css",

packages/fxa-admin-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.234.2
2+
3+
### Bug fixes
4+
5+
- admin-panel: Fix link to 'Manage Subscriptions' ([940c81c184](https://github.com/mozilla/fxa/commit/940c81c184))
6+
17
## 1.234.1
28

39
No changes.

packages/fxa-admin-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-admin-server",
3-
"version": "1.234.1",
3+
"version": "1.234.2",
44
"description": "FxA GraphQL Admin Server",
55
"scripts": {
66
"prebuild": "rimraf dist",

packages/fxa-auth-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.234.2
2+
3+
### Bug fixes
4+
5+
- auth: Ignore errors with http status code below 500 ([e9c92aa8cd](https://github.com/mozilla/fxa/commit/e9c92aa8cd))
6+
17
## 1.234.1
28

39
No changes.

packages/fxa-auth-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-auth-server",
3-
"version": "1.234.1",
3+
"version": "1.234.2",
44
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
55
"bin": {
66
"fxa-auth": "./bin/key_server.js"

packages/fxa-content-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.234.2
2+
3+
No changes.
4+
15
## 1.234.1
26

37
### Other changes

packages/fxa-content-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-content-server",
3-
"version": "1.234.1",
3+
"version": "1.234.2",
44
"description": "Firefox Accounts Content Server",
55
"scripts": {
66
"build": "tsc --build ../fxa-react && NODE_ENV=production grunt build",

packages/fxa-customs-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.234.2
2+
3+
No changes.
4+
15
## 1.234.1
26

37
No changes.

packages/fxa-customs-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-customs-server",
3-
"version": "1.234.1",
3+
"version": "1.234.2",
44
"description": "Firefox Accounts Customs Server",
55
"author": "Mozilla (https://mozilla.org/)",
66
"license": "MPL-2.0",

0 commit comments

Comments
 (0)