@atlaskit/editor-plugin-track-changes 5.0.10 → 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 +12 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-track-changes
2
2
 
3
+ ## 5.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.0.10
4
16
 
5
17
  ### Patch Changes
@@ -251,7 +263,6 @@
251
263
 
252
264
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
253
265
  [ux] [ED-28960] Finish full page primary toolbar migration
254
-
255
266
  - Align with design update (separator, gap, height, icon size)
256
267
  - Add keyboard shortcut to focus toolbar and arrow key navigation
257
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.10",
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.0",
35
- "@atlaskit/editor-plugin-toolbar": "^3.2.0",
34
+ "@atlaskit/editor-plugin-show-diff": "3.0.2",
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.11.0",
45
+ "@atlaskit/editor-common": "^110.13.0",
46
46
  "react": "^18.2.0"
47
47
  },
48
48
  "techstack": {