@elementor/locations 0.7.0 → 0.7.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.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.7.1](https://github.com/elementor/elementor-packages/compare/@elementor/locations@0.7.0...@elementor/locations@0.7.1) (2023-09-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @elementor/locations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [0.7.0](https://github.com/elementor/elementor-packages/compare/@elementor/locations@0.6.3...@elementor/locations@0.7.0) (2023-09-11)
|
|
7
15
|
|
|
8
16
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# Locations
|
|
2
2
|
|
|
3
3
|
> [!WARNING]
|
|
4
|
-
>
|
|
4
|
+
> Please refrain from accessing or depending on functions and variables starting with double underscores, as they are subject to change without notice.
|
|
5
|
+
> Naming convention involving double underscores (`__`) as a prefix to indicate that a function or variable is meant for internal use and should not be accessed or relied upon by third-party developers.
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/locations",
|
|
3
|
-
"
|
|
3
|
+
"description": "Create & manage pluggable React applications",
|
|
4
|
+
"version": "0.7.1",
|
|
4
5
|
"private": false,
|
|
5
6
|
"author": "Elementor Team",
|
|
6
7
|
"homepage": "https://elementor.com/",
|
|
@@ -34,5 +35,5 @@
|
|
|
34
35
|
"peerDependencies": {
|
|
35
36
|
"react": "18.x"
|
|
36
37
|
},
|
|
37
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "63057364b22f05d593555c5953b6b18766c21428"
|
|
38
39
|
}
|