@atlaskit/help 6.0.7 → 6.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js
CHANGED
|
@@ -51,7 +51,7 @@ var WhatsNewResultsList = function WhatsNewResultsList(_ref) {
|
|
|
51
51
|
var featureRolloutDateString = whatsNewArticle === null || whatsNewArticle === void 0 ? void 0 : whatsNewArticle.featureRolloutDate;
|
|
52
52
|
|
|
53
53
|
if (featureRolloutDateString) {
|
|
54
|
-
var featureRolloutDateArray = featureRolloutDateString.replace('
|
|
54
|
+
var featureRolloutDateArray = featureRolloutDateString.replace('/-/g', '/');
|
|
55
55
|
var featureRolloutDate = (0, _toDate.default)(new Date(featureRolloutDateArray));
|
|
56
56
|
|
|
57
57
|
if (whatsNewArticlesGroupedByDateTemp[featureRolloutDateString]) {
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js
CHANGED
|
@@ -20,7 +20,7 @@ const WhatsNewResultsList = ({
|
|
|
20
20
|
const featureRolloutDateString = whatsNewArticle === null || whatsNewArticle === void 0 ? void 0 : whatsNewArticle.featureRolloutDate;
|
|
21
21
|
|
|
22
22
|
if (featureRolloutDateString) {
|
|
23
|
-
const featureRolloutDateArray = featureRolloutDateString.replace('
|
|
23
|
+
const featureRolloutDateArray = featureRolloutDateString.replace('/-/g', '/');
|
|
24
24
|
const featureRolloutDate = toDate(new Date(featureRolloutDateArray));
|
|
25
25
|
|
|
26
26
|
if (whatsNewArticlesGroupedByDateTemp[featureRolloutDateString]) {
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js
CHANGED
|
@@ -27,7 +27,7 @@ var WhatsNewResultsList = function WhatsNewResultsList(_ref) {
|
|
|
27
27
|
var featureRolloutDateString = whatsNewArticle === null || whatsNewArticle === void 0 ? void 0 : whatsNewArticle.featureRolloutDate;
|
|
28
28
|
|
|
29
29
|
if (featureRolloutDateString) {
|
|
30
|
-
var featureRolloutDateArray = featureRolloutDateString.replace('
|
|
30
|
+
var featureRolloutDateArray = featureRolloutDateString.replace('/-/g', '/');
|
|
31
31
|
var featureRolloutDate = toDate(new Date(featureRolloutDateArray));
|
|
32
32
|
|
|
33
33
|
if (whatsNewArticlesGroupedByDateTemp[featureRolloutDateString]) {
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.8",
|
|
4
4
|
"description": "A cross-product help component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@atlaskit/form": "^8.4.0",
|
|
34
34
|
"@atlaskit/help-article": "^4.0.0",
|
|
35
35
|
"@atlaskit/help-layout": "^4.0.0",
|
|
36
|
-
"@atlaskit/icon": "^21.
|
|
36
|
+
"@atlaskit/icon": "^21.10.0",
|
|
37
37
|
"@atlaskit/item": "^12.0.0",
|
|
38
38
|
"@atlaskit/notification-indicator": "^9.0.0",
|
|
39
39
|
"@atlaskit/notification-log-client": "^6.0.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/spinner": "^15.1.0",
|
|
44
44
|
"@atlaskit/textarea": "^4.2.0",
|
|
45
45
|
"@atlaskit/textfield": "^5.1.0",
|
|
46
|
-
"@atlaskit/theme": "^12.
|
|
46
|
+
"@atlaskit/theme": "^12.1.0",
|
|
47
47
|
"@atlaskit/tooltip": "^17.5.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@emotion/core": "^10.0.9",
|