@atlaskit/editor-plugin-primary-toolbar 2.0.8 → 2.0.9
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-plugin-primary-toolbar
|
|
2
2
|
|
|
3
|
+
## 2.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#150784](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150784)
|
|
8
|
+
[`8a6d80b99e9a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a6d80b99e9a6) -
|
|
9
|
+
Add data-vc to display human readable identifier for TTVC offender list
|
|
10
|
+
|
|
3
11
|
## 2.0.8
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/ui/separator.js
CHANGED
package/dist/esm/ui/separator.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-primary-toolbar",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Primary toolbar plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
".": "./src/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/editor-common": "^93.
|
|
39
|
+
"@atlaskit/editor-common": "^93.2.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1"
|