From 7a5165db25aa5166c7626995f235d29b22cceb88 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Wed, 11 Oct 2023 10:01:18 +1300 Subject: [PATCH] release: v6.46.0 (#2977) --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/_infra/CHANGELOG.md | 8 ++++++++ packages/_infra/package.json | 6 +++--- packages/bathymetry/CHANGELOG.md | 8 ++++++++ packages/bathymetry/package.json | 6 +++--- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 8 ++++---- packages/cogify/CHANGELOG.md | 8 ++++++++ packages/cogify/package.json | 8 ++++---- packages/config/CHANGELOG.md | 11 +++++++++++ packages/config/package.json | 2 +- packages/lambda-analytics/CHANGELOG.md | 8 ++++++++ packages/lambda-analytics/package.json | 6 +++--- packages/lambda-tiler/CHANGELOG.md | 11 +++++++++++ packages/lambda-tiler/package.json | 6 +++--- packages/landing/CHANGELOG.md | 17 +++++++++++++++++ packages/landing/package.json | 8 ++++---- packages/server/CHANGELOG.md | 8 ++++++++ packages/server/package.json | 10 +++++----- packages/shared/CHANGELOG.md | 8 ++++++++ packages/shared/package.json | 4 ++-- packages/smoke/CHANGELOG.md | 8 ++++++++ packages/smoke/package.json | 4 ++-- 24 files changed, 157 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1808116a9..ec2f3e2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + + +### Bug Fixes + +* **lambda-tiler:** Catch the error code while reading the config file in api. BM-898 ([#2969](https://github.com/linz/basemaps/issues/2969)) ([c2f3132](https://github.com/linz/basemaps/commit/c2f313221cdd20954b0002721d4605659a2b4e12)) +* **landing:** correct broken tileset name ([#2974](https://github.com/linz/basemaps/issues/2974)) ([3c92d3f](https://github.com/linz/basemaps/commit/3c92d3f1ff8b546ce240f0f401ebce2c727cc222)) + + +### Features + +* **cli:** Allow bundle to guess the imagery ID from the url with slash ending. ([#2976](https://github.com/linz/basemaps/issues/2976)) ([92fb6dd](https://github.com/linz/basemaps/commit/92fb6dde1f71171fa0ab26ed855f846f004b0dc9)) +* **landing:** hard code scanned aerial imagery layers BM-892 ([#2970](https://github.com/linz/basemaps/issues/2970)) ([62697c3](https://github.com/linz/basemaps/commit/62697c3a1e344a4de0a236bf48042ae138db5620)) +* **landing:** track when the map switcher is clicked ([#2971](https://github.com/linz/basemaps/issues/2971)) ([fa5d77d](https://github.com/linz/basemaps/commit/fa5d77d4dc2b3efccb43859489fdcb25c95a053c)) + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) diff --git a/lerna.json b/lerna.json index 823865d75..cfd9beea8 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ "conventionalCommits": true } }, - "version": "6.45.0" + "version": "6.46.0" } diff --git a/packages/_infra/CHANGELOG.md b/packages/_infra/CHANGELOG.md index b7c7286c3..ab378bc88 100644 --- a/packages/_infra/CHANGELOG.md +++ b/packages/_infra/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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/infra + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) **Note:** Version bump only for package @basemaps/infra diff --git a/packages/_infra/package.json b/packages/_infra/package.json index c02f1730e..7bb6f599c 100644 --- a/packages/_infra/package.json +++ b/packages/_infra/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/infra", - "version": "6.45.0", + "version": "6.46.0", "private": true, "repository": { "type": "git", @@ -24,8 +24,8 @@ "test": "ospec --globs 'build/**/*.test.js'" }, "devDependencies": { - "@basemaps/lambda-tiler": "^6.45.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/lambda-tiler": "^6.46.0", + "@basemaps/shared": "^6.46.0", "aws-cdk": "2.79.x", "aws-cdk-lib": "2.79.x", "constructs": "^10.2.33" diff --git a/packages/bathymetry/CHANGELOG.md b/packages/bathymetry/CHANGELOG.md index 194fb9d8d..4c74a7ffc 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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/bathymetry + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) **Note:** Version bump only for package @basemaps/bathymetry diff --git a/packages/bathymetry/package.json b/packages/bathymetry/package.json index a065cfd60..446d5d796 100644 --- a/packages/bathymetry/package.json +++ b/packages/bathymetry/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/bathymetry", - "version": "6.45.0", + "version": "6.46.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -28,9 +28,9 @@ "build/" ], "dependencies": { - "@basemaps/cli": "^6.45.0", + "@basemaps/cli": "^6.46.0", "@basemaps/geo": "^6.44.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/shared": "^6.46.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 07b6d395d..154545bd3 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/cli + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) diff --git a/packages/cli/package.json b/packages/cli/package.json index ed89925ac..e9135addd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/cli", - "version": "6.45.0", + "version": "6.46.0", "private": false, "repository": { "type": "git", @@ -39,10 +39,10 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "dependencies": { - "@basemaps/config": "^6.45.0", + "@basemaps/config": "^6.46.0", "@basemaps/geo": "^6.44.0", - "@basemaps/server": "^6.45.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/server": "^6.46.0", + "@basemaps/shared": "^6.46.0", "@basemaps/sprites": "^6.41.0", "@basemaps/tiler": "^6.44.0", "@basemaps/tiler-sharp": "^6.45.0", diff --git a/packages/cogify/CHANGELOG.md b/packages/cogify/CHANGELOG.md index 6b53df54e..b3147a260 100644 --- a/packages/cogify/CHANGELOG.md +++ b/packages/cogify/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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/cogify + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) diff --git a/packages/cogify/package.json b/packages/cogify/package.json index 058fd7c21..76ac1bf53 100644 --- a/packages/cogify/package.json +++ b/packages/cogify/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/cogify", - "version": "6.45.0", + "version": "6.46.0", "private": false, "repository": { "type": "git", @@ -39,10 +39,10 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "devDependencies": { - "@basemaps/cli": "^6.45.0", - "@basemaps/config": "^6.45.0", + "@basemaps/cli": "^6.46.0", + "@basemaps/config": "^6.46.0", "@basemaps/geo": "^6.44.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/shared": "^6.46.0", "cmd-ts": "^0.12.1", "p-limit": "^4.0.0", "stac-ts": "^1.0.0" diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 85de47b32..4793b0e4d 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + + +### Features + +* **cli:** Allow bundle to guess the imagery ID from the url with slash ending. ([#2976](https://github.com/linz/basemaps/issues/2976)) ([92fb6dd](https://github.com/linz/basemaps/commit/92fb6dde1f71171fa0ab26ed855f846f004b0dc9)) + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) diff --git a/packages/config/package.json b/packages/config/package.json index 1acb69749..e18e6ecaf 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/config", - "version": "6.45.0", + "version": "6.46.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", diff --git a/packages/lambda-analytics/CHANGELOG.md b/packages/lambda-analytics/CHANGELOG.md index e1f6d9fc7..41e2c80dd 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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/lambda-analytics + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) **Note:** Version bump only for package @basemaps/lambda-analytics diff --git a/packages/lambda-analytics/package.json b/packages/lambda-analytics/package.json index da0f999a9..984990fb5 100644 --- a/packages/lambda-analytics/package.json +++ b/packages/lambda-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/lambda-analytics", - "version": "6.45.0", + "version": "6.46.0", "private": true, "repository": { "type": "git", @@ -18,9 +18,9 @@ }, "license": "MIT", "dependencies": { - "@basemaps/config": "^6.45.0", + "@basemaps/config": "^6.46.0", "@basemaps/geo": "^6.44.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/shared": "^6.46.0", "ua-parser-js": "^1.0.2" }, "scripts": { diff --git a/packages/lambda-tiler/CHANGELOG.md b/packages/lambda-tiler/CHANGELOG.md index 92e299162..914838ac0 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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + + +### Bug Fixes + +* **lambda-tiler:** Catch the error code while reading the config file in api. BM-898 ([#2969](https://github.com/linz/basemaps/issues/2969)) ([c2f3132](https://github.com/linz/basemaps/commit/c2f313221cdd20954b0002721d4605659a2b4e12)) + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) diff --git a/packages/lambda-tiler/package.json b/packages/lambda-tiler/package.json index 91ad02008..27beb18bf 100644 --- a/packages/lambda-tiler/package.json +++ b/packages/lambda-tiler/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/lambda-tiler", - "version": "6.45.0", + "version": "6.46.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -22,9 +22,9 @@ "types": "./build/index.d.ts", "license": "MIT", "dependencies": { - "@basemaps/config": "^6.45.0", + "@basemaps/config": "^6.46.0", "@basemaps/geo": "^6.44.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/shared": "^6.46.0", "@basemaps/tiler": "^6.44.0", "@basemaps/tiler-sharp": "^6.45.0", "@chunkd/fs": "^10.0.2", diff --git a/packages/landing/CHANGELOG.md b/packages/landing/CHANGELOG.md index 1e7b24284..4d20d03a4 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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + + +### Bug Fixes + +* **landing:** correct broken tileset name ([#2974](https://github.com/linz/basemaps/issues/2974)) ([3c92d3f](https://github.com/linz/basemaps/commit/3c92d3f1ff8b546ce240f0f401ebce2c727cc222)) + + +### Features + +* **landing:** hard code scanned aerial imagery layers BM-892 ([#2970](https://github.com/linz/basemaps/issues/2970)) ([62697c3](https://github.com/linz/basemaps/commit/62697c3a1e344a4de0a236bf48042ae138db5620)) +* **landing:** track when the map switcher is clicked ([#2971](https://github.com/linz/basemaps/issues/2971)) ([fa5d77d](https://github.com/linz/basemaps/commit/fa5d77d4dc2b3efccb43859489fdcb25c95a053c)) + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) **Note:** Version bump only for package @basemaps/landing diff --git a/packages/landing/package.json b/packages/landing/package.json index 3e4c7b687..f7bca0b68 100644 --- a/packages/landing/package.json +++ b/packages/landing/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/landing", - "version": "6.45.0", + "version": "6.46.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -29,10 +29,10 @@ ], "devDependencies": { "@basemaps/attribution": "^6.44.0", - "@basemaps/config": "^6.45.0", + "@basemaps/config": "^6.46.0", "@basemaps/geo": "^6.44.0", - "@basemaps/infra": "^6.45.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/infra": "^6.46.0", + "@basemaps/shared": "^6.46.0", "@linzjs/lui": "^17.16.2", "@servie/events": "^3.0.0", "@types/proj4": "^2.5.2", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 13b7f11b5..2022ca8c3 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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/server + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) **Note:** Version bump only for package @basemaps/server diff --git a/packages/server/package.json b/packages/server/package.json index 83d9d8181..7997ccceb 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/server", - "version": "6.45.0", + "version": "6.46.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -44,17 +44,17 @@ "bin/" ], "optionalDependencies": { - "@basemaps/landing": "^6.45.0" + "@basemaps/landing": "^6.46.0" }, "dependencies": { "sharp": "^0.30.7" }, "devDependencies": { - "@basemaps/config": "^6.45.0", + "@basemaps/config": "^6.46.0", "@basemaps/geo": "^6.44.0", - "@basemaps/lambda-tiler": "^6.45.0", + "@basemaps/lambda-tiler": "^6.46.0", "@basemaps/landing": "^6.39.0", - "@basemaps/shared": "^6.45.0", + "@basemaps/shared": "^6.46.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 e20b2f00e..7b970081b 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/shared + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) **Note:** Version bump only for package @basemaps/shared diff --git a/packages/shared/package.json b/packages/shared/package.json index dedd8ed72..d6bb721a8 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/shared", - "version": "6.45.0", + "version": "6.46.0", "private": false, "repository": { "type": "git", @@ -23,7 +23,7 @@ "test": "ospec --globs 'build/**/*.test.js'" }, "dependencies": { - "@basemaps/config": "^6.45.0", + "@basemaps/config": "^6.46.0", "@basemaps/geo": "^6.44.0", "@basemaps/tiler": "^6.44.0", "@chunkd/fs": "^10.0.2", diff --git a/packages/smoke/CHANGELOG.md b/packages/smoke/CHANGELOG.md index 65fba87fb..e64e0b961 100644 --- a/packages/smoke/CHANGELOG.md +++ b/packages/smoke/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. +# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10) + +**Note:** Version bump only for package @basemaps/smoke + + + + + # [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18) **Note:** Version bump only for package @basemaps/smoke diff --git a/packages/smoke/package.json b/packages/smoke/package.json index 5a844b907..513b6874c 100644 --- a/packages/smoke/package.json +++ b/packages/smoke/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/smoke", - "version": "6.45.0", + "version": "6.46.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -25,6 +25,6 @@ "bin/" ], "dependencies": { - "@basemaps/shared": "^6.45.0" + "@basemaps/shared": "^6.46.0" } }