@atlaskit/editor-wikimarkup-transformer 11.17.0 → 11.18.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-wikimarkup-transformer
2
2
 
3
+ ## 11.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`39f3b00f65aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39f3b00f65aa0) -
8
+ NOISSUE: Patches emotion CSS exports in various editor packages
9
+
10
+ ## 11.18.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`b367661ba720e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b367661ba720e) -
15
+ EDITOR-1562 bump adf-schema for afm
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 11.17.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-wikimarkup-transformer",
3
- "version": "11.17.0",
3
+ "version": "11.18.1",
4
4
  "description": "Wiki markup transformer for JIRA and Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,15 +29,15 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.1.1",
33
- "@atlaskit/editor-json-transformer": "^8.28.0",
32
+ "@atlaskit/adf-schema": "^51.1.2",
33
+ "@atlaskit/editor-json-transformer": "^8.29.0",
34
34
  "@atlaskit/editor-prosemirror": "7.0.0",
35
35
  "@atlaskit/theme": "^21.0.0",
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@atlaskit/activity": "^1.0.1",
40
- "@atlaskit/editor-core": "^212.2.0",
40
+ "@atlaskit/editor-core": "^213.1.0",
41
41
  "@atlaskit/editor-test-helpers": "workspace:^",
42
42
  "@atlaskit/mention": "^24.2.0",
43
43
  "@atlaskit/tokens": "^6.3.0",