@atlaskit/editor-plugin-synced-block 6.0.14 → 6.0.16

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-synced-block
2
2
 
3
+ ## 6.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.0.14
4
16
 
5
17
  ### Patch Changes
package/docs/0-intro.tsx CHANGED
@@ -9,16 +9,18 @@ import { token } from '@atlaskit/tokens';
9
9
  const _default_1: any = md`
10
10
 
11
11
  ${createEditorUseOnlyNotice('Editor Plugin Synced Block', [
12
- { name: 'Editor Core', link: '/packages/editor/editor-core' },
12
+ { name: 'Editor Core', link: '/packages/editor/editor-core' },
13
13
  ])}
14
14
 
15
15
 
16
- ${(
17
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
18
- <div style={{ marginTop: token('space.100', '8px') }}>
19
- <AtlassianInternalWarning />
20
- </div>
21
- )}
16
+ ${
17
+ (
18
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
19
+ <div style={{ marginTop: token('space.100', '8px') }}>
20
+ <AtlassianInternalWarning />
21
+ </div>
22
+ )
23
+ }
22
24
 
23
25
  This package includes the synced block plugin used by \`@atlaskit/editor-core\`.
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-synced-block",
3
- "version": "6.0.14",
3
+ "version": "6.0.16",
4
4
  "description": "SyncedBlock plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@atlaskit/adf-schema": "^52.4.0",
32
32
  "@atlaskit/button": "23.10.4",
33
- "@atlaskit/dropdown-menu": "16.7.1",
33
+ "@atlaskit/dropdown-menu": "16.7.2",
34
34
  "@atlaskit/editor-json-transformer": "^8.31.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^8.0.0",
36
36
  "@atlaskit/editor-plugin-block-menu": "^7.0.0",
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/platform-feature-flags": "^1.1.0",
55
55
  "@atlaskit/primitives": "^18.0.0",
56
56
  "@atlaskit/spinner": "19.0.11",
57
- "@atlaskit/tmp-editor-statsig": "^40.6.0",
57
+ "@atlaskit/tmp-editor-statsig": "^41.0.0",
58
58
  "@atlaskit/tokens": "11.1.1",
59
59
  "@atlaskit/tooltip": "^21.0.0",
60
60
  "@atlaskit/visually-hidden": "^3.0.0",