We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744042c commit 45fdfb6Copy full SHA for 45fdfb6
2 files changed
CHANGELOG.md
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
The minor version will be incremented upon a breaking change and the patch version will be
10
incremented for features.
11
12
+### [1.0.0-alpha.7] - 2025-08-08
13
+
14
+### Added
15
16
+- feat: New `geocode-autocomplete` component free-text address lookup ([#562](https://github.com/theopensystemslab/map/pull/539))
17
18
+### Changed
19
20
+- deps: a number of other package updates via Dependabot
21
22
### [1.0.0-alpha.6] - 2025-07-30
23
24
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opensystemslab/map",
3
- "version": "1.0.0-alpha.6",
+ "version": "1.0.0-alpha.7",
4
"license": "MPL-2.0",
5
"private": false,
6
"repository": {
0 commit comments