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

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 +12 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-track-changes
2
2
 
3
+ ## 5.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.12
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.0.11
4
16
 
5
17
  ### Patch Changes
@@ -257,7 +269,6 @@
257
269
 
258
270
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
259
271
  [ux] [ED-28960] Finish full page primary toolbar migration
260
-
261
272
  - Align with design update (separator, gap, height, icon size)
262
273
  - Add keyboard shortcut to focus toolbar and arrow key navigation
263
274
  - 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.13",
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.1.0",
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.14.0",
46
46
  "react": "^18.2.0"
47
47
  },
48
48
  "techstack": {