Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"packages/_infra": "8.12.4",
"packages/attribution": "8.9.0",
"packages/bathymetry": "8.9.8",
"packages/cli": "8.10.12",
"packages/cli-config": "8.11.6",
"packages/cli": "8.10.13",
"packages/cli-config": "8.11.7",
"packages/cli-raster": "8.11.7",
"packages/cli-vector": "8.10.9",
"packages/cli-vector": "8.11.0",
"packages/config": "8.13.1",
"packages/config-loader": "8.12.4",
"packages/geo": "8.9.0",
"packages/lambda-analytic-cloudfront": "8.9.9",
"packages/lambda-tiler": "8.13.1",
"packages/landing": "8.13.1",
"packages/landing": "8.13.2",
"packages/linzjs-docker-command": "8.0.0",
"packages/linzjs-geojson": "8.0.0",
"packages/linzjs-metrics": "8.0.0",
"packages/server": "8.10.13",
"packages/server": "8.10.14",
"packages/shared": "8.9.8",
"packages/smoke": "8.0.0",
"packages/sprites": "8.0.0",
"packages/tiler": "8.12.2",
"packages/tiler-sharp": "8.11.5",
".": "8.19.2"
".": "8.20.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.20.0](https://github.com/linz/basemaps/compare/v8.19.2...v8.20.0) (2026-04-22)


### Features

* swap to new addressing layer BM-1623 ([#3614](https://github.com/linz/basemaps/issues/3614)) ([271024e](https://github.com/linz/basemaps/commit/271024e02708b9f40483ef079e061d2be3116587))


### Bug Fixes

* vector diffing numbers ([#3616](https://github.com/linz/basemaps/issues/3616)) ([9994922](https://github.com/linz/basemaps/commit/999492274b59988bcf0542e88c92b7eb2f47d75b))

## [8.19.2](https://github.com/linz/basemaps/compare/v8.19.1...v8.19.2) (2026-03-18)


Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/core",
"version": "8.19.2",
"version": "8.20.0",
"private": true,
"repository": "git@github.com:linz/basemaps.git",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.11.7](https://github.com/linz/basemaps/compare/cli-config-v8.11.6...cli-config-v8.11.7) (2026-04-22)


### Bug Fixes

* vector diffing numbers ([#3616](https://github.com/linz/basemaps/issues/3616)) ([9994922](https://github.com/linz/basemaps/commit/999492274b59988bcf0542e88c92b7eb2f47d75b))

## [8.11.6](https://github.com/linz/basemaps/compare/cli-config-v8.11.5...cli-config-v8.11.6) (2026-02-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli-config",
"version": "8.11.6",
"version": "8.11.7",
"private": false,
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-vector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.11.0](https://github.com/linz/basemaps/compare/cli-vector-v8.10.9...cli-vector-v8.11.0) (2026-04-22)


### Features

* swap to new addressing layer BM-1623 ([#3614](https://github.com/linz/basemaps/issues/3614)) ([271024e](https://github.com/linz/basemaps/commit/271024e02708b9f40483ef079e061d2be3116587))

## [8.10.9](https://github.com/linz/basemaps/compare/cli-vector-v8.10.8...cli-vector-v8.10.9) (2026-03-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli-vector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli-vector",
"version": "8.10.9",
"version": "8.11.0",
"private": false,
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.10.13](https://github.com/linz/basemaps/compare/cli-v8.10.12...cli-v8.10.13) (2026-04-22)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @basemaps/cli-config bumped from ^8.11.6 to ^8.11.7
* @basemaps/cli-vector bumped from ^8.10.9 to ^8.11.0

## [8.10.12](https://github.com/linz/basemaps/compare/cli-v8.10.11...cli-v8.10.12) (2026-03-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "8.10.12",
"version": "8.10.13",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,9 +41,9 @@
"node": ">=16.0.0"
},
"dependencies": {
"@basemaps/cli-config": "^8.11.6",
"@basemaps/cli-config": "^8.11.7",
"@basemaps/cli-raster": "^8.11.7",
"@basemaps/cli-vector": "^8.10.9",
"@basemaps/cli-vector": "^8.11.0",
"@basemaps/shared": "^8.9.8",
"cmd-ts": "^0.13.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/landing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.13.2](https://github.com/linz/basemaps/compare/landing-v8.13.1...landing-v8.13.2) (2026-04-22)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @basemaps/cli-config bumped from ^8.11.6 to ^8.11.7

## [8.13.1](https://github.com/linz/basemaps/compare/landing-v8.13.0...landing-v8.13.1) (2026-02-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/landing",
"version": "8.13.1",
"version": "8.13.2",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"devDependencies": {
"@basemaps/attribution": "^8.9.0",
"@basemaps/cli-config": "^8.11.6",
"@basemaps/cli-config": "^8.11.7",
"@basemaps/config": "^8.13.1",
"@basemaps/geo": "^8.9.0",
"@basemaps/shared": "^8.9.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.10.14](https://github.com/linz/basemaps/compare/server-v8.10.13...server-v8.10.14) (2026-04-22)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @basemaps/landing bumped from ^8.13.1 to ^8.13.2
* optionalDependencies
* @basemaps/landing bumped from ^8.13.1 to ^8.13.2

## [8.10.13](https://github.com/linz/basemaps/compare/server-v8.10.12...server-v8.10.13) (2026-02-26)


Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/server",
"version": "8.10.13",
"version": "8.10.14",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"bin/"
],
"optionalDependencies": {
"@basemaps/landing": "^8.13.1"
"@basemaps/landing": "^8.13.2"
},
"dependencies": {
"lerc": "^4.0.4",
Expand All @@ -56,7 +56,7 @@
"@basemaps/config-loader": "^8.12.4",
"@basemaps/geo": "^8.9.0",
"@basemaps/lambda-tiler": "^8.13.1",
"@basemaps/landing": "^8.13.1",
"@basemaps/landing": "^8.13.2",
"@basemaps/shared": "^8.9.8",
"@fastify/formbody": "^7.0.1",
"@fastify/static": "^6.5.0",
Expand Down
Loading