@atlaskit/help 7.1.6 → 7.1.7

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.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a9a7df8a7e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9a7df8a7e7) - [ux] Fix typo
8
+
3
9
  ## 7.1.6
4
10
 
5
11
  ### Patch Changes
@@ -3,5 +3,6 @@
3
3
  "main": "../dist/cjs/analytics.js",
4
4
  "module": "../dist/esm/analytics.js",
5
5
  "module:es2019": "../dist/es2019/analytics.js",
6
+ "sideEffects": false,
6
7
  "types": "../dist/types/analytics.d.ts"
7
8
  }
@@ -160,7 +160,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
160
160
  },
161
161
  help_article_error_text: {
162
162
  id: 'help.article_error.text',
163
- defaultMessage: "Something prevented the page from loading. We will try to reconect automatically",
163
+ defaultMessage: "Something prevented the page from loading. We will try to reconnect automatically.",
164
164
  description: "Error message body for article loading"
165
165
  },
166
166
  help_article_error_button_label: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.6",
3
+ "version": "7.1.7",
4
4
  "sideEffects": false
5
5
  }
@@ -152,7 +152,7 @@ export const messages = defineMessages({
152
152
  },
153
153
  help_article_error_text: {
154
154
  id: 'help.article_error.text',
155
- defaultMessage: `Something prevented the page from loading. We will try to reconect automatically`,
155
+ defaultMessage: `Something prevented the page from loading. We will try to reconnect automatically.`,
156
156
  description: `Error message body for article loading`
157
157
  },
158
158
  help_article_error_button_label: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.6",
3
+ "version": "7.1.7",
4
4
  "sideEffects": false
5
5
  }
@@ -152,7 +152,7 @@ export var messages = defineMessages({
152
152
  },
153
153
  help_article_error_text: {
154
154
  id: 'help.article_error.text',
155
- defaultMessage: "Something prevented the page from loading. We will try to reconect automatically",
155
+ defaultMessage: "Something prevented the page from loading. We will try to reconnect automatically.",
156
156
  description: "Error message body for article loading"
157
157
  },
158
158
  help_article_error_button_label: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.6",
3
+ "version": "7.1.7",
4
4
  "sideEffects": false
5
5
  }
@@ -3,5 +3,6 @@
3
3
  "main": "../dist/cjs/messages.js",
4
4
  "module": "../dist/esm/messages.js",
5
5
  "module:es2019": "../dist/es2019/messages.js",
6
+ "sideEffects": false,
6
7
  "types": "../dist/types/messages.d.ts"
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.6",
3
+ "version": "7.1.7",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"