We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff85ab commit af03b47Copy full SHA for af03b47
2 files changed
CHANGELOG.md
@@ -9,6 +9,12 @@ 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.11] - 2026-01-09
13
+
14
+### Changed
15
16
+- feat: Improved sorting of `address-autocomplete` options to better highlight flat/parent shell property relationships ([#599](https://github.com/theopensystemslab/map/pull/599))
17
18
### [1.0.0-alpha.10] - 2025-09-12
19
20
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opensystemslab/map",
3
- "version": "1.0.0-alpha.10",
+ "version": "1.0.0-alpha.11",
4
"license": "MPL-2.0",
5
"private": false,
6
"repository": {
0 commit comments