@atlaskit/editor-plugin-primary-toolbar 2.0.8 → 2.0.10

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,19 @@
1
1
  # @atlaskit/editor-plugin-primary-toolbar
2
2
 
3
+ ## 2.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [#150784](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150784)
14
+ [`8a6d80b99e9a6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a6d80b99e9a6) -
15
+ Add data-vc to display human readable identifier for TTVC offender list
16
+
3
17
  ## 2.0.8
4
18
 
5
19
  ### Patch Changes
@@ -17,6 +17,7 @@ var _default = exports.default = function _default() {
17
17
  (0, _react.jsx)("span", {
18
18
  css: _styles.wrapperStyle
19
19
  }, (0, _react.jsx)("span", {
20
+ "data-vc": "primary-toolbar-separator",
20
21
  css: _styles.separatorStyles
21
22
  }))
22
23
  );
@@ -10,5 +10,6 @@ export default (() =>
10
10
  jsx("span", {
11
11
  css: wrapperStyle
12
12
  }, jsx("span", {
13
+ "data-vc": "primary-toolbar-separator",
13
14
  css: separatorStyles
14
15
  })));
@@ -11,6 +11,7 @@ export default (function () {
11
11
  jsx("span", {
12
12
  css: wrapperStyle
13
13
  }, jsx("span", {
14
+ "data-vc": "primary-toolbar-separator",
14
15
  css: separatorStyles
15
16
  }))
16
17
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-primary-toolbar",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
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.0.0",
39
+ "@atlaskit/editor-common": "^94.0.0",
40
40
  "@atlaskit/editor-prosemirror": "6.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"