@aws-amplify/geo 0.0.2-geo.6725 → 1.1.1-unstable.2
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 +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
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 (2021-09-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **geo:** add region to Amazon Location Service MapStyle ([#8736](https://github.com/aws-amplify/amplify-js/issues/8736)) ([#8745](https://github.com/aws-amplify/amplify-js/issues/8745)) ([21c95b2](https://github.com/aws-amplify/amplify-js/commit/21c95b2779c0973a6e012570b19bd40e8961e01e))
|
|
12
|
+
* **Geo:** add Geo category initial scaffolding - Geo milestone 1 - PR 1/6 ([#8615](https://github.com/aws-amplify/amplify-js/issues/8615)) ([81afbcf](https://github.com/aws-amplify/amplify-js/commit/81afbcfc3ba99807853d915032f1a97746fdd37f))
|
|
13
|
+
* **Geo:** add Geo class and amazonLocationServicesProvider - Geo milestone 1 - PR 3/6 ([#8618](https://github.com/aws-amplify/amplify-js/issues/8618)) ([4c1c1fe](https://github.com/aws-amplify/amplify-js/commit/4c1c1fe786f2a4b1d7e1260491357a248dd6d084))
|
|
14
|
+
* **Geo:** getAvailableMaps and getDefaultMap - Geo milestone 1 - PR 4 ([#8620](https://github.com/aws-amplify/amplify-js/issues/8620)) ([229f93e](https://github.com/aws-amplify/amplify-js/commit/229f93edf1bc07de26aebe28f26f3066d3e31a74))
|
|
15
|
+
* **Geo:** searchByCoordinates - Geo milestone 1 - PR 6 ([#8622](https://github.com/aws-amplify/amplify-js/issues/8622)) ([ae725c0](https://github.com/aws-amplify/amplify-js/commit/ae725c0f2d55ba95d4ecc76e46506a888e6b67c5))
|
|
16
|
+
* **Geo:** searchByText - Geo milestone 1 - PR 5 ([#8621](https://github.com/aws-amplify/amplify-js/issues/8621)) ([5346ae1](https://github.com/aws-amplify/amplify-js/commit/5346ae17dcf5672b3c25c46f483af53d5f5dfc93))
|
|
17
|
+
* **Geo:** update aws-amplify/core - Geo milestone 1 - PR 2/6 ([#8617](https://github.com/aws-amplify/amplify-js/issues/8617)) ([3a83893](https://github.com/aws-amplify/amplify-js/commit/3a8389388ebe7a521d0b78c58e24d91b53db4799))
|
|
18
|
+
* **Geo:** update types latitude <=> longitude ([5a8bebb](https://github.com/aws-amplify/amplify-js/commit/5a8bebb24945dcb3a64098407c17fa9195802191))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
# 0.0.2-geo.6654 (2021-09-13)
|
|
7
25
|
|
|
8
26
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/geo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.1-unstable.2+806d266dd",
|
|
4
4
|
"description": "Geo category for aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://aws-amplify.github.io/",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@aws-amplify/core": "4.
|
|
44
|
+
"@aws-amplify/core": "4.3.1-unstable.2+806d266dd",
|
|
45
45
|
"@aws-sdk/client-location": "3.22.0",
|
|
46
46
|
"camelcase-keys": "6.2.2"
|
|
47
47
|
},
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"lib-esm"
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "806d266ddba00f5ab42f8c6c83c7b8c94aad49aa"
|
|
101
101
|
}
|