@atlaskit/editor-plugin-track-changes 2.1.0 → 2.1.1

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,13 @@
1
1
  # @atlaskit/editor-plugin-track-changes
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#190819](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190819)
8
+ [`20420774e83cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20420774e83cc) -
9
+ Include Track chages plugin
10
+
3
11
  ## 2.1.0
4
12
 
5
13
  ### Minor Changes
@@ -2,7 +2,7 @@
2
2
  "extends": "../../../../tsconfig.entry-points.jira.json",
3
3
  "compilerOptions": {
4
4
  "target": "es5",
5
- "outDir": "../../../../../tsDist/@atlaskit__editor-plugin-toolbar-lists-indentation/app",
5
+ "outDir": "../../../../../tsDist/@atlaskit__editor-plugin-track-changes/app",
6
6
  "rootDir": "../",
7
7
  "composite": true
8
8
  },
@@ -17,45 +17,6 @@
17
17
  "../src/**/examples.*"
18
18
  ],
19
19
  "references": [
20
- {
21
- "path": "../../../design-system/css/afm-jira/tsconfig.json"
22
- },
23
- {
24
- "path": "../../editor-plugin-analytics/afm-jira/tsconfig.json"
25
- },
26
- {
27
- "path": "../../editor-plugin-block-type/afm-jira/tsconfig.json"
28
- },
29
- {
30
- "path": "../../editor-plugin-feature-flags/afm-jira/tsconfig.json"
31
- },
32
- {
33
- "path": "../../editor-plugin-indentation/afm-jira/tsconfig.json"
34
- },
35
- {
36
- "path": "../../editor-plugin-list/afm-jira/tsconfig.json"
37
- },
38
- {
39
- "path": "../../editor-plugin-primary-toolbar/afm-jira/tsconfig.json"
40
- },
41
- {
42
- "path": "../../editor-plugin-selection-toolbar/afm-jira/tsconfig.json"
43
- },
44
- {
45
- "path": "../../editor-plugin-tasks-and-decisions/afm-jira/tsconfig.json"
46
- },
47
- {
48
- "path": "../../editor-shared-styles/afm-jira/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/icon/afm-jira/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
55
- },
56
- {
57
- "path": "../../tmp-editor-statsig/afm-jira/tsconfig.json"
58
- },
59
20
  {
60
21
  "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
61
22
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-track-changes",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "ShowDiff plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "prosemirror-changeset": "^2.2.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@atlaskit/editor-common": "^107.9.0",
40
+ "@atlaskit/editor-common": "^107.12.0",
41
41
  "react": "^18.2.0"
42
42
  },
43
43
  "devDependencies": {
@@ -1,27 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../post-office/tsDist/@atlaskit__editor-plugin-toolbar-lists-indentation/app",
6
- "rootDir": "../",
7
- "composite": true
8
- },
9
- "include": [
10
- "../src/**/*.ts",
11
- "../src/**/*.tsx"
12
- ],
13
- "exclude": [
14
- "../src/**/__tests__/*",
15
- "../src/**/*.test.*",
16
- "../src/**/test.*",
17
- "../src/**/examples.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../editor-common/tsconfig.app.json"
22
- },
23
- {
24
- "path": "../../design-system/tokens/tsconfig.app.json"
25
- }
26
- ]
27
- }
@@ -1,27 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.volt.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../volt/tsDist/@atlaskit__editor-plugin-toolbar-lists-indentation/app",
6
- "rootDir": "../",
7
- "composite": true
8
- },
9
- "include": [
10
- "../src/**/*.ts",
11
- "../src/**/*.tsx"
12
- ],
13
- "exclude": [
14
- "../src/**/__tests__/*",
15
- "../src/**/*.test.*",
16
- "../src/**/test.*",
17
- "../src/**/examples.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../editor-common/tsconfig.app.json"
22
- },
23
- {
24
- "path": "../../design-system/tokens/tsconfig.app.json"
25
- }
26
- ]
27
- }