@atlaskit/editor-plugin-selection-extension 6.0.10 → 6.0.12

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-selection-extension
2
2
 
3
+ ## 6.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.0.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.0.10
4
16
 
5
17
  ### Patch Changes
@@ -371,7 +383,6 @@
371
383
  shared context or singletons.
372
384
 
373
385
  **HOW TO ADJUST:**
374
-
375
386
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
376
387
  any of these editor plugins.
377
388
  - 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-selection-extension",
3
- "version": "6.0.10",
3
+ "version": "6.0.12",
4
4
  "description": "editor-plugin-selection-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,31 +32,31 @@
32
32
  ],
33
33
  "atlaskit:src": "src/index.ts",
34
34
  "dependencies": {
35
- "@atlaskit/adf-utils": "^19.24.0",
36
- "@atlaskit/editor-json-transformer": "^8.30.0",
37
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
38
- "@atlaskit/editor-plugin-block-menu": "^4.0.0",
35
+ "@atlaskit/adf-utils": "^19.25.0",
36
+ "@atlaskit/editor-json-transformer": "^8.31.0",
37
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
38
+ "@atlaskit/editor-plugin-block-menu": "^5.0.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
40
40
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
41
41
  "@atlaskit/editor-plugin-selection-toolbar": "^7.0.0",
42
42
  "@atlaskit/editor-plugin-toolbar": "^3.3.0",
43
43
  "@atlaskit/editor-plugin-user-preferences": "^4.0.0",
44
44
  "@atlaskit/editor-prosemirror": "7.0.0",
45
- "@atlaskit/editor-shared-styles": "^3.7.0",
45
+ "@atlaskit/editor-shared-styles": "^3.8.0",
46
46
  "@atlaskit/editor-tables": "^2.9.0",
47
47
  "@atlaskit/editor-toolbar": "^0.15.0",
48
48
  "@atlaskit/icon": "^28.5.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
50
50
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
51
- "@atlaskit/primitives": "^15.0.0",
52
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
51
+ "@atlaskit/primitives": "^16.0.0",
52
+ "@atlaskit/tmp-editor-statsig": "^13.16.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "lodash": "^4.17.21",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1",
56
56
  "uuid": "^3.1.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^110.12.0",
59
+ "@atlaskit/editor-common": "^110.15.0",
60
60
  "react": "^18.2.0"
61
61
  },
62
62
  "devDependencies": {