@atlaskit/link-datasource 1.17.11 → 1.17.12
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 +6 -0
- package/dist/cjs/analytics/constants.js +1 -1
- package/dist/cjs/ui/common/error-state/messages.js +2 -2
- package/dist/es2019/analytics/constants.js +1 -1
- package/dist/es2019/ui/common/error-state/messages.js +2 -2
- package/dist/esm/analytics/constants.js +1 -1
- package/dist/esm/ui/common/error-state/messages.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 1.17.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#43542](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43542) [`35f5f821eb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35f5f821eb7) - [ux] Updated Access Required message from 'site' to 'content' when a url is not provided
|
|
8
|
+
|
|
3
9
|
## 1.17.11
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -7,5 +7,5 @@ exports.packageMetaData = exports.EVENT_CHANNEL = void 0;
|
|
|
7
7
|
var EVENT_CHANNEL = exports.EVENT_CHANNEL = 'media';
|
|
8
8
|
var packageMetaData = exports.packageMetaData = {
|
|
9
9
|
packageName: "@atlaskit/link-datasource",
|
|
10
|
-
packageVersion: "1.17.
|
|
10
|
+
packageVersion: "1.17.12"
|
|
11
11
|
};
|
|
@@ -13,8 +13,8 @@ var loadingErrorMessages = exports.loadingErrorMessages = (0, _reactIntlNext.def
|
|
|
13
13
|
},
|
|
14
14
|
accessRequired: {
|
|
15
15
|
id: 'linkDataSource.jira-issues.accessRequired',
|
|
16
|
-
description: 'Message letting user know that they do not have access to this
|
|
17
|
-
defaultMessage: "You don't have access to this
|
|
16
|
+
description: 'Message letting user know that they do not have access to this content',
|
|
17
|
+
defaultMessage: "You don't have access to this content"
|
|
18
18
|
},
|
|
19
19
|
accessRequiredWithSite: {
|
|
20
20
|
id: 'linkDataSource.jira-issues.accessRequiredWithSite',
|
|
@@ -7,8 +7,8 @@ export const loadingErrorMessages = defineMessages({
|
|
|
7
7
|
},
|
|
8
8
|
accessRequired: {
|
|
9
9
|
id: 'linkDataSource.jira-issues.accessRequired',
|
|
10
|
-
description: 'Message letting user know that they do not have access to this
|
|
11
|
-
defaultMessage: "You don't have access to this
|
|
10
|
+
description: 'Message letting user know that they do not have access to this content',
|
|
11
|
+
defaultMessage: "You don't have access to this content"
|
|
12
12
|
},
|
|
13
13
|
accessRequiredWithSite: {
|
|
14
14
|
id: 'linkDataSource.jira-issues.accessRequiredWithSite',
|
|
@@ -7,8 +7,8 @@ export var loadingErrorMessages = defineMessages({
|
|
|
7
7
|
},
|
|
8
8
|
accessRequired: {
|
|
9
9
|
id: 'linkDataSource.jira-issues.accessRequired',
|
|
10
|
-
description: 'Message letting user know that they do not have access to this
|
|
11
|
-
defaultMessage: "You don't have access to this
|
|
10
|
+
description: 'Message letting user know that they do not have access to this content',
|
|
11
|
+
defaultMessage: "You don't have access to this content"
|
|
12
12
|
},
|
|
13
13
|
accessRequiredWithSite: {
|
|
14
14
|
id: 'linkDataSource.jira-issues.accessRequiredWithSite',
|