@atlaskit/editor-plugin-track-changes 7.0.7 → 7.0.8

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,11 @@
1
1
  # @atlaskit/editor-plugin-track-changes
2
2
 
3
+ ## 7.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.0.7
4
10
 
5
11
  ### Patch Changes
package/docs/0-intro.tsx CHANGED
@@ -5,7 +5,8 @@ import { AtlassianInternalWarning, code, md } from '@atlaskit/docs';
5
5
  import { createEditorUseOnlyNotice } from '@atlaskit/editor-common/doc-utils';
6
6
  import { token } from '@atlaskit/tokens';
7
7
 
8
- export default md`
8
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any -- md template from @atlaskit/docs
9
+ const _default_1: any = md`
9
10
 
10
11
  ${createEditorUseOnlyNotice('Editor Plugin Track Changes', [
11
12
  { name: 'Editor Core', link: '/packages/editor/editor-core' },
@@ -143,3 +144,4 @@ For internal Atlassian, visit the slack channel [#help-editor](https://atlassian
143
144
  ---
144
145
  Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
145
146
  `;
147
+ export default _default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-track-changes",
3
- "version": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "ShowDiff plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/button": "^23.10.0",
32
32
  "@atlaskit/editor-plugin-history": "8.0.0",
33
33
  "@atlaskit/editor-plugin-primary-toolbar": "^9.0.0",
34
- "@atlaskit/editor-plugin-show-diff": "6.1.4",
34
+ "@atlaskit/editor-plugin-show-diff": "6.1.5",
35
35
  "@atlaskit/editor-plugin-toolbar": "^5.1.0",
36
36
  "@atlaskit/editor-prosemirror": "^7.3.0",
37
37
  "@atlaskit/editor-toolbar": "^0.20.0",
@@ -41,7 +41,7 @@
41
41
  "react-intl-next": "npm:react-intl@^5.18.1"
42
42
  },
43
43
  "peerDependencies": {
44
- "@atlaskit/editor-common": "^112.4.0",
44
+ "@atlaskit/editor-common": "^112.6.0",
45
45
  "react": "^18.2.0"
46
46
  },
47
47
  "platform-feature-flags": {},