@atlaskit/editor-plugin-synced-block 5.3.28 → 5.3.30

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,18 @@
1
1
  # @atlaskit/editor-plugin-synced-block
2
2
 
3
+ ## 5.3.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.3.29
10
+
11
+ ### Patch Changes
12
+
13
+ - [`0356685770e37`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0356685770e37) -
14
+ Update Synced Block support doc url
15
+
3
16
  ## 5.3.28
4
17
 
5
18
  ### Patch Changes
@@ -376,7 +376,7 @@ var NoResultScreen = function NoResultScreen(_ref0) {
376
376
  }, formatMessage(_messages.syncBlockMessages.syncedLocationDropdownNoResults)), /*#__PURE__*/React.createElement(_compiled.Text, {
377
377
  as: "p"
378
378
  }, /*#__PURE__*/React.createElement(_compiled.Anchor, {
379
- href: "https://hello.atlassian.net/wiki/x/tAtCeAE",
379
+ href: "https://support.atlassian.com/confluence-cloud/docs/reuse-content-with-synced-blocks",
380
380
  target: "_blank",
381
381
  xcss: styles.learnMoreLink
382
382
  }, formatMessage(_messages.syncBlockMessages.syncedLocationDropdownLearnMoreLink))));
@@ -329,7 +329,7 @@ const NoResultScreen = ({
329
329
  }, formatMessage(messages.syncedLocationDropdownNoResults)), /*#__PURE__*/React.createElement(Text, {
330
330
  as: "p"
331
331
  }, /*#__PURE__*/React.createElement(Anchor, {
332
- href: "https://hello.atlassian.net/wiki/x/tAtCeAE",
332
+ href: "https://support.atlassian.com/confluence-cloud/docs/reuse-content-with-synced-blocks",
333
333
  target: "_blank",
334
334
  xcss: styles.learnMoreLink
335
335
  }, formatMessage(messages.syncedLocationDropdownLearnMoreLink))));
@@ -367,7 +367,7 @@ var NoResultScreen = function NoResultScreen(_ref0) {
367
367
  }, formatMessage(messages.syncedLocationDropdownNoResults)), /*#__PURE__*/React.createElement(Text, {
368
368
  as: "p"
369
369
  }, /*#__PURE__*/React.createElement(Anchor, {
370
- href: "https://hello.atlassian.net/wiki/x/tAtCeAE",
370
+ href: "https://support.atlassian.com/confluence-cloud/docs/reuse-content-with-synced-blocks",
371
371
  target: "_blank",
372
372
  xcss: styles.learnMoreLink
373
373
  }, formatMessage(messages.syncedLocationDropdownLearnMoreLink))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-synced-block",
3
- "version": "5.3.28",
3
+ "version": "5.3.30",
4
4
  "description": "SyncedBlock plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,8 +29,8 @@
29
29
  "atlaskit:src": "src/index.ts",
30
30
  "dependencies": {
31
31
  "@atlaskit/adf-schema": "^51.5.0",
32
- "@atlaskit/button": "23.9.8",
33
- "@atlaskit/dropdown-menu": "16.4.6",
32
+ "@atlaskit/button": "23.9.9",
33
+ "@atlaskit/dropdown-menu": "16.4.7",
34
34
  "@atlaskit/editor-json-transformer": "^8.31.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^7.0.0",
36
36
  "@atlaskit/editor-plugin-block-menu": "^6.1.0",
@@ -43,8 +43,8 @@
43
43
  "@atlaskit/editor-synced-block-provider": "^3.31.0",
44
44
  "@atlaskit/editor-toolbar": "^0.19.0",
45
45
  "@atlaskit/flag": "^17.8.0",
46
- "@atlaskit/icon": "31.0.0",
47
- "@atlaskit/icon-lab": "^5.16.0",
46
+ "@atlaskit/icon": "32.0.0",
47
+ "@atlaskit/icon-lab": "^5.17.0",
48
48
  "@atlaskit/logo": "^19.10.0",
49
49
  "@atlaskit/lozenge": "^13.4.0",
50
50
  "@atlaskit/modal-dialog": "^14.11.0",