fix(assets): remove header toolbar PNG assets (header-toolbar-fixed, header-toolbar-full, header-toolbar-layout, header-toolbar-v3)
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-05 - 1.1.1 - fix(assets)
|
||||||
|
remove header toolbar PNG assets (header-toolbar-fixed, header-toolbar-full, header-toolbar-layout, header-toolbar-v3)
|
||||||
|
|
||||||
|
- Deleted four header toolbar PNG files: header-toolbar-fixed.png, header-toolbar-full.png, header-toolbar-layout.png, header-toolbar-v3.png
|
||||||
|
- Change is asset-only (binary removals); no source code or behavioral changes in JS/TS
|
||||||
|
- Recommended patch bump from 1.1.0 to 1.1.1
|
||||||
|
|
||||||
## 2026-02-05 - 1.1.0 - feat(geo-map)
|
## 2026-02-05 - 1.1.0 - feat(geo-map)
|
||||||
add live traffic visualization and traffic-aware routing with pluggable providers and UI integration
|
add live traffic visualization and traffic-aware routing with pluggable providers and UI integration
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 302 KiB |
|
Before Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 951 KiB |
|
Before Width: | Height: | Size: 968 KiB |
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog-geo',
|
name: '@design.estate/dees-catalog-geo',
|
||||||
version: '1.1.0',
|
version: '1.1.1',
|
||||||
description: 'A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools'
|
description: 'A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools'
|
||||||
}
|
}
|
||||||
|
|||||||