@elementor/locations 0.3.0 → 0.5.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 +3 -3
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
+ # [0.5.0](https://github.com/elementor/elementor-packages/compare/@elementor/locations@0.4.0...@elementor/locations@0.5.0) (2023-06-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * drop support for React 17 [ED-10982] ([#50](https://github.com/elementor/elementor-packages/issues/50)) ([59c576c](https://github.com/elementor/elementor-packages/commit/59c576ca218947dc0992616311d4d399a20e91a6))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.4.0](https://github.com/elementor/elementor-packages/compare/@elementor/locations@0.3.0...@elementor/locations@0.4.0) (2023-06-01)
18
+
19
+
20
+ ### Features
21
+
22
+ * add support for React 18 [ED-10905] ([#46](https://github.com/elementor/elementor-packages/issues/46)) ([c8915c6](https://github.com/elementor/elementor-packages/commit/c8915c6ea62550bcdeb5c8a576f311bedc35bcad))
23
+
24
+
25
+
26
+
27
+
6
28
  # 0.3.0 (2023-05-21)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/locations",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -32,7 +32,7 @@
32
32
  "dev": "tsup --config=../../tsup.dev.ts"
33
33
  },
34
34
  "peerDependencies": {
35
- "react": "17.x"
35
+ "react": "18.x"
36
36
  },
37
- "gitHead": "45afd449fda346eea0f8a431ebca7d6c1d518dd1"
37
+ "gitHead": "79104144fef8bd0064d8640741a671f75fe8a1f8"
38
38
  }