@atlaskit/editor-plugins 11.4.2 → 12.0.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,13 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 12.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`d7d5c764d05d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7d5c764d05d1) -
8
+ EDITOR-4942: Remove AI Suggestions plugin from editor-plugins. AI Suggestions Editor Plugin was
9
+ unintentionally added to the editor-plugins package.
10
+
3
11
  ## 11.4.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "11.4.2",
3
+ "version": "12.0.0",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,6 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@atlaskit/editor-plugin-accessibility-utils": "7.0.4",
34
- "@atlaskit/editor-plugin-ai-suggestions": "0.1.0",
35
34
  "@atlaskit/editor-plugin-alignment": "8.0.8",
36
35
  "@atlaskit/editor-plugin-analytics": "7.0.3",
37
36
  "@atlaskit/editor-plugin-annotation": "7.1.3",
@@ -1,15 +0,0 @@
1
- {
2
- "name": "@atlaskit/editor-plugins/ai-suggestions",
3
- "main": "../dist/cjs/ai-suggestions/index.js",
4
- "module": "../dist/esm/ai-suggestions/index.js",
5
- "module:es2019": "../dist/es2019/ai-suggestions/index.js",
6
- "sideEffects": false,
7
- "types": "../dist/types/ai-suggestions/index.d.ts",
8
- "typesVersions": {
9
- ">=4.5 <5.9": {
10
- "*": [
11
- "../dist/types-ts4.5/ai-suggestions/index.d.ts"
12
- ]
13
- }
14
- }
15
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "aiSuggestionsPlugin", {
7
- enumerable: true,
8
- get: function get() {
9
- return _editorPluginAiSuggestions.aiSuggestionsPlugin;
10
- }
11
- });
12
- var _editorPluginAiSuggestions = require("@atlaskit/editor-plugin-ai-suggestions");
@@ -1,4 +0,0 @@
1
- // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
- // Disable no-re-export rule for entry point files
3
- /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { aiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';
@@ -1,4 +0,0 @@
1
- // THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
2
- // Disable no-re-export rule for entry point files
3
- /* eslint-disable @atlaskit/editor/no-re-export */
4
- export { aiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';
@@ -1,2 +0,0 @@
1
- export { aiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';
2
- export type { AiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';
@@ -1,2 +0,0 @@
1
- export { aiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';
2
- export type { AiSuggestionsPlugin } from '@atlaskit/editor-plugin-ai-suggestions';