@contentful/field-editor-json 2.1.4 → 3.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 +24 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@2.1.4...@contentful/field-editor-json@3.0.0) (2022-07-29)
7
+
8
+ ### chore
9
+
10
+ - remove unnecessary codemirror import from json-editor ([#1205](https://github.com/contentful/field-editors/issues/1205)) ([87d378b](https://github.com/contentful/field-editors/commit/87d378b006aa79f237e49ab945d0cb7696228bbb))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - update codemirror from 5 to 6
15
+
16
+ - fix: make release BREAKING CHANGE
17
+
18
+ - fix!: make release BREAKING CHANGE
19
+
20
+ - fix!: make release breaking change
21
+
22
+ - fix!: make release breaking change
23
+
24
+ - feat!: make release BREAKING CHANGE
25
+
26
+ - fix: make major release due to breaking change
27
+
28
+ - chore: remove unnecessary codemirror import in json editor
29
+
6
30
  ## [2.1.4](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@2.1.3...@contentful/field-editor-json@2.1.4) (2022-07-29)
7
31
 
8
32
  **Note:** Version bump only for package @contentful/field-editor-json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-json",
3
- "version": "2.1.4",
3
+ "version": "3.0.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/field-editor-json.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -26,7 +26,6 @@
26
26
  "@types/deep-equal": "1.0.1",
27
27
  "@types/react-codemirror": "1.0.3",
28
28
  "@uiw/react-codemirror": "^4.11.4",
29
- "codemirror": "^6.0.1",
30
29
  "deep-equal": "2.0.5",
31
30
  "emotion": "^10.0.17",
32
31
  "lodash": "^4.17.15",
@@ -48,5 +47,5 @@
48
47
  }
49
48
  }
50
49
  },
51
- "gitHead": "1752c57ed3ec458963547426e137091e58c0d44a"
50
+ "gitHead": "adf062a107e6277adddc63eacd7cc97702db2430"
52
51
  }