Skip to content

Commit 72f72b6

Browse files
authored
release: v8.15.0 (#3545)
🤖 I have created a release *beep* *boop* --- <details><summary>8.15.0</summary> ## [8.15.0](v8.14.0...v8.15.0) (2025-10-20) ### Features * drop tiler log level ([#3548](#3548)) ([471ceca](471ceca)) * **landing:** display downloadable mbtiles message for vector basemaps BM-1330 ([#3478](#3478)) ([3c0f5b5](3c0f5b5)) * switch to v2 vector basemaps BM-1226 ([#3534](#3534)) ([0787449](0787449)) ### Bug Fixes * **landing:** add key to mbtiles message div BM-1330 ([#3549](#3549)) ([6a3bddc](6a3bddc)) * **landing:** correct topo maps layer ID BM-1408 ([#3547](#3547)) ([cc2753f](cc2753f)) * **landing:** map.switcher remove elevation from cycle ([#3546](#3546)) ([2ebe728](2ebe728)) </details> <details><summary>infra: 8.10.0</summary> ## [8.10.0](infra-v8.9.3...infra-v8.10.0) (2025-10-20) ### Features * drop tiler log level ([#3548](#3548)) ([471ceca](471ceca)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @basemaps/lambda-tiler bumped from ^8.10.2 to ^8.11.0 </details> <details><summary>lambda-tiler: 8.11.0</summary> ## [8.11.0](lambda-tiler-v8.10.2...lambda-tiler-v8.11.0) (2025-10-20) ### Features * switch to v2 vector basemaps BM-1226 ([#3534](#3534)) ([0787449](0787449)) </details> <details><summary>landing: 8.12.0</summary> ## [8.12.0](landing-v8.11.2...landing-v8.12.0) (2025-10-20) ### Features * **landing:** display downloadable mbtiles message for vector basemaps BM-1330 ([#3478](#3478)) ([3c0f5b5](3c0f5b5)) * switch to v2 vector basemaps BM-1226 ([#3534](#3534)) ([0787449](0787449)) ### Bug Fixes * **landing:** add key to mbtiles message div BM-1330 ([#3549](#3549)) ([6a3bddc](6a3bddc)) * **landing:** correct topo maps layer ID BM-1408 ([#3547](#3547)) ([cc2753f](cc2753f)) * **landing:** map.switcher remove elevation from cycle ([#3546](#3546)) ([2ebe728](2ebe728)) </details> <details><summary>server: 8.10.5</summary> ## [8.10.5](server-v8.10.4...server-v8.10.5) (2025-10-20) ### Dependencies * The following workspace dependencies were updated * devDependencies * @basemaps/lambda-tiler bumped from ^8.10.2 to ^8.11.0 * @basemaps/landing bumped from ^8.11.2 to ^8.12.0 * optionalDependencies * @basemaps/landing bumped from ^8.11.2 to ^8.12.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2ebe728 commit 72f72b6

File tree

12 files changed

+88
-24
lines changed

12 files changed

+88
-24
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/__tests__": "8.2.0",
3-
"packages/_infra": "8.9.3",
3+
"packages/_infra": "8.10.0",
44
"packages/attribution": "8.9.0",
55
"packages/bathymetry": "8.9.3",
66
"packages/cli": "8.10.3",
@@ -12,16 +12,16 @@
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.10.2",
16-
"packages/landing": "8.11.2",
15+
"packages/lambda-tiler": "8.11.0",
16+
"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.4",
20+
"packages/server": "8.10.5",
2121
"packages/shared": "8.9.3",
2222
"packages/smoke": "8.0.0",
2323
"packages/sprites": "8.0.0",
2424
"packages/tiler": "8.11.0",
2525
"packages/tiler-sharp": "8.11.0",
26-
".": "8.14.0"
26+
".": "8.15.0"
2727
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/linz/basemaps/compare/v8.14.0...v8.15.0) (2025-10-20)
7+
8+
9+
### Features
10+
11+
* drop tiler log level ([#3548](https://github.com/linz/basemaps/issues/3548)) ([471ceca](https://github.com/linz/basemaps/commit/471ceca818ab8c06151b9d1b87593c09d0107251))
12+
* **landing:** display downloadable mbtiles message for vector basemaps BM-1330 ([#3478](https://github.com/linz/basemaps/issues/3478)) ([3c0f5b5](https://github.com/linz/basemaps/commit/3c0f5b53c3de2f7cd317541222075ad098b17c82))
13+
* switch to v2 vector basemaps BM-1226 ([#3534](https://github.com/linz/basemaps/issues/3534)) ([0787449](https://github.com/linz/basemaps/commit/07874498f26f86c4a811399f310befa44279c667))
14+
15+
16+
### Bug Fixes
17+
18+
* **landing:** add key to mbtiles message div BM-1330 ([#3549](https://github.com/linz/basemaps/issues/3549)) ([6a3bddc](https://github.com/linz/basemaps/commit/6a3bddc0a2a6727831d16d82a2633e062d5ee00e))
19+
* **landing:** correct topo maps layer ID BM-1408 ([#3547](https://github.com/linz/basemaps/issues/3547)) ([cc2753f](https://github.com/linz/basemaps/commit/cc2753fd0ab599678cd3fd6dc84f7f059e0836ab))
20+
* **landing:** map.switcher remove elevation from cycle ([#3546](https://github.com/linz/basemaps/issues/3546)) ([2ebe728](https://github.com/linz/basemaps/commit/2ebe728be2b678015fce7580475c7d2a13ddb7e5))
21+
622
## [8.14.0](https://github.com/linz/basemaps/compare/v8.13.1...v8.14.0) (2025-10-13)
723

824

package-lock.json

Lines changed: 10 additions & 10 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.14.0",
3+
"version": "8.15.0",
44
"private": true,
55
"repository": "git@github.com:linz/basemaps.git",
66
"author": {

packages/_infra/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0](https://github.com/linz/basemaps/compare/infra-v8.9.3...infra-v8.10.0) (2025-10-20)
7+
8+
9+
### Features
10+
11+
* drop tiler log level ([#3548](https://github.com/linz/basemaps/issues/3548)) ([471ceca](https://github.com/linz/basemaps/commit/471ceca818ab8c06151b9d1b87593c09d0107251))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* devDependencies
18+
* @basemaps/lambda-tiler bumped from ^8.10.2 to ^8.11.0
19+
620
## [8.9.3](https://github.com/linz/basemaps/compare/infra-v8.9.2...infra-v8.9.3) (2025-10-13)
721

822

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.9.3",
3+
"version": "8.10.0",
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.10.2",
29+
"@basemaps/lambda-tiler": "^8.11.0",
3030
"@basemaps/shared": "^8.9.3",
3131
"@linzjs/cdk-tags": "^1.7.0",
3232
"aws-cdk": "^2.1029.1",

packages/lambda-tiler/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.0](https://github.com/linz/basemaps/compare/lambda-tiler-v8.10.2...lambda-tiler-v8.11.0) (2025-10-20)
7+
8+
9+
### Features
10+
11+
* switch to v2 vector basemaps BM-1226 ([#3534](https://github.com/linz/basemaps/issues/3534)) ([0787449](https://github.com/linz/basemaps/commit/07874498f26f86c4a811399f310befa44279c667))
12+
613
## [8.10.2](https://github.com/linz/basemaps/compare/lambda-tiler-v8.10.1...lambda-tiler-v8.10.2) (2025-10-13)
714

815

packages/lambda-tiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/lambda-tiler",
3-
"version": "8.10.2",
3+
"version": "8.11.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/linz/basemaps.git",

packages/landing/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.12.0](https://github.com/linz/basemaps/compare/landing-v8.11.2...landing-v8.12.0) (2025-10-20)
7+
8+
9+
### Features
10+
11+
* **landing:** display downloadable mbtiles message for vector basemaps BM-1330 ([#3478](https://github.com/linz/basemaps/issues/3478)) ([3c0f5b5](https://github.com/linz/basemaps/commit/3c0f5b53c3de2f7cd317541222075ad098b17c82))
12+
* switch to v2 vector basemaps BM-1226 ([#3534](https://github.com/linz/basemaps/issues/3534)) ([0787449](https://github.com/linz/basemaps/commit/07874498f26f86c4a811399f310befa44279c667))
13+
14+
15+
### Bug Fixes
16+
17+
* **landing:** add key to mbtiles message div BM-1330 ([#3549](https://github.com/linz/basemaps/issues/3549)) ([6a3bddc](https://github.com/linz/basemaps/commit/6a3bddc0a2a6727831d16d82a2633e062d5ee00e))
18+
* **landing:** correct topo maps layer ID BM-1408 ([#3547](https://github.com/linz/basemaps/issues/3547)) ([cc2753f](https://github.com/linz/basemaps/commit/cc2753fd0ab599678cd3fd6dc84f7f059e0836ab))
19+
* **landing:** map.switcher remove elevation from cycle ([#3546](https://github.com/linz/basemaps/issues/3546)) ([2ebe728](https://github.com/linz/basemaps/commit/2ebe728be2b678015fce7580475c7d2a13ddb7e5))
20+
621
## [8.11.2](https://github.com/linz/basemaps/compare/landing-v8.11.1...landing-v8.11.2) (2025-10-13)
722

823

packages/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/landing",
3-
"version": "8.11.2",
3+
"version": "8.12.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/linz/basemaps.git",

0 commit comments

Comments
 (0)