@atlaskit/editor-plugin-help-dialog 1.8.1 → 1.8.2

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,15 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 1.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#137614](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/137614)
8
+ [`f7efc61f35951`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f7efc61f35951) -
9
+ Add export for plugin type from paste options toolbar. Slightly re-arrange plugins to meet linting
10
+ rule.
11
+ - Updated dependencies
12
+
3
13
  ## 1.8.1
4
14
 
5
15
  ### Patch Changes
@@ -1,4 +1,7 @@
1
1
  export { helpDialogPlugin } from './plugin';
2
+ // DO NOT COPY DISABLING THIS RULE. We are disabling it for a special existing case.
3
+ // This will be shortly removed. Reach out to #cc-editor-lego if you have issues.
4
+ // eslint-disable-next-line @atlaskit/editor/only-export-plugin
2
5
  export {
3
6
  /**
4
7
  * @deprecated DO NOT USE, it is only available to maintain an existing deprecated API
package/dist/esm/index.js CHANGED
@@ -1,4 +1,7 @@
1
1
  export { helpDialogPlugin } from './plugin';
2
+ // DO NOT COPY DISABLING THIS RULE. We are disabling it for a special existing case.
3
+ // This will be shortly removed. Reach out to #cc-editor-lego if you have issues.
4
+ // eslint-disable-next-line @atlaskit/editor/only-export-plugin
2
5
  export {
3
6
  /**
4
7
  * @deprecated DO NOT USE, it is only available to maintain an existing deprecated API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/editor-common": "^88.8.0",
34
+ "@atlaskit/editor-common": "^88.10.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^1.8.0",
36
36
  "@atlaskit/editor-plugin-quick-insert": "^1.3.0",
37
37
  "@atlaskit/editor-prosemirror": "5.0.1",