@atlaskit/editor-core 193.30.4 → 193.30.5
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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 193.30.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#116178](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116178)
|
|
8
|
+
[`f8e239e1bdf8e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f8e239e1bdf8e) -
|
|
9
|
+
[ux] Remove small gapping in inline macros and update VR tests accordingly
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 193.30.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "193.30.
|
|
2
|
+
export const version = "193.30.5";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "193.30.
|
|
2
|
+
export var version = "193.30.5";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "193.30.
|
|
3
|
+
"version": "193.30.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/icon": "^22.5.0",
|
|
54
54
|
"@atlaskit/media-card": "^78.0.0",
|
|
55
55
|
"@atlaskit/mention": "^23.2.0",
|
|
56
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
56
|
+
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
57
57
|
"@atlaskit/spinner": "^16.2.0",
|
|
58
58
|
"@atlaskit/task-decision": "^17.10.0",
|
|
59
59
|
"@atlaskit/theme": "^12.11.0",
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@af/editor-examples-helpers": "0.0.
|
|
83
|
+
"@af/editor-examples-helpers": "0.0.11",
|
|
84
84
|
"@af/editor-libra": "*",
|
|
85
85
|
"@af/visual-regression": "*",
|
|
86
86
|
"@atlaskit/adf-utils": "^19.4.0",
|
|
87
87
|
"@atlaskit/analytics-listeners": "^8.10.0",
|
|
88
|
-
"@atlaskit/collab-provider": "9.32.
|
|
88
|
+
"@atlaskit/collab-provider": "9.32.1",
|
|
89
89
|
"@atlaskit/editor-json-transformer": "^8.15.0",
|
|
90
|
-
"@atlaskit/editor-plugin-annotation": "1.13.
|
|
90
|
+
"@atlaskit/editor-plugin-annotation": "1.13.1",
|
|
91
91
|
"@atlaskit/editor-plugin-card": "^2.3.0",
|
|
92
92
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.0.0",
|
|
93
93
|
"@atlaskit/editor-plugin-list": "^3.5.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
100
100
|
"@atlaskit/media-test-helpers": "^33.0.27",
|
|
101
101
|
"@atlaskit/modal-dialog": "^12.14.0",
|
|
102
|
-
"@atlaskit/primitives": "^
|
|
102
|
+
"@atlaskit/primitives": "^10.0.0",
|
|
103
103
|
"@atlaskit/renderer": "^109.40.0",
|
|
104
104
|
"@atlaskit/smart-card": "^27.8.0",
|
|
105
105
|
"@atlaskit/synchrony-test-helpers": "^2.4.0",
|