@contentful/field-editor-location 1.0.0 → 1.1.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 +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ # [1.1.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.0.3...@contentful/field-editor-location@1.1.0) (2022-01-11)
7
+
8
+ ### Features
9
+
10
+ - bump f36 packages to stable v4 [BAU-521] ([#988](https://github.com/contentful/field-editors/issues/988)) ([419cf56](https://github.com/contentful/field-editors/commit/419cf56692179b074fcfa2743469d5265ed98429))
11
+
12
+ ## [1.0.3](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.0.2...@contentful/field-editor-location@1.0.3) (2021-12-23)
13
+
14
+ ### Bug Fixes
15
+
16
+ - markdown buttons ([#968](https://github.com/contentful/field-editors/issues/968)) ([9803b98](https://github.com/contentful/field-editors/commit/9803b98c25d92df6148686ffe2749a77f7efdbb9))
17
+
18
+ ## [1.0.2](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.0.1...@contentful/field-editor-location@1.0.2) (2021-12-20)
19
+
20
+ **Note:** Version bump only for package @contentful/field-editor-location
21
+
22
+ ## [1.0.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@1.0.0...@contentful/field-editor-location@1.0.1) (2021-11-17)
23
+
24
+ ### Bug Fixes
25
+
26
+ - **card-actions:** update forma 36 to fix card actions click issue ([#927](https://github.com/contentful/field-editors/issues/927)) ([3dfdef2](https://github.com/contentful/field-editors/commit/3dfdef2c2b0045f12ea94ddafca89a8e9f25e7d0))
27
+
6
28
  # [1.0.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-location@0.14.0...@contentful/field-editor-location@1.0.0) (2021-11-04)
7
29
 
8
30
  **Note:** Version bump only for package @contentful/field-editor-location
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-location",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/field-editor-location.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "tsc": "tsc -p ./ --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contentful/f36-components": "beta",
23
- "@contentful/f36-tokens": "beta",
24
- "@contentful/field-editor-shared": "^1.0.0",
22
+ "@contentful/f36-components": "^4.0.1",
23
+ "@contentful/f36-tokens": "^4.0.0",
24
+ "@contentful/field-editor-shared": "^1.1.0",
25
25
  "@types/google-map-react": "1.1.8",
26
26
  "deep-equal": "2.0.5",
27
27
  "emotion": "^10.0.17",
@@ -30,7 +30,7 @@
30
30
  "lodash-es": "^4.17.15"
31
31
  },
32
32
  "devDependencies": {
33
- "@contentful/field-editor-test-utils": "^1.0.0"
33
+ "@contentful/field-editor-test-utils": "^1.1.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=16.8.0"
@@ -45,5 +45,5 @@
45
45
  }
46
46
  }
47
47
  },
48
- "gitHead": "538c2239a48991e4bb281d4d07d8ede3413492a5"
48
+ "gitHead": "107c4765108477138afd9f7ae7b018c1fe9c0bd5"
49
49
  }