Skip to content

Commit 15b5b80

Browse files
committed
release: v8.15.1
1 parent fbefe5f commit 15b5b80

File tree

18 files changed

+102
-35
lines changed

18 files changed

+102
-35
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"packages/__tests__": "8.2.0",
3-
"packages/_infra": "8.10.0",
3+
"packages/_infra": "8.10.1",
44
"packages/attribution": "8.9.0",
55
"packages/bathymetry": "8.9.3",
6-
"packages/cli": "8.10.3",
6+
"packages/cli": "8.10.4",
77
"packages/cli-config": "8.10.2",
8-
"packages/cli-raster": "8.11.1",
9-
"packages/cli-vector": "8.10.2",
8+
"packages/cli-raster": "8.11.2",
9+
"packages/cli-vector": "8.10.3",
1010
"packages/config": "8.11.0",
1111
"packages/config-loader": "8.11.0",
1212
"packages/geo": "8.9.0",
1313
"packages/lambda-analytic-cloudfront": "8.9.3",
1414
"packages/lambda-analytics": "8.9.3",
15-
"packages/lambda-tiler": "8.11.0",
15+
"packages/lambda-tiler": "8.11.1",
1616
"packages/landing": "8.12.0",
1717
"packages/linzjs-docker-command": "8.0.0",
1818
"packages/linzjs-geojson": "8.0.0",
1919
"packages/linzjs-metrics": "8.0.0",
20-
"packages/server": "8.10.5",
20+
"packages/server": "8.10.6",
2121
"packages/shared": "8.9.3",
2222
"packages/smoke": "8.0.0",
2323
"packages/sprites": "8.0.0",
2424
"packages/tiler": "8.11.0",
25-
"packages/tiler-sharp": "8.11.0",
26-
".": "8.15.0"
25+
"packages/tiler-sharp": "8.11.1",
26+
".": "8.15.1"
2727
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.15.1](https://github.com/linz/basemaps/compare/v8.15.0...v8.15.1) (2025-11-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli-raster:** zstd covering with smaller tiles than expected for single band sources ([#3551](https://github.com/linz/basemaps/issues/3551)) ([198aa69](https://github.com/linz/basemaps/commit/198aa697514935bf694b3f787412e5b63621f321))
12+
* **cli-vector:** Fix ETL concurrency issue to process half downloaded data. BM-1406 ([#3557](https://github.com/linz/basemaps/issues/3557)) ([fbefe5f](https://github.com/linz/basemaps/commit/fbefe5fa6aa4a43ffe9b73c975e97394149ec831))
13+
* **tiler-sharp:** bilinear resampling was sometimes defaulting to nearest BM-1412 ([#3550](https://github.com/linz/basemaps/issues/3550)) ([4f9eaad](https://github.com/linz/basemaps/commit/4f9eaad84592aca9c842a0ae741ce8a1a776233b))
14+
615
## [8.15.0](https://github.com/linz/basemaps/compare/v8.14.0...v8.15.0) (2025-10-20)
716

817

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/core",
3-
"version": "8.15.0",
3+
"version": "8.15.1",
44
"private": true,
55
"repository": "git@github.com:linz/basemaps.git",
66
"author": {

packages/_infra/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.10.1](https://github.com/linz/basemaps/compare/infra-v8.10.0...infra-v8.10.1) (2025-11-07)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* @basemaps/lambda-tiler bumped from ^8.11.0 to ^8.11.1
14+
615
## [8.10.0](https://github.com/linz/basemaps/compare/infra-v8.9.3...infra-v8.10.0) (2025-10-20)
716

817

packages/_infra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/infra",
3-
"version": "8.10.0",
3+
"version": "8.10.1",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@aws-sdk/client-acm": "^3.470.0",
2828
"@aws-sdk/client-cloudformation": "^3.470.0",
29-
"@basemaps/lambda-tiler": "^8.11.0",
29+
"@basemaps/lambda-tiler": "^8.11.1",
3030
"@basemaps/shared": "^8.9.3",
3131
"@linzjs/cdk-tags": "^1.7.0",
3232
"aws-cdk": "^2.1029.1",

packages/cli-raster/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.11.2](https://github.com/linz/basemaps/compare/cli-raster-v8.11.1...cli-raster-v8.11.2) (2025-11-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli-raster:** zstd covering with smaller tiles than expected for single band sources ([#3551](https://github.com/linz/basemaps/issues/3551)) ([198aa69](https://github.com/linz/basemaps/commit/198aa697514935bf694b3f787412e5b63621f321))
12+
613
## [8.11.1](https://github.com/linz/basemaps/compare/cli-raster-v8.11.0...cli-raster-v8.11.1) (2025-10-13)
714

815

packages/cli-raster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/cli-raster",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"private": false,
55
"repository": {
66
"type": "git",

packages/cli-vector/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.10.3](https://github.com/linz/basemaps/compare/cli-vector-v8.10.2...cli-vector-v8.10.3) (2025-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli-vector:** Fix ETL concurrency issue to process half downloaded data. BM-1406 ([#3557](https://github.com/linz/basemaps/issues/3557)) ([fbefe5f](https://github.com/linz/basemaps/commit/fbefe5fa6aa4a43ffe9b73c975e97394149ec831))
9+
310
## [8.10.2](https://github.com/linz/basemaps/compare/cli-vector-v8.10.1...cli-vector-v8.10.2) (2025-10-13)
411

512

packages/cli-vector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/cli-vector",
3-
"version": "8.10.2",
3+
"version": "8.10.3",
44
"private": false,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)