@atlaskit/editor-plugin-synced-block 6.1.4 → 6.1.5

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/AGENTS.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Synced Blocks Plugin — Developer Agent Guide
2
2
 
3
- > **For workflow guidance, debugging, and cross-package task guides, load the `synced-blocks` skill:**
3
+ > **For workflow guidance, debugging, and cross-package task guides, load the `synced-blocks`
4
+ > skill:**
4
5
  > `get_skill(skill_name_or_path="platform/packages/editor/.rovodev/skills/synced-blocks/SKILL.md")`
5
6
 
6
7
  ---
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-synced-block
2
2
 
3
+ ## 6.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.1.4
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-synced-block",
3
- "version": "6.1.4",
3
+ "version": "6.1.5",
4
4
  "description": "SyncedBlock plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -46,15 +46,15 @@
46
46
  "@atlaskit/editor-synced-block-provider": "^4.4.0",
47
47
  "@atlaskit/editor-toolbar": "^0.20.0",
48
48
  "@atlaskit/flag": "^17.9.0",
49
- "@atlaskit/icon": "34.0.3",
49
+ "@atlaskit/icon": "34.0.4",
50
50
  "@atlaskit/icon-lab": "^6.4.0",
51
51
  "@atlaskit/logo": "^20.0.0",
52
- "@atlaskit/lozenge": "^13.5.0",
52
+ "@atlaskit/lozenge": "^13.6.0",
53
53
  "@atlaskit/modal-dialog": "^14.15.0",
54
54
  "@atlaskit/platform-feature-flags": "^1.1.0",
55
55
  "@atlaskit/primitives": "^18.1.0",
56
56
  "@atlaskit/spinner": "19.1.1",
57
- "@atlaskit/tmp-editor-statsig": "^56.0.0",
57
+ "@atlaskit/tmp-editor-statsig": "^57.0.0",
58
58
  "@atlaskit/tokens": "12.0.0",
59
59
  "@atlaskit/tooltip": "^21.1.0",
60
60
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -65,7 +65,7 @@
65
65
  "react-intl-next": "npm:react-intl@^5.18.1"
66
66
  },
67
67
  "peerDependencies": {
68
- "@atlaskit/editor-common": "^112.18.0",
68
+ "@atlaskit/editor-common": "^112.19.0",
69
69
  "react": "^18.2.0"
70
70
  },
71
71
  "devDependencies": {