@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 6.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`222834915fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/222834915fa) - [ux] Fix date formatting in What's New
8
+
3
9
  ## 6.0.7
4
10
 
5
11
  ### Patch Changes
@@ -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]) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "6.0.7",
3
+ "version": "6.0.8",
4
4
  "sideEffects": false
5
5
  }
@@ -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]) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "6.0.7",
3
+ "version": "6.0.8",
4
4
  "sideEffects": false
5
5
  }
@@ -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]) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "6.0.7",
3
+ "version": "6.0.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "6.0.7",
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.9.0",
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.0.0",
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",