@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" d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6763e2"
2142
+ - [patch][c6763e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6763e2"
2130
2143
  d):
2131
2144
 
2132
2145
  - new pattern for mention
@@ -73,7 +73,7 @@ var adfEmojiItems = {
73
73
  'atlassian-info': {
74
74
  id: 'atlassian-info',
75
75
  shortName: ':info:',
76
- text: ':info'
76
+ text: ':info:'
77
77
  },
78
78
  'atlassian-check_mark': {
79
79
  id: 'atlassian-check_mark',
@@ -67,7 +67,7 @@ export const adfEmojiItems = {
67
67
  'atlassian-info': {
68
68
  id: 'atlassian-info',
69
69
  shortName: ':info:',
70
- text: ':info'
70
+ text: ':info:'
71
71
  },
72
72
  'atlassian-check_mark': {
73
73
  id: 'atlassian-check_mark',
@@ -66,7 +66,7 @@ export var adfEmojiItems = {
66
66
  'atlassian-info': {
67
67
  id: 'atlassian-info',
68
68
  shortName: ':info:',
69
- text: ':info'
69
+ text: ':info:'
70
70
  },
71
71
  'atlassian-check_mark': {
72
72
  id: 'atlassian-check_mark',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-wikimarkup-transformer",
3
- "version": "11.2.15",
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": "28.1.2",
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.5.0",
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.35.0",
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",