@atlaskit/editor-plugin-expand 6.0.0 → 6.1.0

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,22 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 6.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`64ec65231b4cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64ec65231b4cf) -
8
+ EDITOR-1568 bump adf-schema for afm
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 6.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 6.0.0
4
21
 
5
22
  ### Patch Changes
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { ExpandPlugin } from '../types';
4
- export declare const createExpandBlockMenuItem: (api: ExtractInjectionAPI<ExpandPlugin>) => () => React.JSX.Element;
4
+ export declare const createExpandBlockMenuItem: (api: ExtractInjectionAPI<ExpandPlugin> | undefined) => () => React.JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { ExpandPlugin } from '../types';
4
- export declare const createExpandBlockMenuItem: (api: ExtractInjectionAPI<ExpandPlugin>) => () => React.JSX.Element;
4
+ export declare const createExpandBlockMenuItem: (api: ExtractInjectionAPI<ExpandPlugin> | undefined) => () => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "6.0.0",
3
+ "version": "6.1.0",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.0.0",
32
+ "@atlaskit/adf-schema": "^51.1.1",
33
33
  "@atlaskit/button": "^23.4.0",
34
- "@atlaskit/editor-plugin-analytics": "^5.0.0",
35
- "@atlaskit/editor-plugin-block-menu": "^2.0.0",
34
+ "@atlaskit/editor-plugin-analytics": "^5.1.0",
35
+ "@atlaskit/editor-plugin-block-menu": "^3.0.0",
36
36
  "@atlaskit/editor-plugin-decorations": "^5.0.0",
37
37
  "@atlaskit/editor-plugin-editor-disabled": "^5.0.0",
38
38
  "@atlaskit/editor-plugin-editor-viewmode": "^7.0.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/icon": "^28.1.0",
46
46
  "@atlaskit/icon-lab": "^5.7.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^12.9.0",
48
+ "@atlaskit/tmp-editor-statsig": "^12.14.0",
49
49
  "@atlaskit/tokens": "^6.3.0",
50
50
  "@atlaskit/tooltip": "^20.4.0",
51
51
  "@babel/runtime": "^7.0.0",
@@ -54,7 +54,7 @@
54
54
  "w3c-keyname": "^2.1.8"
55
55
  },
56
56
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^109.0.0",
57
+ "@atlaskit/editor-common": "^109.3.0",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -64,8 +64,8 @@
64
64
  "@atlaskit/editor-plugin-content-insertion": "^5.0.0",
65
65
  "@atlaskit/editor-plugin-guideline": "^5.0.0",
66
66
  "@atlaskit/editor-plugin-quick-insert": "^5.0.0",
67
- "@atlaskit/editor-plugin-table": "^14.0.0",
68
- "@atlaskit/editor-plugin-type-ahead": "^5.0.0",
67
+ "@atlaskit/editor-plugin-table": "^14.1.0",
68
+ "@atlaskit/editor-plugin-type-ahead": "^5.1.0",
69
69
  "@atlaskit/editor-plugin-width": "^6.0.0",
70
70
  "@testing-library/react": "^13.4.0",
71
71
  "react-test-renderer": "^18.2.0"