Skip to content

Commit

Permalink
v2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jan 31, 2021
1 parent 3d74bf6 commit 9c5e307
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.10.6",
"version": "2.10.7",
"publishConfig": {
"access": "public"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.6",
"version": "2.10.7",
"private": true,
"name": "date-io-benchmark",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"benchmark": "npm run benchmark:formats && npm run benchmark:calculations && npm run benchmark:parse"
},
"dependencies": {
"@date-io/date-fns": "^2.10.6",
"@date-io/dayjs": "^2.10.6",
"@date-io/luxon": "^2.10.6",
"@date-io/moment": "^2.10.6",
"@date-io/date-fns": "^2.10.7",
"@date-io/dayjs": "^2.10.7",
"@date-io/luxon": "^2.10.7",
"@date-io/moment": "^2.10.7",
"benchmark": "^2.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/core",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
4 changes: 2 additions & 2 deletions packages/date-fns-jalali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/date-fns-jalali",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"date-fns-jalali": "^2.13.0-0"
},
"dependencies": {
"@date-io/core": "^2.10.6"
"@date-io/core": "^2.10.7"
},
"devDependencies": {
"date-fns-jalali": "^2.13.0-0",
Expand Down
4 changes: 2 additions & 2 deletions packages/date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/date-fns",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"date-fns": "^2.0.0"
},
"dependencies": {
"@date-io/core": "^2.10.6"
"@date-io/core": "^2.10.7"
},
"devDependencies": {
"date-fns": "2.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dayjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/dayjs",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -9,7 +9,7 @@
"dayjs": "^1.8.17"
},
"dependencies": {
"@date-io/core": "^2.10.6"
"@date-io/core": "^2.10.7"
},
"devDependencies": {
"dayjs": "^1.8.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/hijri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/hijri",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -10,10 +10,10 @@
"moment-hijri": "^2.1.2"
},
"dependencies": {
"@date-io/moment": "^2.10.6"
"@date-io/moment": "^2.10.7"
},
"devDependencies": {
"@date-io/core": "^2.10.6",
"@date-io/core": "^2.10.7",
"moment": "^2.24.0",
"moment-hijri": "^2.1.2",
"rollup": "^2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/jalaali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/jalaali",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -10,10 +10,10 @@
"moment-jalaali": "^0.7.4 || ^0.8.0 || ^0.9.0"
},
"dependencies": {
"@date-io/moment": "^2.10.6"
"@date-io/moment": "^2.10.7"
},
"devDependencies": {
"@date-io/core": "^2.10.6",
"@date-io/core": "^2.10.7",
"moment": "^2.24.0",
"moment-jalaali": "0.9.2",
"rollup": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/luxon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/luxon",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -12,7 +12,7 @@
"luxon": "^1.21.3"
},
"dependencies": {
"@date-io/core": "^2.10.6"
"@date-io/core": "^2.10.7"
},
"devDependencies": {
"@types/luxon": "^1.21.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/moment",
"version": "2.10.6",
"version": "2.10.7",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -9,7 +9,7 @@
"moment": "^2.24.0"
},
"dependencies": {
"@date-io/core": "^2.10.6"
"@date-io/core": "^2.10.7"
},
"devDependencies": {
"moment": "^2.24.0",
Expand Down

0 comments on commit 9c5e307

Please sign in to comment.