From 7b8ca0551a09a09b471cf82cb404575db5e9f5eb Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Thu, 2 May 2024 13:15:05 +1200 Subject: [PATCH] release: v7.3.0 --- CHANGELOG.md | 23 ++++++++++ lerna.json | 2 +- package-lock.json | 60 +++++++++++++------------- packages/_infra/CHANGELOG.md | 11 +++++ packages/_infra/package.json | 6 +-- packages/bathymetry/CHANGELOG.md | 8 ++++ packages/bathymetry/package.json | 6 +-- packages/cli/CHANGELOG.md | 17 ++++++++ packages/cli/package.json | 8 ++-- packages/cogify/CHANGELOG.md | 11 +++++ packages/cogify/package.json | 8 ++-- packages/config-loader/CHANGELOG.md | 8 ++++ packages/config-loader/package.json | 4 +- packages/lambda-analytics/CHANGELOG.md | 8 ++++ packages/lambda-analytics/package.json | 4 +- packages/lambda-tiler/CHANGELOG.md | 11 +++++ packages/lambda-tiler/package.json | 6 +-- packages/landing/CHANGELOG.md | 17 ++++++++ packages/landing/package.json | 6 +-- packages/server/CHANGELOG.md | 8 ++++ packages/server/package.json | 8 ++-- packages/shared/CHANGELOG.md | 11 +++++ packages/shared/package.json | 2 +- packages/smoke/CHANGELOG.md | 16 +++++++ packages/smoke/package.json | 5 +-- 25 files changed, 211 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da960656c..c61699455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Bug Fixes + +* **cli:** Fix the check vector diff outputs. BM-1013 ([#3230](https://github.com/linz/basemaps/issues/3230)) ([e27cd12](https://github.com/linz/basemaps/commit/e27cd124287a1d650249cb6accdcca21969edb90)) +* **cli:** Should skip if no lds version for the feature changes. ([#3231](https://github.com/linz/basemaps/issues/3231)) ([955ffb9](https://github.com/linz/basemaps/commit/955ffb9cd8fc42dd588e6ff13b3e950e0a849276)) +* **lambda-tiler:** ensure wmts limits extent to the bounding box of the tile matrix extent BM-1012 ([#3235](https://github.com/linz/basemaps/issues/3235)) ([b8d56cd](https://github.com/linz/basemaps/commit/b8d56cdbbf2cb08f1ef96bc6de82ce94563da945)) +* **landing:** ensure the layer dropdown always showing for all outputs. BM-1001 ([#3241](https://github.com/linz/basemaps/issues/3241)) ([766f92b](https://github.com/linz/basemaps/commit/766f92bdfaf73747de0b64b36990f06aa57b2ff0)) +* **landing:** Fix the set the tileset id same as style when only style parameter been set. ([#3249](https://github.com/linz/basemaps/issues/3249)) ([af643d6](https://github.com/linz/basemaps/commit/af643d6b4f00b609328b5fb93fd7a8e6286a1430)) + + +### Features + +* apply common aws cicd tags across basemaps infra ([#3237](https://github.com/linz/basemaps/issues/3237)) ([babb2dd](https://github.com/linz/basemaps/commit/babb2ddf0f6d67883c5f5952d819b9334a00ac3e)) +* **cli:** expose the smoke checker in the CLI container so linz/basemaps-config can use it BM-1010 ([#3229](https://github.com/linz/basemaps/issues/3229)) ([3d504b3](https://github.com/linz/basemaps/commit/3d504b324ce2636c969b6afd5b850597fb275644)) +* **cogify:** force fully qualified domain names for s3 to reduce DNS load TDE-1084 ([#3223](https://github.com/linz/basemaps/issues/3223)) ([95addbb](https://github.com/linz/basemaps/commit/95addbb8cc636fbd0be292fa7aa6f1d6e2a33b15)) +* **landing:** Add off for the dem/dsm layer dropdown in debug page. BM-1019 ([#3240](https://github.com/linz/basemaps/issues/3240)) ([0f81ac3](https://github.com/linz/basemaps/commit/0f81ac36bc1abeb78daa8604a4db639ac655d6a4)) + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) diff --git a/lerna.json b/lerna.json index da6128241..2025c9316 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ "conventionalCommits": true } }, - "version": "7.2.0" + "version": "7.3.0" } diff --git a/package-lock.json b/package-lock.json index 75f131aa5..7ed1745bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19665,13 +19665,13 @@ }, "packages/_infra": { "name": "@basemaps/infra", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "devDependencies": { "@aws-sdk/client-acm": "^3.470.0", "@aws-sdk/client-cloudformation": "^3.470.0", - "@basemaps/lambda-tiler": "^7.2.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/lambda-tiler": "^7.3.0", + "@basemaps/shared": "^7.3.0", "@linzjs/cdk-tags": "^1.1.0", "aws-cdk": "2.114.x", "aws-cdk-lib": "2.114.x", @@ -19695,12 +19695,12 @@ }, "packages/bathymetry": { "name": "@basemaps/bathymetry", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "dependencies": { - "@basemaps/cli": "^7.2.0", + "@basemaps/cli": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "@rushstack/ts-command-line": "^4.3.13", "multihashes": "^4.0.2", "ulid": "^2.3.0" @@ -19724,14 +19724,14 @@ }, "packages/cli": { "name": "@basemaps/cli", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "dependencies": { "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/server": "^7.2.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/server": "^7.3.0", + "@basemaps/shared": "^7.3.0", "@basemaps/tiler": "^7.1.0", "@basemaps/tiler-sharp": "^7.1.0", "@chunkd/source-memory": "^11.0.2", @@ -19787,17 +19787,17 @@ }, "packages/cogify": { "name": "@basemaps/cogify", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "bin": { "cogify": "dist/index.cjs" }, "devDependencies": { - "@basemaps/cli": "^7.2.0", + "@basemaps/cli": "^7.3.0", "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "cmd-ts": "^0.12.1", "p-limit": "^4.0.0", "stac-ts": "^1.0.0" @@ -19821,12 +19821,12 @@ }, "packages/config-loader": { "name": "@basemaps/config-loader", - "version": "7.1.0", + "version": "7.3.0", "license": "MIT", "dependencies": { "@basemaps/config": "^7.1.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0" + "@basemaps/shared": "^7.3.0" }, "engines": { "node": ">=16.0.0" @@ -19857,12 +19857,12 @@ }, "packages/lambda-analytics": { "name": "@basemaps/lambda-analytics", - "version": "7.1.0", + "version": "7.3.0", "license": "MIT", "dependencies": { "@basemaps/config": "^7.1.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "ua-parser-js": "^1.0.2" }, "devDependencies": { @@ -19874,13 +19874,13 @@ }, "packages/lambda-tiler": { "name": "@basemaps/lambda-tiler", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "dependencies": { "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "@basemaps/tiler": "^7.1.0", "@basemaps/tiler-sharp": "^7.1.0", "@linzjs/geojson": "^7.1.0", @@ -19913,14 +19913,14 @@ }, "packages/landing": { "name": "@basemaps/landing", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "devDependencies": { "@basemaps/attribution": "^7.1.0", "@basemaps/config": "^7.1.0", "@basemaps/geo": "^7.1.0", - "@basemaps/infra": "^7.2.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/infra": "^7.3.0", + "@basemaps/shared": "^7.3.0", "@linzjs/lui": "^21.12.1", "@servie/events": "^3.0.0", "@types/proj4": "^2.5.2", @@ -19984,7 +19984,7 @@ }, "packages/server": { "name": "@basemaps/server", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "dependencies": { "sharp": "^0.33.0" @@ -19994,11 +19994,11 @@ }, "devDependencies": { "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/lambda-tiler": "^7.2.0", + "@basemaps/lambda-tiler": "^7.3.0", "@basemaps/landing": "^6.39.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "@fastify/formbody": "^7.0.1", "@fastify/static": "^6.5.0", "cmd-ts": "^0.12.1", @@ -20023,7 +20023,7 @@ }, "packages/shared": { "name": "@basemaps/shared", - "version": "7.1.0", + "version": "7.3.0", "license": "MIT", "dependencies": { "@aws-sdk/client-dynamodb": "^3.470.0", @@ -20052,7 +20052,7 @@ }, "packages/smoke": { "name": "@basemaps/smoke", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/packages/_infra/CHANGELOG.md b/packages/_infra/CHANGELOG.md index 97e8709bf..77c8fcafe 100644 --- a/packages/_infra/CHANGELOG.md +++ b/packages/_infra/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Features + +* apply common aws cicd tags across basemaps infra ([#3237](https://github.com/linz/basemaps/issues/3237)) ([babb2dd](https://github.com/linz/basemaps/commit/babb2ddf0f6d67883c5f5952d819b9334a00ac3e)) + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) **Note:** Version bump only for package @basemaps/infra diff --git a/packages/_infra/package.json b/packages/_infra/package.json index 72909ec7b..2a5d1401b 100644 --- a/packages/_infra/package.json +++ b/packages/_infra/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/infra", - "version": "7.2.0", + "version": "7.3.0", "private": true, "repository": { "type": "git", @@ -26,8 +26,8 @@ "devDependencies": { "@aws-sdk/client-acm": "^3.470.0", "@aws-sdk/client-cloudformation": "^3.470.0", - "@basemaps/lambda-tiler": "^7.2.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/lambda-tiler": "^7.3.0", + "@basemaps/shared": "^7.3.0", "@linzjs/cdk-tags": "^1.1.0", "aws-cdk": "2.114.x", "aws-cdk-lib": "2.114.x", diff --git a/packages/bathymetry/CHANGELOG.md b/packages/bathymetry/CHANGELOG.md index 09bba5ba5..9c0c985fa 100644 --- a/packages/bathymetry/CHANGELOG.md +++ b/packages/bathymetry/CHANGELOG.md @@ -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. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + +**Note:** Version bump only for package @basemaps/bathymetry + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) **Note:** Version bump only for package @basemaps/bathymetry diff --git a/packages/bathymetry/package.json b/packages/bathymetry/package.json index 62028d305..36b5cb47a 100644 --- a/packages/bathymetry/package.json +++ b/packages/bathymetry/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/bathymetry", - "version": "7.2.0", + "version": "7.3.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -28,9 +28,9 @@ "build/" ], "dependencies": { - "@basemaps/cli": "^7.2.0", + "@basemaps/cli": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "@rushstack/ts-command-line": "^4.3.13", "multihashes": "^4.0.2", "ulid": "^2.3.0" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 90aaf42dc..15c194574 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Bug Fixes + +* **cli:** Fix the check vector diff outputs. BM-1013 ([#3230](https://github.com/linz/basemaps/issues/3230)) ([e27cd12](https://github.com/linz/basemaps/commit/e27cd124287a1d650249cb6accdcca21969edb90)) +* **cli:** Should skip if no lds version for the feature changes. ([#3231](https://github.com/linz/basemaps/issues/3231)) ([955ffb9](https://github.com/linz/basemaps/commit/955ffb9cd8fc42dd588e6ff13b3e950e0a849276)) + + +### Features + +* **cli:** expose the smoke checker in the CLI container so linz/basemaps-config can use it BM-1010 ([#3229](https://github.com/linz/basemaps/issues/3229)) ([3d504b3](https://github.com/linz/basemaps/commit/3d504b324ce2636c969b6afd5b850597fb275644)) + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) diff --git a/packages/cli/package.json b/packages/cli/package.json index 3ab4be1da..e775ab929 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/cli", - "version": "7.2.0", + "version": "7.3.0", "private": false, "repository": { "type": "git", @@ -40,10 +40,10 @@ }, "dependencies": { "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/server": "^7.2.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/server": "^7.3.0", + "@basemaps/shared": "^7.3.0", "@basemaps/tiler": "^7.1.0", "@basemaps/tiler-sharp": "^7.1.0", "@chunkd/source-memory": "^11.0.2", diff --git a/packages/cogify/CHANGELOG.md b/packages/cogify/CHANGELOG.md index 4accdfe14..5855a1da5 100644 --- a/packages/cogify/CHANGELOG.md +++ b/packages/cogify/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Features + +* **cogify:** force fully qualified domain names for s3 to reduce DNS load TDE-1084 ([#3223](https://github.com/linz/basemaps/issues/3223)) ([95addbb](https://github.com/linz/basemaps/commit/95addbb8cc636fbd0be292fa7aa6f1d6e2a33b15)) + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) **Note:** Version bump only for package @basemaps/cogify diff --git a/packages/cogify/package.json b/packages/cogify/package.json index 291c04263..106c22f28 100644 --- a/packages/cogify/package.json +++ b/packages/cogify/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/cogify", - "version": "7.2.0", + "version": "7.3.0", "private": false, "repository": { "type": "git", @@ -39,11 +39,11 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "devDependencies": { - "@basemaps/cli": "^7.2.0", + "@basemaps/cli": "^7.3.0", "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "cmd-ts": "^0.12.1", "p-limit": "^4.0.0", "stac-ts": "^1.0.0" diff --git a/packages/config-loader/CHANGELOG.md b/packages/config-loader/CHANGELOG.md index 3857b9ee9..b86499c96 100644 --- a/packages/config-loader/CHANGELOG.md +++ b/packages/config-loader/CHANGELOG.md @@ -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. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + +**Note:** Version bump only for package @basemaps/config-loader + + + + + # [7.1.0](https://github.com/linz/basemaps/compare/v7.0.0...v7.1.0) (2024-03-25) diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index ec7d756bd..914217c64 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/config-loader", - "version": "7.1.0", + "version": "7.3.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -30,6 +30,6 @@ "dependencies": { "@basemaps/config": "^7.1.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0" + "@basemaps/shared": "^7.3.0" } } diff --git a/packages/lambda-analytics/CHANGELOG.md b/packages/lambda-analytics/CHANGELOG.md index eac0edd6e..a6a0accb4 100644 --- a/packages/lambda-analytics/CHANGELOG.md +++ b/packages/lambda-analytics/CHANGELOG.md @@ -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. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + +**Note:** Version bump only for package @basemaps/lambda-analytics + + + + + # [7.1.0](https://github.com/linz/basemaps/compare/v7.0.0...v7.1.0) (2024-03-25) diff --git a/packages/lambda-analytics/package.json b/packages/lambda-analytics/package.json index 64998ae79..c9850867e 100644 --- a/packages/lambda-analytics/package.json +++ b/packages/lambda-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/lambda-analytics", - "version": "7.1.0", + "version": "7.3.0", "private": true, "repository": { "type": "git", @@ -20,7 +20,7 @@ "dependencies": { "@basemaps/config": "^7.1.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "ua-parser-js": "^1.0.2" }, "scripts": { diff --git a/packages/lambda-tiler/CHANGELOG.md b/packages/lambda-tiler/CHANGELOG.md index 5d1734b1a..ef532a55a 100644 --- a/packages/lambda-tiler/CHANGELOG.md +++ b/packages/lambda-tiler/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Bug Fixes + +* **lambda-tiler:** ensure wmts limits extent to the bounding box of the tile matrix extent BM-1012 ([#3235](https://github.com/linz/basemaps/issues/3235)) ([b8d56cd](https://github.com/linz/basemaps/commit/b8d56cdbbf2cb08f1ef96bc6de82ce94563da945)) + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) diff --git a/packages/lambda-tiler/package.json b/packages/lambda-tiler/package.json index 7f7ef8d3a..28ca2ce18 100644 --- a/packages/lambda-tiler/package.json +++ b/packages/lambda-tiler/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/lambda-tiler", - "version": "7.2.0", + "version": "7.3.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -23,9 +23,9 @@ "license": "MIT", "dependencies": { "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "@basemaps/tiler": "^7.1.0", "@basemaps/tiler-sharp": "^7.1.0", "@linzjs/geojson": "^7.1.0", diff --git a/packages/landing/CHANGELOG.md b/packages/landing/CHANGELOG.md index 699a7029f..d5b6cb5ed 100644 --- a/packages/landing/CHANGELOG.md +++ b/packages/landing/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Bug Fixes + +* **landing:** ensure the layer dropdown always showing for all outputs. BM-1001 ([#3241](https://github.com/linz/basemaps/issues/3241)) ([766f92b](https://github.com/linz/basemaps/commit/766f92bdfaf73747de0b64b36990f06aa57b2ff0)) +* **landing:** Fix the set the tileset id same as style when only style parameter been set. ([#3249](https://github.com/linz/basemaps/issues/3249)) ([af643d6](https://github.com/linz/basemaps/commit/af643d6b4f00b609328b5fb93fd7a8e6286a1430)) + + +### Features + +* **landing:** Add off for the dem/dsm layer dropdown in debug page. BM-1019 ([#3240](https://github.com/linz/basemaps/issues/3240)) ([0f81ac3](https://github.com/linz/basemaps/commit/0f81ac36bc1abeb78daa8604a4db639ac655d6a4)) + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) diff --git a/packages/landing/package.json b/packages/landing/package.json index c6fb05209..2eada6238 100644 --- a/packages/landing/package.json +++ b/packages/landing/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/landing", - "version": "7.2.0", + "version": "7.3.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -31,8 +31,8 @@ "@basemaps/attribution": "^7.1.0", "@basemaps/config": "^7.1.0", "@basemaps/geo": "^7.1.0", - "@basemaps/infra": "^7.2.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/infra": "^7.3.0", + "@basemaps/shared": "^7.3.0", "@linzjs/lui": "^21.12.1", "@servie/events": "^3.0.0", "@types/proj4": "^2.5.2", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 4bc9c09f8..fd389e00c 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -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. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + +**Note:** Version bump only for package @basemaps/server + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) **Note:** Version bump only for package @basemaps/server diff --git a/packages/server/package.json b/packages/server/package.json index e79f83c60..b8de59ca5 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/server", - "version": "7.2.0", + "version": "7.3.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -51,11 +51,11 @@ }, "devDependencies": { "@basemaps/config": "^7.1.0", - "@basemaps/config-loader": "^7.1.0", + "@basemaps/config-loader": "^7.3.0", "@basemaps/geo": "^7.1.0", - "@basemaps/lambda-tiler": "^7.2.0", + "@basemaps/lambda-tiler": "^7.3.0", "@basemaps/landing": "^6.39.0", - "@basemaps/shared": "^7.1.0", + "@basemaps/shared": "^7.3.0", "@fastify/formbody": "^7.0.1", "@fastify/static": "^6.5.0", "cmd-ts": "^0.12.1", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 476290138..529ac47dc 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Features + +* **cogify:** force fully qualified domain names for s3 to reduce DNS load TDE-1084 ([#3223](https://github.com/linz/basemaps/issues/3223)) ([95addbb](https://github.com/linz/basemaps/commit/95addbb8cc636fbd0be292fa7aa6f1d6e2a33b15)) + + + + + # [7.1.0](https://github.com/linz/basemaps/compare/v7.0.0...v7.1.0) (2024-03-25) diff --git a/packages/shared/package.json b/packages/shared/package.json index e8da1d077..ab8a18ad3 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/shared", - "version": "7.1.0", + "version": "7.3.0", "private": false, "repository": { "type": "git", diff --git a/packages/smoke/CHANGELOG.md b/packages/smoke/CHANGELOG.md index e4ff7fed0..ab56ecdc0 100644 --- a/packages/smoke/CHANGELOG.md +++ b/packages/smoke/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02) + + +### Bug Fixes + +* **lambda-tiler:** ensure wmts limits extent to the bounding box of the tile matrix extent BM-1012 ([#3235](https://github.com/linz/basemaps/issues/3235)) ([b8d56cd](https://github.com/linz/basemaps/commit/b8d56cdbbf2cb08f1ef96bc6de82ce94563da945)) + + +### Features + +* **cli:** expose the smoke checker in the CLI container so linz/basemaps-config can use it BM-1010 ([#3229](https://github.com/linz/basemaps/issues/3229)) ([3d504b3](https://github.com/linz/basemaps/commit/3d504b324ce2636c969b6afd5b850597fb275644)) + + + + + # [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08) diff --git a/packages/smoke/package.json b/packages/smoke/package.json index abdf752fb..081932b8c 100644 --- a/packages/smoke/package.json +++ b/packages/smoke/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/smoke", - "version": "7.2.0", + "version": "7.3.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -23,6 +23,5 @@ "files": [ "build/", "bin/" - ], - "dependencies": {} + ] }