@atlaskit/editor-plugin-paste-options-toolbar 7.0.0 → 7.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 (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-paste-options-toolbar
2
2
 
3
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.0.0
4
16
 
5
17
  ### Major Changes
@@ -95,7 +107,6 @@
95
107
  shared context or singletons.
96
108
 
97
109
  **HOW TO ADJUST:**
98
-
99
110
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
100
111
  any of these editor plugins.
101
112
  - Ensure the version you install matches the version required by the plugins.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-paste-options-toolbar",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "Paste options toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,19 +29,19 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/editor-markdown-transformer": "^5.19.0",
33
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
34
- "@atlaskit/editor-plugin-paste": "^7.2.0",
32
+ "@atlaskit/editor-markdown-transformer": "^5.20.0",
33
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
34
+ "@atlaskit/editor-plugin-paste": "^7.4.0",
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
- "@atlaskit/editor-shared-styles": "^3.6.0",
36
+ "@atlaskit/editor-shared-styles": "^3.8.0",
37
37
  "@atlaskit/icon": "^28.5.0",
38
- "@atlaskit/tokens": "^6.4.0",
38
+ "@atlaskit/tokens": "^8.0.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": "^110.9.0",
44
+ "@atlaskit/editor-common": "^110.24.0",
45
45
  "react": "^18.2.0",
46
46
  "react-dom": "^18.2.0"
47
47
  },