@atlaskit/editor-core 195.0.0 → 195.0.1
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 195.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#112464](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112464)
|
|
8
|
+
[`e26f188519478`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e26f188519478) -
|
|
9
|
+
Remove feature flag that is fully rolled out
|
|
10
|
+
|
|
3
11
|
## 195.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "195.0.
|
|
2
|
+
export const version = "195.0.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "195.0.
|
|
2
|
+
export var version = "195.0.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "195.0.
|
|
3
|
+
"version": "195.0.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -165,10 +165,6 @@
|
|
|
165
165
|
"type": "boolean",
|
|
166
166
|
"referenceOnly": "true"
|
|
167
167
|
},
|
|
168
|
-
"platform.linking-platform.datasource-assets_objects_remove_beta": {
|
|
169
|
-
"type": "boolean",
|
|
170
|
-
"referenceOnly": "true"
|
|
171
|
-
},
|
|
172
168
|
"platform.linking-platform.datasource-assets_objects": {
|
|
173
169
|
"type": "boolean",
|
|
174
170
|
"referenceOnly": "true"
|