Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"packages/__tests__": "8.2.0",
"packages/_infra": "8.12.1",
"packages/_infra": "8.12.2",
"packages/attribution": "8.9.0",
"packages/bathymetry": "8.9.5",
"packages/cli": "8.10.6",
"packages/cli-config": "8.11.1",
"packages/cli-raster": "8.11.4",
"packages/cli-vector": "8.10.5",
"packages/config": "8.13.0",
"packages/config-loader": "8.12.1",
"packages/bathymetry": "8.9.6",
"packages/cli": "8.10.7",
"packages/cli-config": "8.11.2",
"packages/cli-raster": "8.11.5",
"packages/cli-vector": "8.10.6",
"packages/config": "8.13.1",
"packages/config-loader": "8.12.2",
"packages/geo": "8.9.0",
"packages/lambda-analytic-cloudfront": "8.9.6",
"packages/lambda-tiler": "8.12.1",
"packages/landing": "8.12.2",
"packages/lambda-analytic-cloudfront": "8.9.7",
"packages/lambda-tiler": "8.12.2",
"packages/landing": "8.12.3",
"packages/linzjs-docker-command": "8.0.0",
"packages/linzjs-geojson": "8.0.0",
"packages/linzjs-metrics": "8.0.0",
"packages/server": "8.10.8",
"packages/shared": "8.9.5",
"packages/server": "8.10.9",
"packages/shared": "8.9.6",
"packages/smoke": "8.0.0",
"packages/sprites": "8.0.0",
"packages/tiler": "8.12.1",
"packages/tiler-sharp": "8.11.3",
".": "8.18.0"
"packages/tiler": "8.12.2",
"packages/tiler-sharp": "8.11.4",
".": "8.18.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.18.1](https://github.com/linz/basemaps/compare/v8.18.0...v8.18.1) (2025-12-18)


### Bug Fixes

* add tests for pipeline creation ([#3594](https://github.com/linz/basemaps/issues/3594)) ([ca09f51](https://github.com/linz/basemaps/commit/ca09f516483895df413cdc53d7081c1ce66e1995))
* lerna 9 is needed for trusted publishing ([#3592](https://github.com/linz/basemaps/issues/3592)) ([bf300ce](https://github.com/linz/basemaps/commit/bf300cef510b7d399b7b6f67bbfc22d42d1e0a59))

## [8.18.0](https://github.com/linz/basemaps/compare/v8.17.1...v8.18.0) (2025-12-17)


Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/core",
"version": "8.18.0",
"version": "8.18.1",
"private": true,
"repository": "[email protected]:linz/basemaps.git",
"author": {
Expand Down
10 changes: 10 additions & 0 deletions packages/_infra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.12.2](https://github.com/linz/basemaps/compare/infra-v8.12.1...infra-v8.12.2) (2025-12-18)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @basemaps/lambda-tiler bumped from ^8.12.1 to ^8.12.2
* @basemaps/shared bumped from ^8.9.5 to ^8.9.6

## [8.12.1](https://github.com/linz/basemaps/compare/infra-v8.12.0...infra-v8.12.1) (2025-12-17)


Expand Down
6 changes: 3 additions & 3 deletions packages/_infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/infra",
"version": "8.12.1",
"version": "8.12.2",
"private": true,
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"devDependencies": {
"@aws-sdk/client-acm": "^3.470.0",
"@aws-sdk/client-cloudformation": "^3.470.0",
"@basemaps/lambda-tiler": "^8.12.1",
"@basemaps/shared": "^8.9.5",
"@basemaps/lambda-tiler": "^8.12.2",
"@basemaps/shared": "^8.9.6",
"@linzjs/cdk-tags": "^1.7.0",
"aws-cdk": "^2.1033.0",
"aws-cdk-lib": "^2.230.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/bathymetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.9.6](https://github.com/linz/basemaps/compare/bathymetry-v8.9.5...bathymetry-v8.9.6) (2025-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @basemaps/shared bumped from ^8.9.5 to ^8.9.6

## [8.9.5](https://github.com/linz/basemaps/compare/bathymetry-v8.9.4...bathymetry-v8.9.5) (2025-12-17)


Expand Down
Loading
Loading