@atlaskit/editor-plugin-breakout 6.0.2 → 6.0.3

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 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-breakout
2
2
 
3
+ ## 6.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.0.2
4
10
 
5
11
  ### Patch Changes
@@ -264,7 +270,6 @@
264
270
  shared context or singletons.
265
271
 
266
272
  **HOW TO ADJUST:**
267
-
268
273
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
269
274
  any of these editor plugins.
270
275
  - Ensure the version you install matches the version required by the plugins.
@@ -830,7 +835,6 @@
830
835
  - [#171014](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171014)
831
836
  [`6163248356c63`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6163248356c63) -
832
837
  [ED-25833] Replace the following FGs with experiment `platform_editor_advanced_layouts`
833
-
834
838
  - platform_editor_advanced_layouts_breakout_resizing
835
839
  - platform_editor_advanced_layouts_pre_release_1
836
840
  - platform_editor_advanced_layouts_pre_release_2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-breakout",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Breakout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,20 +31,20 @@
31
31
  "dependencies": {
32
32
  "@atlaskit/adf-schema": "^51.2.0",
33
33
  "@atlaskit/editor-plugin-block-controls": "^7.2.0",
34
- "@atlaskit/editor-plugin-editor-disabled": "^6.0.0",
34
+ "@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
35
35
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
36
36
  "@atlaskit/editor-plugin-guideline": "^6.0.0",
37
- "@atlaskit/editor-plugin-interaction": "^8.0.0",
37
+ "@atlaskit/editor-plugin-interaction": "^9.0.0",
38
38
  "@atlaskit/editor-plugin-user-intent": "^4.0.0",
39
39
  "@atlaskit/editor-plugin-width": "^7.0.0",
40
40
  "@atlaskit/editor-prosemirror": "7.0.0",
41
- "@atlaskit/editor-shared-styles": "^3.6.0",
42
- "@atlaskit/icon": "^28.3.0",
41
+ "@atlaskit/editor-shared-styles": "^3.7.0",
42
+ "@atlaskit/icon": "^28.5.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
45
45
  "@atlaskit/theme": "^21.0.0",
46
- "@atlaskit/tmp-editor-statsig": "^13.0.0",
47
- "@atlaskit/tokens": "^6.4.0",
46
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
47
+ "@atlaskit/tokens": "^7.0.0",
48
48
  "@atlaskit/tooltip": "^20.5.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
@@ -53,7 +53,7 @@
53
53
  "uuid": "^3.1.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^110.4.0",
56
+ "@atlaskit/editor-common": "^110.13.0",
57
57
  "react": "^18.2.0",
58
58
  "react-dom": "^18.2.0",
59
59
  "react-intl-next": "npm:react-intl@^5.18.1"