@atlaskit/editor-plugin-quick-insert 1.8.0 → 1.8.1

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-quick-insert
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.8.0
4
10
 
5
11
  ### Minor Changes
@@ -1 +1,4 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ // Entry file in package.json
3
+
1
4
  export { quickInsertPlugin } from './quickInsertPlugin';
package/dist/esm/index.js CHANGED
@@ -1 +1,4 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ // Entry file in package.json
3
+
1
4
  export { quickInsertPlugin } from './quickInsertPlugin';
@@ -1,4 +1,2 @@
1
- import type { QuickInsertPluginOptions } from '@atlaskit/editor-common/types';
2
1
  import { type QuickInsertPlugin } from './quickInsertPluginType';
3
- export type { QuickInsertPluginOptions };
4
2
  export declare const quickInsertPlugin: QuickInsertPlugin;
@@ -1,4 +1,2 @@
1
- import type { QuickInsertPluginOptions } from '@atlaskit/editor-common/types';
2
1
  import { type QuickInsertPlugin } from './quickInsertPluginType';
3
- export type { QuickInsertPluginOptions };
4
2
  export declare const quickInsertPlugin: QuickInsertPlugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-quick-insert",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Quick insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,14 +32,14 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/button": "^20.3.0",
35
- "@atlaskit/editor-common": "^96.1.0",
36
- "@atlaskit/editor-plugin-connectivity": "^1.0.0",
35
+ "@atlaskit/editor-common": "^97.0.0",
36
+ "@atlaskit/editor-plugin-connectivity": "^1.1.0",
37
37
  "@atlaskit/editor-plugin-type-ahead": "^1.11.0",
38
38
  "@atlaskit/editor-prosemirror": "6.2.1",
39
- "@atlaskit/icon": "^23.0.0",
39
+ "@atlaskit/icon": "^23.1.0",
40
40
  "@atlaskit/modal-dialog": "^12.18.0",
41
41
  "@atlaskit/theme": "^14.0.0",
42
- "@atlaskit/tokens": "^2.4.0",
42
+ "@atlaskit/tokens": "^2.5.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },