@atlaskit/editor-plugins 7.0.7 → 7.0.8

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 +9 -0
  2. package/package.json +2 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 7.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#107139](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107139)
8
+ [`3721ee9d53429`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3721ee9d53429) -
9
+ [ux] ED-26378 Editor Implementation - Clean up previous project FF in blockQuote
10
+ - Updated dependencies
11
+
3
12
  ## 7.0.7
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -139,7 +139,7 @@
139
139
  "@atlaskit/editor-plugin-before-primary-toolbar": "1.3.16",
140
140
  "@atlaskit/editor-plugin-better-type-history": "1.9.11",
141
141
  "@atlaskit/editor-plugin-block-controls": "2.21.7",
142
- "@atlaskit/editor-plugin-block-type": "4.1.4",
142
+ "@atlaskit/editor-plugin-block-type": "4.1.5",
143
143
  "@atlaskit/editor-plugin-border": "1.7.12",
144
144
  "@atlaskit/editor-plugin-breakout": "1.9.15",
145
145
  "@atlaskit/editor-plugin-caption": "1.11.10",
@@ -296,10 +296,6 @@
296
296
  "type": "boolean",
297
297
  "referenceOnly": true
298
298
  },
299
- "platform_editor_nest_in_quotes_adf_change": {
300
- "type": "boolean",
301
- "referenceOnly": true
302
- },
303
299
  "platform_editor_action_decisions_ssr_fix": {
304
300
  "type": "boolean",
305
301
  "referenceOnly": true