@atlaskit/editor-plugin-paste-options-toolbar 8.0.0 → 8.0.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +27 -9
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-paste-options-toolbar
2
2
 
3
+ ## 8.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`e64156876a79c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e64156876a79c) -
14
+ Update documentation from Stash to Bitbucket
15
+ - Updated dependencies
16
+
3
17
  ## 8.0.0
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -2,29 +2,47 @@
2
2
 
3
3
  Paste options toolbar for @atlaskit/editor-core
4
4
 
5
- **Note:** This component is designed for internal Atlassian development.
6
- External contributors will be able to use this component but will not be able to submit issues.
5
+ **Note:** This component is designed for internal Atlassian development. External contributors will
6
+ be able to use this component but will not be able to submit issues.
7
7
 
8
8
  ## Install
9
+
9
10
  ---
10
- - **Install** - *yarn add @atlaskit/editor-plugin-paste-options-toolbar*
11
- - **npm** - [@atlaskit/editor-plugin-paste-options-toolbar](https://www.npmjs.com/package/@atlaskit/editor-plugin-paste-options-toolbar)
12
- - **Source** - [Bitbucket](https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo/browse/platform/packages/editor/editor-plugin-paste-options-toolbar)
11
+
12
+ - **Install** - _yarn add @atlaskit/editor-plugin-paste-options-toolbar_
13
+ - **npm** -
14
+ [@atlaskit/editor-plugin-paste-options-toolbar](https://www.npmjs.com/package/@atlaskit/editor-plugin-paste-options-toolbar)
15
+ - **Source** -
16
+ [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/editor-plugin-paste-options-toolbar)
13
17
  - **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-paste-options-toolbar/dist/)
14
18
 
15
19
  ## Usage
20
+
16
21
  ---
22
+
17
23
  **Internal use only**
18
24
 
19
- @atlaskit/editor-plugin-paste-options-toolbar is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
25
+ @atlaskit/editor-plugin-paste-options-toolbar is intended for internal use by the
26
+ @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
20
27
 
21
28
  Direct use of this component is not supported.
22
29
 
23
- Please see [Atlaskit - Editor plugin quick insert](https://atlaskit.atlassian.com/packages/editor/editor-plugin-paste-options-toolbar) for documentation and examples for this package.
30
+ Please see
31
+ [Atlaskit - Editor plugin quick insert](https://atlaskit.atlassian.com/packages/editor/editor-plugin-paste-options-toolbar)
32
+ for documentation and examples for this package.
24
33
 
25
34
  ## Support
35
+
26
36
  ---
27
- For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
37
+
38
+ For internal Atlassian, visit the slack channel
39
+ [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit
40
+ [go/editor-help](https://go/editor-help) to submit a bug.
41
+
28
42
  ## License
43
+
29
44
  ---
30
- Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
45
+
46
+ Please see
47
+ [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License)
48
+ for more licensing information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-paste-options-toolbar",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "Paste options toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,14 +34,14 @@
34
34
  "@atlaskit/editor-plugin-paste": "^8.0.0",
35
35
  "@atlaskit/editor-prosemirror": "^7.2.0",
36
36
  "@atlaskit/editor-shared-styles": "^3.10.0",
37
- "@atlaskit/icon": "^29.3.0",
37
+ "@atlaskit/icon": "^30.0.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",
41
41
  "react-intl-next": "npm:react-intl@^5.18.1"
42
42
  },
43
43
  "peerDependencies": {
44
- "@atlaskit/editor-common": "^111.0.0",
44
+ "@atlaskit/editor-common": "^111.8.0",
45
45
  "react": "^18.2.0",
46
46
  "react-dom": "^18.2.0"
47
47
  },