@atlaskit/editor-plugin-paste-options-toolbar 7.0.0 → 7.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-paste-options-toolbar
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.0.0
4
10
 
5
11
  ### Major Changes
@@ -95,7 +101,6 @@
95
101
  shared context or singletons.
96
102
 
97
103
  **HOW TO ADJUST:**
98
-
99
104
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
100
105
  any of these editor plugins.
101
106
  - 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.1",
4
4
  "description": "Paste options toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  "dependencies": {
32
32
  "@atlaskit/editor-markdown-transformer": "^5.19.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^6.1.0",
34
- "@atlaskit/editor-plugin-paste": "^7.2.0",
34
+ "@atlaskit/editor-plugin-paste": "^7.3.0",
35
35
  "@atlaskit/editor-prosemirror": "7.0.0",
36
- "@atlaskit/editor-shared-styles": "^3.6.0",
36
+ "@atlaskit/editor-shared-styles": "^3.7.0",
37
37
  "@atlaskit/icon": "^28.5.0",
38
- "@atlaskit/tokens": "^6.4.0",
38
+ "@atlaskit/tokens": "^7.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.13.0",
45
45
  "react": "^18.2.0",
46
46
  "react-dom": "^18.2.0"
47
47
  },