Skip to content

Commit 45fdfb6

Browse files
authored
v1.0.0-alpha.7 (#569)
1 parent 744042c commit 45fdfb6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

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+
1222
### [1.0.0-alpha.6] - 2025-07-30
1323

1424
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"license": "MPL-2.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)