Skip to content

Commit bacdd4e

Browse files
committed
release: v8.15.1
1 parent 4f9eaad commit bacdd4e

File tree

16 files changed

+88
-30
lines changed

16 files changed

+88
-30
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 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",
8+
"packages/cli-raster": "8.11.2",
99
"packages/cli-vector": "8.10.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-04)
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+
* **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))
13+
614
## [8.15.0](https://github.com/linz/basemaps/compare/v8.14.0...v8.15.0) (2025-10-20)
715

816

package-lock.json

Lines changed: 12 additions & 12 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-04)
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-04)
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/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.4](https://github.com/linz/basemaps/compare/cli-v8.10.3...cli-v8.10.4) (2025-11-04)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @basemaps/cli-raster bumped from ^8.11.1 to ^8.11.2
14+
615
## [8.10.3](https://github.com/linz/basemaps/compare/cli-v8.10.2...cli-v8.10.3) (2025-10-13)
716

817

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/cli",
3-
"version": "8.10.3",
3+
"version": "8.10.4",
44
"private": false,
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@basemaps/cli-config": "^8.10.2",
45-
"@basemaps/cli-raster": "^8.11.1",
45+
"@basemaps/cli-raster": "^8.11.2",
4646
"@basemaps/cli-vector": "^8.10.2",
4747
"@basemaps/shared": "^8.9.3",
4848
"cmd-ts": "^0.13.0"

0 commit comments

Comments
 (0)