@atlaskit/link-datasource 0.30.2 → 0.30.3

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/link-datasource
2
2
 
3
+ ## 0.30.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d046b840b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d046b840b27) - fix typo in initialStateViewMessages.learnMoreLink
8
+
3
9
  ## 0.30.2
4
10
 
5
11
  ### Patch Changes
@@ -19,7 +19,7 @@ var initialStateViewMessages = (0, _reactIntlNext.defineMessages)({
19
19
  learnMoreLink: {
20
20
  id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.learnMoreLink',
21
21
  description: 'The link that displays under the search description to help people know more about AQL',
22
- defaultMessage: 'Learn more about seaching with AQL.'
22
+ defaultMessage: 'Learn more about searching with AQL.'
23
23
  }
24
24
  });
25
25
  exports.initialStateViewMessages = initialStateViewMessages;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.30.2",
3
+ "version": "0.30.3",
4
4
  "sideEffects": false
5
5
  }
@@ -13,6 +13,6 @@ export const initialStateViewMessages = defineMessages({
13
13
  learnMoreLink: {
14
14
  id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.learnMoreLink',
15
15
  description: 'The link that displays under the search description to help people know more about AQL',
16
- defaultMessage: 'Learn more about seaching with AQL.'
16
+ defaultMessage: 'Learn more about searching with AQL.'
17
17
  }
18
18
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.30.2",
3
+ "version": "0.30.3",
4
4
  "sideEffects": false
5
5
  }
@@ -13,6 +13,6 @@ export var initialStateViewMessages = defineMessages({
13
13
  learnMoreLink: {
14
14
  id: 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.learnMoreLink',
15
15
  description: 'The link that displays under the search description to help people know more about AQL',
16
- defaultMessage: 'Learn more about seaching with AQL.'
16
+ defaultMessage: 'Learn more about searching with AQL.'
17
17
  }
18
18
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.30.2",
3
+ "version": "0.30.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.30.2",
3
+ "version": "0.30.3",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"