@atlaskit/editor-plugin-block-menu 7.0.9 → 7.0.11

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,17 @@
1
1
  # @atlaskit/editor-plugin-block-menu
2
2
 
3
+ ## 7.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.0.9
4
16
 
5
17
  ### Patch Changes
package/docs/0-intro.tsx CHANGED
@@ -5,7 +5,8 @@ import { AtlassianInternalWarning, code, md } from '@atlaskit/docs';
5
5
  import { createEditorUseOnlyNotice } from '@atlaskit/editor-common/doc-utils';
6
6
  import { token } from '@atlaskit/tokens';
7
7
 
8
- export default md`
8
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any -- md template from @atlaskit/docs
9
+ const _default_1: any = md`
9
10
 
10
11
  ${createEditorUseOnlyNotice('Editor Plugin Block Menu', [
11
12
  { name: 'Editor Core', link: '/packages/editor/editor-core' },
@@ -119,3 +120,4 @@ For internal Atlassian, visit the slack channel [#help-editor](https://atlassian
119
120
  ---
120
121
  Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
121
122
  `;
123
+ export default _default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-menu",
3
- "version": "7.0.9",
3
+ "version": "7.0.11",
4
4
  "description": "BlockMenu plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,13 +44,13 @@
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/primitives": "^18.0.0",
46
46
  "@atlaskit/prosemirror-history": "^0.2.0",
47
- "@atlaskit/tmp-editor-statsig": "^40.2.0",
47
+ "@atlaskit/tmp-editor-statsig": "^42.0.0",
48
48
  "@atlaskit/tokens": "^11.1.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "bind-event-listener": "^3.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/editor-common": "^112.4.0",
53
+ "@atlaskit/editor-common": "^112.7.0",
54
54
  "react": "^18.2.0",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1"
56
56
  },