@atlaskit/editor-plugin-card 0.5.5 → 0.5.6
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 +7 -0
- package/dist/cjs/messages.js +1 -1
- package/dist/es2019/messages.js +1 -1
- package/dist/esm/messages.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-card
|
|
2
2
|
|
|
3
|
+
## 0.5.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d5c28c4c0df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5c28c4c0df) - Updated jira issues quick insert menu description.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 0.5.5
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -13,7 +13,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
13
13
|
},
|
|
14
14
|
datasourceJiraIssueDescription: {
|
|
15
15
|
id: 'fabric.editor.datasource.jiraIssue.description',
|
|
16
|
-
defaultMessage: 'Insert issues from Jira Cloud with enhanced search, filtering, and configuration',
|
|
16
|
+
defaultMessage: 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
17
17
|
description: 'Insert a jira datasource table'
|
|
18
18
|
},
|
|
19
19
|
datasourceAssetsObjects: {
|
package/dist/es2019/messages.js
CHANGED
|
@@ -7,7 +7,7 @@ export const messages = defineMessages({
|
|
|
7
7
|
},
|
|
8
8
|
datasourceJiraIssueDescription: {
|
|
9
9
|
id: 'fabric.editor.datasource.jiraIssue.description',
|
|
10
|
-
defaultMessage: 'Insert issues from Jira Cloud with enhanced search, filtering, and configuration',
|
|
10
|
+
defaultMessage: 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
11
11
|
description: 'Insert a jira datasource table'
|
|
12
12
|
},
|
|
13
13
|
datasourceAssetsObjects: {
|
package/dist/esm/messages.js
CHANGED
|
@@ -7,7 +7,7 @@ export var messages = defineMessages({
|
|
|
7
7
|
},
|
|
8
8
|
datasourceJiraIssueDescription: {
|
|
9
9
|
id: 'fabric.editor.datasource.jiraIssue.description',
|
|
10
|
-
defaultMessage: 'Insert issues from Jira Cloud with enhanced search, filtering, and configuration',
|
|
10
|
+
defaultMessage: 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
11
11
|
description: 'Insert a jira datasource table'
|
|
12
12
|
},
|
|
13
13
|
datasourceAssetsObjects: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-card",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"description": "Card plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "28.1.2",
|
|
35
35
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
36
|
-
"@atlaskit/editor-common": "^74.
|
|
36
|
+
"@atlaskit/editor-common": "^74.57.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^0.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-decorations": "^0.2.0",
|
|
39
39
|
"@atlaskit/editor-plugin-feature-flags": "^1.0.0",
|