@contentful/field-editor-json 2.1.3 → 3.0.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 +32 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@3.0.0...@contentful/field-editor-json@3.0.1) (2022-07-29)
7
+
8
+ **Note:** Version bump only for package @contentful/field-editor-json
9
+
10
+ # [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)
11
+
12
+ ### chore
13
+
14
+ - 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))
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ - update codemirror from 5 to 6
19
+
20
+ - fix: make release BREAKING CHANGE
21
+
22
+ - fix!: make release BREAKING CHANGE
23
+
24
+ - fix!: make release breaking change
25
+
26
+ - fix!: make release breaking change
27
+
28
+ - feat!: make release BREAKING CHANGE
29
+
30
+ - fix: make major release due to breaking change
31
+
32
+ - chore: remove unnecessary codemirror import in json editor
33
+
34
+ ## [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)
35
+
36
+ **Note:** Version bump only for package @contentful/field-editor-json
37
+
6
38
  ## [2.1.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-json@2.1.2...@contentful/field-editor-json@2.1.3) (2022-07-28)
7
39
 
8
40
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-json",
3
- "version": "2.1.3",
3
+ "version": "3.0.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/field-editor-json.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -26,14 +26,13 @@
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",
33
32
  "lodash-es": "^4.17.15"
34
33
  },
35
34
  "devDependencies": {
36
- "@contentful/field-editor-test-utils": "^1.2.0"
35
+ "@contentful/field-editor-test-utils": "^1.2.2"
37
36
  },
38
37
  "peerDependencies": {
39
38
  "react": ">=16.8.0"
@@ -48,5 +47,5 @@
48
47
  }
49
48
  }
50
49
  },
51
- "gitHead": "12cd4e3e8e5edd2304d1acc7089153f0534acce2"
50
+ "gitHead": "a7877c9f84abb504f25a25b758f86724592600b1"
52
51
  }