@atlaskit/editor-plugin-track-changes 5.0.11 → 5.0.12

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 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-track-changes
2
2
 
3
+ ## 5.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.0.11
4
10
 
5
11
  ### Patch Changes
@@ -257,7 +263,6 @@
257
263
 
258
264
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
259
265
  [ux] [ED-28960] Finish full page primary toolbar migration
260
-
261
266
  - Align with design update (separator, gap, height, icon size)
262
267
  - Add keyboard shortcut to focus toolbar and arrow key navigation
263
268
  - Address accessibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-track-changes",
3
- "version": "5.0.11",
3
+ "version": "5.0.12",
4
4
  "description": "ShowDiff plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,18 +31,18 @@
31
31
  "@atlaskit/button": "^23.5.0",
32
32
  "@atlaskit/editor-plugin-history": "6.1.0",
33
33
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
34
- "@atlaskit/editor-plugin-show-diff": "3.0.1",
34
+ "@atlaskit/editor-plugin-show-diff": "3.0.2",
35
35
  "@atlaskit/editor-plugin-toolbar": "^3.3.0",
36
36
  "@atlaskit/editor-prosemirror": "7.0.0",
37
37
  "@atlaskit/editor-toolbar": "^0.15.0",
38
38
  "@atlaskit/editor-toolbar-model": "^0.2.0",
39
39
  "@atlaskit/icon-lab": "^5.10.0",
40
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
40
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "react-intl-next": "npm:react-intl@^5.18.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "@atlaskit/editor-common": "^110.12.0",
45
+ "@atlaskit/editor-common": "^110.13.0",
46
46
  "react": "^18.2.0"
47
47
  },
48
48
  "techstack": {