@atlaskit/editor-plugin-block-controls 11.2.13 → 11.2.14

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,11 @@
1
1
  # @atlaskit/editor-plugin-block-controls
2
2
 
3
+ ## 11.2.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.2.13
4
10
 
5
11
  ### Patch Changes
@@ -17,9 +17,9 @@ const documentation: ComponentStructuredContentSource[] = [
17
17
  description: 'Block controls plugin for @atlaskit/editor-core',
18
18
  status: 'general-availability',
19
19
  import: {
20
- name: 'Editor Plugin Block Controls',
20
+ name: 'blockControlsPlugin',
21
21
  package: '@atlaskit/editor-plugin-block-controls',
22
- type: 'default',
22
+ type: 'named',
23
23
  packagePath,
24
24
  packageJson,
25
25
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-controls",
3
- "version": "11.2.13",
3
+ "version": "11.2.14",
4
4
  "description": "Block controls plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
57
57
  "@atlaskit/primitives": "^19.0.0",
58
58
  "@atlaskit/theme": "^23.2.0",
59
- "@atlaskit/tmp-editor-statsig": "^75.0.0",
59
+ "@atlaskit/tmp-editor-statsig": "^76.0.0",
60
60
  "@atlaskit/tokens": "^13.0.0",
61
61
  "@atlaskit/tooltip": "^22.0.0",
62
62
  "@babel/runtime": "^7.0.0",
@@ -67,7 +67,7 @@
67
67
  "uuid": "^3.1.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@atlaskit/editor-common": "^114.19.0",
70
+ "@atlaskit/editor-common": "^114.20.0",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
73
73
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"