@atlaskit/adf-schema 28.3.1 → 29.0.0

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 29.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - abac347: update editor palette version
8
+
3
9
  ## 28.3.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "28.3.1",
3
+ "version": "29.0.0",
4
4
  "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/codemod-utils": "^4.2.0",
35
- "@atlaskit/editor-palette": "1.5.1",
35
+ "@atlaskit/editor-palette": "1.5.0",
36
36
  "@atlaskit/editor-prosemirror": "*",
37
37
  "@atlaskit/editor-tables": "^2.3.0",
38
38
  "@atlaskit/json-schema-generator": "^3.3.6",