@atlaskit/editor-wikimarkup-transformer 11.2.15 → 11.2.17
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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-wikimarkup-transformer
|
|
2
2
|
|
|
3
|
+
## 11.2.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
8
|
+
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
9
|
+
|
|
10
|
+
## 11.2.16
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`15aeec90e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15aeec90e88) - Fixed text of atlassian-info emoji
|
|
15
|
+
|
|
3
16
|
## 11.2.15
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -2126,7 +2139,7 @@ Bumped dependencies.
|
|
|
2126
2139
|
|
|
2127
2140
|
## 2.1.21
|
|
2128
2141
|
|
|
2129
|
-
- [patch][c6763e2
|
|
2142
|
+
- [patch][c6763e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6763e2"
|
|
2130
2143
|
d):
|
|
2131
2144
|
|
|
2132
2145
|
- new pattern for mention
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-wikimarkup-transformer",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.17",
|
|
4
4
|
"description": "Wiki markup transformer for JIRA and Confluence",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/adf-schema": "
|
|
35
|
+
"@atlaskit/adf-schema": "^29.1.0",
|
|
36
36
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
38
|
-
"@atlaskit/theme": "^12.
|
|
38
|
+
"@atlaskit/theme": "^12.6.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@atlaskit/activity": "^1.0.1",
|
|
43
|
-
"@atlaskit/editor-core": "^187.
|
|
43
|
+
"@atlaskit/editor-core": "^187.41.0",
|
|
44
44
|
"@atlaskit/editor-test-helpers": "^18.11.0",
|
|
45
45
|
"@atlaskit/util-data-test": "^17.8.0",
|
|
46
46
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|