Skip to content

Commit e4366d0

Browse files
committed
release: v8.17.0
1 parent 4778a53 commit e4366d0

34 files changed

+313
-123
lines changed

.release-please-manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"packages/__tests__": "8.2.0",
3-
"packages/_infra": "8.11.0",
3+
"packages/_infra": "8.12.0",
44
"packages/attribution": "8.9.0",
5-
"packages/bathymetry": "8.9.3",
6-
"packages/cli": "8.10.4",
7-
"packages/cli-config": "8.10.2",
8-
"packages/cli-raster": "8.11.2",
9-
"packages/cli-vector": "8.10.3",
10-
"packages/config": "8.11.0",
11-
"packages/config-loader": "8.11.0",
5+
"packages/bathymetry": "8.9.4",
6+
"packages/cli": "8.10.5",
7+
"packages/cli-config": "8.10.3",
8+
"packages/cli-raster": "8.11.3",
9+
"packages/cli-vector": "8.10.4",
10+
"packages/config": "8.12.0",
11+
"packages/config-loader": "8.12.0",
1212
"packages/geo": "8.9.0",
13-
"packages/lambda-analytic-cloudfront": "8.9.4",
14-
"packages/lambda-tiler": "8.11.1",
15-
"packages/landing": "8.12.0",
13+
"packages/lambda-analytic-cloudfront": "8.9.5",
14+
"packages/lambda-tiler": "8.12.0",
15+
"packages/landing": "8.12.1",
1616
"packages/linzjs-docker-command": "8.0.0",
1717
"packages/linzjs-geojson": "8.0.0",
1818
"packages/linzjs-metrics": "8.0.0",
19-
"packages/server": "8.10.6",
20-
"packages/shared": "8.9.3",
19+
"packages/server": "8.10.7",
20+
"packages/shared": "8.9.4",
2121
"packages/smoke": "8.0.0",
2222
"packages/sprites": "8.0.0",
23-
"packages/tiler": "8.11.0",
24-
"packages/tiler-sharp": "8.11.1",
25-
".": "8.16.0"
23+
"packages/tiler": "8.12.0",
24+
"packages/tiler-sharp": "8.11.2",
25+
".": "8.17.0"
2626
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.17.0](https://github.com/linz/basemaps/compare/v8.16.0...v8.17.0) (2025-11-26)
7+
8+
9+
### Features
10+
11+
* support default outputs pipelines for backwards compatibility ([#3561](https://github.com/linz/basemaps/issues/3561)) ([53e25b9](https://github.com/linz/basemaps/commit/53e25b90b266579ad4059359bfa6f17c5c8f7237))
12+
13+
14+
### Bug Fixes
15+
16+
* revert disable github releases for individual packages [#3565](https://github.com/linz/basemaps/issues/3565) ([#3568](https://github.com/linz/basemaps/issues/3568)) ([65ec936](https://github.com/linz/basemaps/commit/65ec936daa55573572d73cd7e416fc47ed416430))
17+
618
## [8.16.0](https://github.com/linz/basemaps/compare/v8.15.1...v8.16.0) (2025-11-18)
719

820

package-lock.json

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

packages/_infra/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.12.0](https://github.com/linz/basemaps/compare/infra-v8.11.0...infra-v8.12.0) (2025-11-26)
7+
8+
9+
### Features
10+
11+
* Disable lambda-analytic as it has been replaced by lambda-analytic-cloudfront ([#3564](https://github.com/linz/basemaps/issues/3564)) ([6891927](https://github.com/linz/basemaps/commit/6891927e9c4ebf8d2c6921060ea117e826615e8c))
12+
* drop tiler log level ([#3548](https://github.com/linz/basemaps/issues/3548)) ([471ceca](https://github.com/linz/basemaps/commit/471ceca818ab8c06151b9d1b87593c09d0107251))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* devDependencies
19+
* @basemaps/lambda-tiler bumped from ^8.11.1 to ^8.12.0
20+
* @basemaps/shared bumped from ^8.9.3 to ^8.9.4
21+
622
## [8.11.0](https://github.com/linz/basemaps/compare/infra-v8.10.1...infra-v8.11.0) (2025-11-18)
723

824

packages/_infra/package.json

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

0 commit comments

Comments
 (0)