@atlaskit/editor-wikimarkup-transformer 11.2.41 → 11.2.43

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 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-wikimarkup-transformer
2
2
 
3
+ ## 11.2.43
4
+
5
+ ### Patch Changes
6
+
7
+ - [#75947](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75947) [`43549c3789b1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43549c3789b1) - Migrate @atlaskit/editor-core to use declarative entry points
8
+
9
+ ## 11.2.42
10
+
11
+ ### Patch Changes
12
+
13
+ - [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224) [`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) - ED-22219: adf-schema updated to 35.5.2
14
+
3
15
  ## 11.2.41
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-wikimarkup-transformer",
3
- "version": "11.2.41",
3
+ "version": "11.2.43",
4
4
  "description": "Wiki markup transformer for JIRA and Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "runReact18": false
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^35.5.1",
35
+ "@atlaskit/adf-schema": "^35.5.2",
36
36
  "@atlaskit/editor-json-transformer": "^8.10.0",
37
37
  "@atlaskit/editor-prosemirror": "3.0.0",
38
38
  "@atlaskit/theme": "^12.6.0",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@atlaskit/activity": "^1.0.1",
43
- "@atlaskit/editor-core": "^192.4.0",
44
- "@atlaskit/editor-test-helpers": "^18.18.0",
45
- "@atlaskit/tokens": "^1.38.0",
43
+ "@atlaskit/editor-core": "^193.0.0",
44
+ "@atlaskit/editor-test-helpers": "^18.19.0",
45
+ "@atlaskit/tokens": "^1.39.0",
46
46
  "@atlaskit/util-data-test": "^17.9.0",
47
47
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
48
48
  "@emotion/react": "^11.7.1",
@@ -60,4 +60,4 @@
60
60
  "./char": "./src/char.ts",
61
61
  "./interfaces": "./src/interfaces.ts"
62
62
  }
63
- }
63
+ }