@atlaskit/help 7.1.12 → 7.1.13

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
+ ## 7.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d4d09b38089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4d09b38089) - [ux] fix typo
8
+
3
9
  ## 7.1.12
4
10
 
5
11
  ### Patch Changes
@@ -125,7 +125,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
125
125
  },
126
126
  help_related_article_endpoint_error_description: {
127
127
  id: 'help.related_article.endpoint-error.description',
128
- defaultMessage: "It's taking us longer than expected to show this content. It's provably a temporary problem.",
128
+ defaultMessage: "It's taking us longer than expected to show this content. It's probably a temporary problem.",
129
129
  description: 'Body for the message displayed when the related articles fetching fails'
130
130
  },
131
131
  help_related_article_endpoint_error_button_label: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.12",
3
+ "version": "7.1.13",
4
4
  "sideEffects": false
5
5
  }
@@ -117,7 +117,7 @@ export const messages = defineMessages({
117
117
  },
118
118
  help_related_article_endpoint_error_description: {
119
119
  id: 'help.related_article.endpoint-error.description',
120
- defaultMessage: `It's taking us longer than expected to show this content. It's provably a temporary problem.`,
120
+ defaultMessage: `It's taking us longer than expected to show this content. It's probably a temporary problem.`,
121
121
  description: 'Body for the message displayed when the related articles fetching fails'
122
122
  },
123
123
  help_related_article_endpoint_error_button_label: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.12",
3
+ "version": "7.1.13",
4
4
  "sideEffects": false
5
5
  }
@@ -117,7 +117,7 @@ export var messages = defineMessages({
117
117
  },
118
118
  help_related_article_endpoint_error_description: {
119
119
  id: 'help.related_article.endpoint-error.description',
120
- defaultMessage: "It's taking us longer than expected to show this content. It's provably a temporary problem.",
120
+ defaultMessage: "It's taking us longer than expected to show this content. It's probably a temporary problem.",
121
121
  description: 'Body for the message displayed when the related articles fetching fails'
122
122
  },
123
123
  help_related_article_endpoint_error_button_label: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.12",
3
+ "version": "7.1.13",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.12",
3
+ "version": "7.1.13",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,13 +36,13 @@
36
36
  "@atlaskit/icon": "^21.10.0",
37
37
  "@atlaskit/notification-indicator": "^9.0.0",
38
38
  "@atlaskit/notification-log-client": "^6.0.0",
39
- "@atlaskit/radio": "^5.3.0",
40
- "@atlaskit/section-message": "^6.1.0",
41
- "@atlaskit/select": "^15.6.0",
39
+ "@atlaskit/radio": "^5.4.0",
40
+ "@atlaskit/section-message": "^6.2.0",
41
+ "@atlaskit/select": "^15.7.0",
42
42
  "@atlaskit/spinner": "^15.1.0",
43
43
  "@atlaskit/textarea": "^4.3.0",
44
- "@atlaskit/textfield": "^5.1.0",
45
- "@atlaskit/theme": "^12.1.0",
44
+ "@atlaskit/textfield": "^5.2.0",
45
+ "@atlaskit/theme": "^12.2.0",
46
46
  "@atlaskit/tokens": "^0.10.0",
47
47
  "@atlaskit/tooltip": "^17.5.0",
48
48
  "@babel/runtime": "^7.0.0",
@@ -62,7 +62,7 @@
62
62
  "devDependencies": {
63
63
  "@atlaskit/docs": "*",
64
64
  "@atlaskit/navigation": "^37.0.0",
65
- "@atlaskit/page": "^12.1.0",
65
+ "@atlaskit/page": "^12.2.0",
66
66
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
67
67
  "@testing-library/react": "^8.0.1",
68
68
  "algoliasearch": "^3.35.1",