@aws-amplify/geo 1.1.4-unstable.2 → 1.1.4-unstable.7
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 +13 -28
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,54 +7,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @aws-amplify/geo
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
10
|
## [1.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@1.1.1...@aws-amplify/geo@1.1.2) (2021-10-07)
|
|
15
11
|
|
|
16
12
|
**Note:** Version bump only for package @aws-amplify/geo
|
|
17
13
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
14
|
## [1.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@1.1.0...@aws-amplify/geo@1.1.1) (2021-09-30)
|
|
23
15
|
|
|
24
16
|
**Note:** Version bump only for package @aws-amplify/geo
|
|
25
17
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
18
|
# 1.1.0 (2021-09-24)
|
|
31
19
|
|
|
32
|
-
|
|
33
20
|
### Features
|
|
34
21
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
22
|
+
- **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))
|
|
23
|
+
- **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))
|
|
24
|
+
- **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))
|
|
25
|
+
- **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))
|
|
26
|
+
- **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))
|
|
27
|
+
- **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))
|
|
28
|
+
- **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))
|
|
29
|
+
- **Geo:** update types latitude <=> longitude ([5a8bebb](https://github.com/aws-amplify/amplify-js/commit/5a8bebb24945dcb3a64098407c17fa9195802191))
|
|
47
30
|
|
|
48
31
|
# 0.0.2-geo.6654 (2021-09-13)
|
|
49
32
|
|
|
50
33
|
### Features
|
|
34
|
+
|
|
51
35
|
Add region to Amazon Location Service MapStyle (#8736) (#8745)
|
|
52
36
|
|
|
53
37
|
### Bug fixes
|
|
38
|
+
|
|
54
39
|
Update webpack config to mark core as external (#8748)
|
|
55
40
|
|
|
56
41
|
### BREAKING CHANGES
|
|
57
42
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
43
|
+
- Rename all instances of Amazon Location Services to the singular Amazon Location Service
|
|
44
|
+
_ Update name for amazon location service provider (#8872)
|
|
45
|
+
_ All methods and variable instances of the same
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/geo",
|
|
3
|
-
"version": "1.1.4-unstable.
|
|
3
|
+
"version": "1.1.4-unstable.7+2b800f51e",
|
|
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.3.4-unstable.
|
|
44
|
+
"@aws-amplify/core": "4.3.4-unstable.7+2b800f51e",
|
|
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": "2b800f51e41f6cf951162ef392e45af35c354f40"
|
|
101
101
|
}
|