Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Dec 19, 2024
1 parent af647b9 commit 2133e0d
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 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": "3.1.1",
"version": "3.2.0",
"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": "3.0.0",
"version": "3.2.0",
"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": "^3.0.0",
"@date-io/dayjs": "^3.0.0",
"@date-io/luxon": "^3.0.0",
"@date-io/moment": "^3.0.0",
"@date-io/date-fns": "^3.2.0",
"@date-io/dayjs": "^3.2.0",
"@date-io/luxon": "^3.2.0",
"@date-io/moment": "^3.2.0",
"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": "3.0.0",
"version": "3.2.0",
"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": "3.1.1",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"dependencies": {
"@date-io/core": "^3.0.0"
"@date-io/core": "^3.2.0"
},
"devDependencies": {
"date-fns-jalali": "^3.2.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": "3.0.0",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
}
},
"dependencies": {
"@date-io/core": "^3.0.0"
"@date-io/core": "^3.2.0"
},
"devDependencies": {
"date-fns": "^3.2.0",
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": "3.0.0",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -14,7 +14,7 @@
}
},
"dependencies": {
"@date-io/core": "^3.0.0"
"@date-io/core": "^3.2.0"
},
"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": "3.1.0",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -15,10 +15,10 @@
}
},
"dependencies": {
"@date-io/moment": "^3.0.0"
"@date-io/moment": "^3.2.0"
},
"devDependencies": {
"@date-io/core": "^3.0.0",
"@date-io/core": "^3.2.0",
"@types/moment-hijri": "^2.1.0",
"moment": "^2.24.0",
"moment-hijri": "^2.1.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": "3.1.0",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -15,10 +15,10 @@
}
},
"dependencies": {
"@date-io/moment": "^3.0.0"
"@date-io/moment": "^3.2.0"
},
"devDependencies": {
"@date-io/core": "^3.0.0",
"@date-io/core": "^3.2.0",
"@types/moment-jalaali": "^0.7.6",
"moment": "^2.24.0",
"moment-jalaali": "0.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/js-joda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-io/js-joda",
"version": "3.0.0",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -22,7 +22,7 @@
}
},
"dependencies": {
"@date-io/core": "^3.0.0"
"@date-io/core": "^3.2.0"
},
"devDependencies": {
"@js-joda/core": "^3.2.0",
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": "3.0.0",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -17,7 +17,7 @@
}
},
"dependencies": {
"@date-io/core": "^3.0.0"
"@date-io/core": "^3.2.0"
},
"devDependencies": {
"@types/luxon": "^1.27.1",
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": "3.0.0",
"version": "3.2.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -14,7 +14,7 @@
}
},
"dependencies": {
"@date-io/core": "^3.0.0"
"@date-io/core": "^3.2.0"
},
"devDependencies": {
"moment": "^2.24.0",
Expand Down

0 comments on commit 2133e0d

Please sign in to comment.