@atlaskit/editor-plugin-decorations 6.1.2 → 6.1.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 +6 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-decorations
|
|
2
2
|
|
|
3
|
+
## 6.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 6.1.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -78,7 +84,6 @@
|
|
|
78
84
|
shared context or singletons.
|
|
79
85
|
|
|
80
86
|
**HOW TO ADJUST:**
|
|
81
|
-
|
|
82
87
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
83
88
|
any of these editor plugins.
|
|
84
89
|
- Ensure the version you install matches the version required by the plugins.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-decorations",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3",
|
|
4
4
|
"description": "Decorations plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
23
23
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
24
24
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
25
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
26
|
-
"@atlaskit/tokens": "^
|
|
25
|
+
"@atlaskit/tmp-editor-statsig": "^13.13.0",
|
|
26
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
27
27
|
"@babel/runtime": "^7.0.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@atlaskit/editor-common": "^110.
|
|
30
|
+
"@atlaskit/editor-common": "^110.13.0",
|
|
31
31
|
"react": "^18.2.0",
|
|
32
32
|
"react-dom": "^18.2.0"
|
|
33
33
|
},
|