Skip to content

Commit 83c0fec

Browse files
committed
release: v8.15.1
1 parent 198aa69 commit 83c0fec

File tree

8 files changed

+35
-12
lines changed

8 files changed

+35
-12
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"packages/_infra": "8.10.0",
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",
@@ -23,5 +23,5 @@
2323
"packages/sprites": "8.0.0",
2424
"packages/tiler": "8.11.0",
2525
"packages/tiler-sharp": "8.11.0",
26-
".": "8.15.0"
26+
".": "8.15.1"
2727
}

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.15.1](https://github.com/linz/basemaps/compare/v8.15.0...v8.15.1) (2025-10-31)
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.15.0](https://github.com/linz/basemaps/compare/v8.14.0...v8.15.0) (2025-10-20)
714

815

package-lock.json

Lines changed: 5 additions & 5 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/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-10-31)
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-10-31)
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)