Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jan 10, 2024
1 parent 50487b8 commit 9d30428
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": "2.17.0",
"version": "3.0.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": "2.17.0",
"version": "3.0.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": "^2.17.0",
"@date-io/dayjs": "^2.17.0",
"@date-io/luxon": "^2.17.0",
"@date-io/moment": "^2.17.0",
"@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",
"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.17.0",
"version": "3.0.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": "2.17.0",
"version": "3.0.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": "^2.17.0"
"@date-io/core": "^3.0.0"
},
"devDependencies": {
"date-fns-jalali": "^2.19.0-2",
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.17.0",
"version": "3.0.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": "^2.17.0"
"@date-io/core": "^3.0.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": "2.17.0",
"version": "3.0.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": "^2.17.0"
"@date-io/core": "^3.0.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": "2.17.0",
"version": "3.0.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -14,10 +14,10 @@
}
},
"dependencies": {
"@date-io/moment": "^2.17.0"
"@date-io/moment": "^3.0.0"
},
"devDependencies": {
"@date-io/core": "^2.17.0",
"@date-io/core": "^3.0.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": "2.17.0",
"version": "3.0.0",
"description": "Abstraction over common javascript date management libraries",
"main": "build/index.js",
"module": "build/index.esm.js",
Expand All @@ -14,10 +14,10 @@
}
},
"dependencies": {
"@date-io/moment": "^2.17.0"
"@date-io/moment": "^3.0.0"
},
"devDependencies": {
"@date-io/core": "^2.17.0",
"@date-io/core": "^3.0.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": "2.17.0",
"version": "3.0.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": "^2.17.0"
"@date-io/core": "^3.0.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": "2.17.0",
"version": "3.0.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": "^2.17.0"
"@date-io/core": "^3.0.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": "2.17.0",
"version": "3.0.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": "^2.17.0"
"@date-io/core": "^3.0.0"
},
"devDependencies": {
"moment": "^2.24.0",
Expand Down

0 comments on commit 9d30428

Please sign in to comment.