@atlaskit/editor-synced-block-renderer 5.0.2 → 5.0.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 +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-synced-block-renderer
|
|
2
2
|
|
|
3
|
+
## 5.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`19ca45d2afec9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/19ca45d2afec9) -
|
|
8
|
+
EDITOR-3596 Fix mentions and profile card in Synced Blocks in Jira Renderer
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 5.0.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-synced-block-renderer",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "SyncedBlockRenderer for @atlaskit/editor-plugin-synced-block",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
"@atlaskit/editor-plugin-synced-block": "^5.1.0",
|
|
34
34
|
"@atlaskit/editor-synced-block-provider": "^3.5.0",
|
|
35
35
|
"@atlaskit/heading": "^5.2.0",
|
|
36
|
-
"@atlaskit/icon": "^29.
|
|
36
|
+
"@atlaskit/icon": "^29.4.0",
|
|
37
37
|
"@atlaskit/icon-lab": "^5.13.0",
|
|
38
38
|
"@atlaskit/image": "^3.0.0",
|
|
39
39
|
"@atlaskit/primitives": "^17.0.0",
|
|
40
|
-
"@atlaskit/renderer": "^125.
|
|
40
|
+
"@atlaskit/renderer": "^125.2.0",
|
|
41
41
|
"@atlaskit/spinner": "^19.0.0",
|
|
42
42
|
"@atlaskit/tokens": "^9.1.0",
|
|
43
|
-
"@atlaskit/tooltip": "^20.
|
|
43
|
+
"@atlaskit/tooltip": "^20.12.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"react-relay": "npm:atl-react-relay@0.0.0-main-39e79f66",
|
|
46
46
|
"relay-runtime": "npm:atl-relay-runtime@0.0.0-main-39e79f66"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@atlaskit/editor-common": "^111.
|
|
49
|
+
"@atlaskit/editor-common": "^111.6.0",
|
|
50
50
|
"react": "^18.2.0",
|
|
51
51
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
52
52
|
},
|