Skip to content

Commit

Permalink
v2.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed May 22, 2021
1 parent d41b1f7 commit 336e1b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.10.8",
"version": "2.10.9",
"publishConfig": {
"access": "public"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.8",
"version": "2.10.9",
"private": true,
"name": "date-io-benchmark",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@date-io/date-fns": "^2.10.8",
"@date-io/dayjs": "^2.10.8",
"@date-io/dayjs": "^2.10.9",
"@date-io/luxon": "^2.10.8",
"@date-io/moment": "^2.10.8",
"benchmark": "^2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "2.10.9",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "2.10.9",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand Down

0 comments on commit 336e1b1

Please sign in to comment.