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
26 changes: 13 additions & 13 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.2",
"packages/_infra": "8.12.3",
"packages/attribution": "8.9.0",
"packages/bathymetry": "8.9.6",
"packages/cli": "8.10.9",
"packages/cli-config": "8.11.4",
"packages/cli-raster": "8.11.5",
"packages/cli-vector": "8.10.6",
"packages/bathymetry": "8.9.7",
"packages/cli": "8.10.10",
"packages/cli-config": "8.11.5",
"packages/cli-raster": "8.11.6",
"packages/cli-vector": "8.10.7",
"packages/config": "8.13.1",
"packages/config-loader": "8.12.2",
"packages/config-loader": "8.12.3",
"packages/geo": "8.9.0",
"packages/lambda-analytic-cloudfront": "8.9.7",
"packages/lambda-tiler": "8.12.2",
"packages/landing": "8.12.5",
"packages/lambda-analytic-cloudfront": "8.9.8",
"packages/lambda-tiler": "8.13.0",
"packages/landing": "8.13.0",
"packages/linzjs-docker-command": "8.0.0",
"packages/linzjs-geojson": "8.0.0",
"packages/linzjs-metrics": "8.0.0",
"packages/server": "8.10.11",
"packages/shared": "8.9.6",
"packages/server": "8.10.12",
"packages/shared": "8.9.7",
"packages/smoke": "8.0.0",
"packages/sprites": "8.0.0",
"packages/tiler": "8.12.2",
"packages/tiler-sharp": "8.11.4",
".": "8.18.3"
".": "8.19.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.19.0](https://github.com/linz/basemaps/compare/v8.18.3...v8.19.0) (2026-02-15)


### Features

* **lambda-tiler:** allow merging of styles using "," eg "aerial,labels-v2.json" ([#3604](https://github.com/linz/basemaps/issues/3604)) ([868c5ce](https://github.com/linz/basemaps/commit/868c5ce510bba78b64d73bc2aee5bd015d36a3e6))
* support NZTM2000 labels in debug view ([#3602](https://github.com/linz/basemaps/issues/3602)) ([ac04281](https://github.com/linz/basemaps/commit/ac042813cbee68ea48a8e0e23a8ef03160c140f6))


### Bug Fixes

* create a center URL for tilesets ([#3601](https://github.com/linz/basemaps/issues/3601)) ([8f49a3e](https://github.com/linz/basemaps/commit/8f49a3e0f64f84b32dfa7d5f31f842d0058f8544))

## [8.18.3](https://github.com/linz/basemaps/compare/v8.18.2...v8.18.3) (2026-02-08)


Expand Down
74 changes: 37 additions & 37 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.3",
"version": "8.19.0",
"private": true,
"repository": "git@github.com: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.3](https://github.com/linz/basemaps/compare/infra-v8.12.2...infra-v8.12.3) (2026-02-15)


### Dependencies

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

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


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.2",
"version": "8.12.3",
"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.2",
"@basemaps/shared": "^8.9.6",
"@basemaps/lambda-tiler": "^8.13.0",
"@basemaps/shared": "^8.9.7",
"@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.7](https://github.com/linz/basemaps/compare/bathymetry-v8.9.6...bathymetry-v8.9.7) (2026-02-15)


### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 deletions packages/bathymetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/bathymetry",
"version": "8.9.6",
"version": "8.9.7",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@basemaps/geo": "^8.9.0",
"@basemaps/shared": "^8.9.6",
"@basemaps/shared": "^8.9.7",
"@rushstack/ts-command-line": "^4.3.13",
"ulid": "^2.3.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/cli-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [8.11.5](https://github.com/linz/basemaps/compare/cli-config-v8.11.4...cli-config-v8.11.5) (2026-02-15)


### Bug Fixes

* create a center URL for tilesets ([#3601](https://github.com/linz/basemaps/issues/3601)) ([8f49a3e](https://github.com/linz/basemaps/commit/8f49a3e0f64f84b32dfa7d5f31f842d0058f8544))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @basemaps/config-loader bumped from ^8.12.2 to ^8.12.3
* @basemaps/shared bumped from ^8.9.6 to ^8.9.7

## [8.11.4](https://github.com/linz/basemaps/compare/cli-config-v8.11.3...cli-config-v8.11.4) (2026-02-08)


Expand Down
Loading
Loading