@atlaskit/editor-wikimarkup-transformer 11.5.0 → 11.6.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,25 @@
1
1
  # @atlaskit/editor-wikimarkup-transformer
2
2
 
3
+ ## 11.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#114548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114548)
8
+ [`8b2d47bffb50e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b2d47bffb50e) -
9
+ bump adf-schema version
10
+
11
+ ## 11.6.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#115247](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/115247)
16
+ [`251d23ff9e6c8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/251d23ff9e6c8) -
17
+ upgrade adf-schema version to 38.0.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 11.5.0
4
24
 
5
25
  ### Minor Changes
@@ -0,0 +1,27 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__editor-wikimarkup-transformer/app",
7
+ "composite": true,
8
+ "rootDir": "../"
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../editor-json-transformer/afm-jira/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/theme/afm-jira/tsconfig.json"
25
+ }
26
+ ]
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-wikimarkup-transformer",
3
- "version": "11.5.0",
3
+ "version": "11.6.1",
4
4
  "description": "Wiki markup transformer for JIRA and Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,16 +32,16 @@
32
32
  "runReact18": false
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^37.0.0",
36
- "@atlaskit/editor-json-transformer": "^8.14.0",
35
+ "@atlaskit/adf-schema": "^39.0.3",
36
+ "@atlaskit/editor-json-transformer": "^8.15.0",
37
37
  "@atlaskit/editor-prosemirror": "4.0.1",
38
38
  "@atlaskit/theme": "^12.11.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@atlaskit/activity": "^1.0.1",
43
- "@atlaskit/editor-core": "^193.28.0",
44
- "@atlaskit/editor-test-helpers": "^18.24.0",
43
+ "@atlaskit/editor-core": "^193.30.0",
44
+ "@atlaskit/editor-test-helpers": "^18.25.0",
45
45
  "@atlaskit/tokens": "^1.53.0",
46
46
  "@atlaskit/util-data-test": "^17.9.0",
47
47
  "@emotion/react": "^11.7.1",