Skip to content

Commit

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

0 comments on commit 0466222

Please sign in to comment.