Skip to content

Commit 0262959

Browse files
committed
release: v8.18.1
1 parent ca09f51 commit 0262959

34 files changed

+288
-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.12.1",
3+
"packages/_infra": "8.12.2",
44
"packages/attribution": "8.9.0",
5-
"packages/bathymetry": "8.9.5",
6-
"packages/cli": "8.10.6",
7-
"packages/cli-config": "8.11.1",
8-
"packages/cli-raster": "8.11.4",
9-
"packages/cli-vector": "8.10.5",
10-
"packages/config": "8.13.0",
11-
"packages/config-loader": "8.12.1",
5+
"packages/bathymetry": "8.9.6",
6+
"packages/cli": "8.10.7",
7+
"packages/cli-config": "8.11.2",
8+
"packages/cli-raster": "8.11.5",
9+
"packages/cli-vector": "8.10.6",
10+
"packages/config": "8.13.1",
11+
"packages/config-loader": "8.12.2",
1212
"packages/geo": "8.9.0",
13-
"packages/lambda-analytic-cloudfront": "8.9.6",
14-
"packages/lambda-tiler": "8.12.1",
15-
"packages/landing": "8.12.2",
13+
"packages/lambda-analytic-cloudfront": "8.9.7",
14+
"packages/lambda-tiler": "8.12.2",
15+
"packages/landing": "8.12.3",
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.8",
20-
"packages/shared": "8.9.5",
19+
"packages/server": "8.10.9",
20+
"packages/shared": "8.9.6",
2121
"packages/smoke": "8.0.0",
2222
"packages/sprites": "8.0.0",
23-
"packages/tiler": "8.12.1",
24-
"packages/tiler-sharp": "8.11.3",
25-
".": "8.18.0"
23+
"packages/tiler": "8.12.2",
24+
"packages/tiler-sharp": "8.11.4",
25+
".": "8.18.1"
2626
}

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.18.1](https://github.com/linz/basemaps/compare/v8.18.0...v8.18.1) (2025-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* add tests for pipeline creation ([#3594](https://github.com/linz/basemaps/issues/3594)) ([ca09f51](https://github.com/linz/basemaps/commit/ca09f516483895df413cdc53d7081c1ce66e1995))
12+
* lerna 9 is needed for trusted publishing ([#3592](https://github.com/linz/basemaps/issues/3592)) ([bf300ce](https://github.com/linz/basemaps/commit/bf300cef510b7d399b7b6f67bbfc22d42d1e0a59))
13+
614
## [8.18.0](https://github.com/linz/basemaps/compare/v8.17.1...v8.18.0) (2025-12-17)
715

816

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.18.0",
3+
"version": "8.18.1",
44
"private": true,
55
"repository": "[email protected]:linz/basemaps.git",
66
"author": {

packages/_infra/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.2](https://github.com/linz/basemaps/compare/infra-v8.12.1...infra-v8.12.2) (2025-12-18)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* @basemaps/lambda-tiler bumped from ^8.12.1 to ^8.12.2
14+
* @basemaps/shared bumped from ^8.9.5 to ^8.9.6
15+
616
## [8.12.1](https://github.com/linz/basemaps/compare/infra-v8.12.0...infra-v8.12.1) (2025-12-17)
717

818

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.12.1",
3+
"version": "8.12.2",
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.12.1",
30-
"@basemaps/shared": "^8.9.5",
29+
"@basemaps/lambda-tiler": "^8.12.2",
30+
"@basemaps/shared": "^8.9.6",
3131
"@linzjs/cdk-tags": "^1.7.0",
3232
"aws-cdk": "^2.1033.0",
3333
"aws-cdk-lib": "^2.230.0",

packages/bathymetry/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.9.6](https://github.com/linz/basemaps/compare/bathymetry-v8.9.5...bathymetry-v8.9.6) (2025-12-18)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @basemaps/shared bumped from ^8.9.5 to ^8.9.6
14+
615
## [8.9.5](https://github.com/linz/basemaps/compare/bathymetry-v8.9.4...bathymetry-v8.9.5) (2025-12-17)
716

817

0 commit comments

Comments
 (0)