@wordpress/date
Advanced tools
Comparing version 4.11.0 to 4.12.0
@@ -45,2 +45,3 @@ /** | ||
* @property {MomentLocaleSpecification['relativeTime']} relative Relative time config. | ||
* @property {0|1|2|3|4|5|6} startOfWeek Day that the week starts on. | ||
*/ | ||
@@ -93,3 +94,4 @@ | ||
yy: '%d years' | ||
} | ||
}, | ||
startOfWeek: 0 | ||
}, | ||
@@ -96,0 +98,0 @@ formats: { |
@@ -183,2 +183,6 @@ /** | ||
relative: MomentLocaleSpecification['relativeTime']; | ||
/** | ||
* Day that the week starts on. | ||
*/ | ||
startOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6; | ||
}; | ||
@@ -185,0 +189,0 @@ export type DateSettings = { |
@@ -66,2 +66,3 @@ "use strict"; | ||
* @property {MomentLocaleSpecification['relativeTime']} relative Relative time config. | ||
* @property {0|1|2|3|4|5|6} startOfWeek Day that the week starts on. | ||
*/ | ||
@@ -113,3 +114,4 @@ | ||
yy: '%d years' | ||
} | ||
}, | ||
startOfWeek: 0 | ||
}, | ||
@@ -116,0 +118,0 @@ formats: { |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.12.0 (2022-06-29) | ||
## 4.11.0 (2022-06-15) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/date", | ||
"version": "4.11.0", | ||
"version": "4.12.0", | ||
"description": "Date module for WordPress.", | ||
@@ -36,3 +36,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "48d5f37dfb52d2e77c8eeb662f9874cf141b8c6b" | ||
"gitHead": "a80eeb62ec7cb1418b9915c277e084a29d6665e3" | ||
} |
@@ -44,2 +44,3 @@ /** | ||
* @property {MomentLocaleSpecification['relativeTime']} relative Relative time config. | ||
* @property {0|1|2|3|4|5|6} startOfWeek Day that the week starts on. | ||
*/ | ||
@@ -122,2 +123,3 @@ /* eslint-enable jsdoc/valid-types */ | ||
}, | ||
startOfWeek: 0, | ||
}, | ||
@@ -124,0 +126,0 @@ formats: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
190042
2363