Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bapairaew committed Aug 26, 2021
1 parent beec52e commit b6240b0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-fpl",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"devDependencies": {
"lerna": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-fpl/app",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"scripts": {
"bootstrap": "lerna bootstrap && lerna link",
Expand All @@ -14,8 +14,8 @@
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@open-fpl/common": "1.2.2",
"@open-fpl/data": "1.2.2",
"@open-fpl/common": "1.2.3",
"@open-fpl/data": "1.2.3",
"chart.js": "^3.4.0",
"cross-storage": "^1.0.0",
"date-fns": "^2.23.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@open-fpl/common",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"dependencies": {
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@open-fpl/data": "1.2.2",
"@open-fpl/data": "1.2.3",
"framer-motion": "^4",
"next": "^11.0.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-fpl/data",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"scripts": {
"init-data": "ts-node -O {\\\"module\\\":\\\"commonjs\\\"} -r tsconfig-paths/register scripts/init-data.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-fpl/www",
"version": "1.2.2",
"version": "1.2.3",
"license": "Apache-2.0",
"scripts": {
"bootstrap": "lerna bootstrap && lerna link",
Expand All @@ -14,7 +14,7 @@
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@open-fpl/common": "1.2.2",
"@open-fpl/common": "1.2.3",
"framer-motion": "^4",
"next": "^11.0.0",
"next-plausible": "^2.0.0",
Expand Down

3 comments on commit b6240b0

@vercel
Copy link

@vercel vercel bot commented on b6240b0 Aug 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

open-fpl-app – ./packages/app

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

@vercel
Copy link

@vercel vercel bot commented on b6240b0 Aug 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

open-fpl-data – ./packages/data

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

@vercel
Copy link

@vercel vercel bot commented on b6240b0 Aug 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.