Skip to content

Commit 4f35560

Browse files
committedAug 31, 2021
1.2.4
1 parent 6f6a98e commit 4f35560

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-fpl",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"license": "Apache-2.0",
55
"devDependencies": {
66
"lerna": "^4.0.0"

‎packages/app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-fpl/app",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"license": "Apache-2.0",
55
"scripts": {
66
"bootstrap": "lerna bootstrap && lerna link",
@@ -14,8 +14,8 @@
1414
"@chakra-ui/react": "^1.6.5",
1515
"@emotion/react": "^11",
1616
"@emotion/styled": "^11",
17-
"@open-fpl/common": "1.2.3",
18-
"@open-fpl/data": "1.2.3",
17+
"@open-fpl/common": "1.2.4",
18+
"@open-fpl/data": "1.2.4",
1919
"chart.js": "^3.4.0",
2020
"cross-storage": "^1.0.0",
2121
"date-fns": "^2.23.0",

‎packages/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@open-fpl/common",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"license": "Apache-2.0",
55
"dependencies": {
66
"@chakra-ui/react": "^1.6.5",
77
"@emotion/react": "^11",
88
"@emotion/styled": "^11",
9-
"@open-fpl/data": "1.2.3",
9+
"@open-fpl/data": "1.2.4",
1010
"framer-motion": "^4",
1111
"next": "^11.0.1",
1212
"react": "^17.0.2",

‎packages/data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-fpl/data",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"license": "Apache-2.0",
55
"scripts": {
66
"init-data": "ts-node -O {\\\"module\\\":\\\"commonjs\\\"} -r tsconfig-paths/register scripts/init-data.ts",

‎packages/www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-fpl/www",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"license": "Apache-2.0",
55
"scripts": {
66
"bootstrap": "lerna bootstrap && lerna link",
@@ -14,7 +14,7 @@
1414
"@chakra-ui/react": "^1.6.5",
1515
"@emotion/react": "^11",
1616
"@emotion/styled": "^11",
17-
"@open-fpl/common": "1.2.3",
17+
"@open-fpl/common": "1.2.4",
1818
"framer-motion": "^4",
1919
"next": "^11.0.0",
2020
"next-plausible": "^2.0.0",

3 commit comments

Comments
 (3)

vercel[bot] commented on Aug 31, 2021

@vercel[bot]

vercel[bot] commented on Aug 31, 2021

@vercel[bot]

Successfully deployed to the following URLs:

open-fpl-data – ./packages/data

open-fpl-data-bapairaew.vercel.app
open-fpl-data-git-main-bapairaew.vercel.app
data.openfpl.com
open-fpl-data.vercel.app

vercel[bot] commented on Aug 31, 2021

@vercel[bot]

Successfully deployed to the following URLs:

open-fpl-app – ./packages/app

open-fpl-app-bapairaew.vercel.app
open-fpl-app.vercel.app
app.openfpl.com
open-fpl-app-git-main-bapairaew.vercel.app

Please sign in to comment.