@atlaskit/help 7.1.1 → 7.1.4

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,23 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 7.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9d51d8d6aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d51d8d6aa3) - [ux] Change "What's new" button tooltip text
8
+
9
+ ## 7.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 7.1.2
16
+
17
+ ### Patch Changes
18
+
19
+ - [`256335ab2f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/256335ab2f2) - [ux] Update example. Change CPAPI endpoint and show "getStarted" field in RN articles
20
+
3
21
  ## 7.1.1
4
22
 
5
23
  ### Patch Changes
@@ -195,7 +195,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
195
195
  },
196
196
  help_whats_new_button_tooltip: {
197
197
  id: 'help.whats_new.button_tooltip',
198
- defaultMessage: "Explore our full collection of help and support resources.",
198
+ defaultMessage: "See our latest feature announcements, improvements, bug fixes, and more.",
199
199
  description: "text for the \"What's New\" tooltip"
200
200
  },
201
201
  help_whats_new_filter_select_option_all: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.1",
3
+ "version": "7.1.4",
4
4
  "sideEffects": false
5
5
  }
@@ -187,7 +187,7 @@ export const messages = defineMessages({
187
187
  },
188
188
  help_whats_new_button_tooltip: {
189
189
  id: 'help.whats_new.button_tooltip',
190
- defaultMessage: `Explore our full collection of help and support resources.`,
190
+ defaultMessage: `See our latest feature announcements, improvements, bug fixes, and more.`,
191
191
  description: `text for the "What's New" tooltip`
192
192
  },
193
193
  help_whats_new_filter_select_option_all: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.1",
3
+ "version": "7.1.4",
4
4
  "sideEffects": false
5
5
  }
@@ -187,7 +187,7 @@ export var messages = defineMessages({
187
187
  },
188
188
  help_whats_new_button_tooltip: {
189
189
  id: 'help.whats_new.button_tooltip',
190
- defaultMessage: "Explore our full collection of help and support resources.",
190
+ defaultMessage: "See our latest feature announcements, improvements, bug fixes, and more.",
191
191
  description: "text for the \"What's New\" tooltip"
192
192
  },
193
193
  help_whats_new_filter_select_option_all: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.1",
3
+ "version": "7.1.4",
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.1",
3
+ "version": "7.1.4",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/textarea": "^4.3.0",
45
45
  "@atlaskit/textfield": "^5.1.0",
46
46
  "@atlaskit/theme": "^12.1.0",
47
- "@atlaskit/tokens": "^0.7.0",
47
+ "@atlaskit/tokens": "^0.8.0",
48
48
  "@atlaskit/tooltip": "^17.5.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/core": "^10.0.9",