@atlaskit/editor-json-transformer 8.28.0 → 8.29.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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-json-transformer
2
2
 
3
+ ## 8.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6fb79942fc3a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6fb79942fc3a5) -
8
+ Internal changes to how borders are applied.
9
+
10
+ ## 8.29.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
  ## 8.28.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-json-transformer",
3
- "version": "8.28.0",
3
+ "version": "8.29.1",
4
4
  "description": "JSON transformer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.1.1",
33
- "@atlaskit/adf-utils": "^19.22.0",
32
+ "@atlaskit/adf-schema": "^51.1.2",
33
+ "@atlaskit/adf-utils": "^19.23.0",
34
34
  "@atlaskit/editor-prosemirror": "7.0.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "lodash": "^4.17.21"