Skip to content

Commit 46801c9

Browse files
committed
Release 1.256.3
1 parent 4c4f8bc commit 46801c9

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

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.256.2",
3+
"version": "1.256.3",
44
"description": "FxA Admin Panel",
55
"scripts": {
66
"build-css": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/tailwind.out.css --postcss",

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.256.2",
3+
"version": "1.256.3",
44
"description": "FxA GraphQL Admin Server",
55
"scripts": {
66
"prebuild": "rimraf dist",

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.256.2",
3+
"version": "1.256.3",
44
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
55
"bin": {
66
"fxa-auth": "./bin/key_server.js"

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.256.2",
3+
"version": "1.256.3",
44
"description": "Firefox Accounts Content Server",
55
"scripts": {
66
"build": "tsc --build ../fxa-react && yarn l10n-prime && npm run build-css && NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider grunt build",

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.256.2",
3+
"version": "1.256.3",
44
"description": "Firefox Accounts Customs Server",
55
"author": "Mozilla (https://mozilla.org/)",
66
"license": "MPL-2.0",

packages/fxa-event-broker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-event-broker",
3-
"version": "1.256.2",
3+
"version": "1.256.3",
44
"description": "Firefox Accounts Event Broker",
55
"scripts": {
66
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",

packages/fxa-geodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-geodb",
3-
"version": "1.256.2",
3+
"version": "1.256.3",
44
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
55
"main": "lib/fxa-geodb.js",
66
"directories": {

packages/fxa-graphql-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-graphql-api",
3-
"version": "1.256.2",
3+
"version": "1.256.3",
44
"description": "FxA GraphQL API",
55
"scripts": {
66
"prebuild": "rimraf dist",

packages/fxa-payments-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-payments-server",
3-
"version": "1.256.2",
3+
"version": "1.256.3",
44
"description": "Firefox Accounts Payments Service",
55
"scripts": {
66
"build-css": "tailwindcss --postcss -i ./src/styles/tailwind.css -o ./src/styles/tailwind.out.css",

packages/fxa-profile-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-profile-server",
3-
"version": "1.256.2",
3+
"version": "1.256.3",
44
"private": true,
55
"description": "Firefox Accounts Profile service.",
66
"scripts": {

0 commit comments

Comments
 (0)