From d57532186c445aa3b03efe3d91645c4efb2d714d Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Thu, 17 Mar 2022 10:27:37 +1300 Subject: [PATCH] release: v6.21.0 (#2104) --- CHANGELOG.md | 20 ++++++++++++++++++++ lerna.json | 2 +- packages/_infra/CHANGELOG.md | 8 ++++++++ packages/_infra/package.json | 6 +++--- packages/attribution/CHANGELOG.md | 11 +++++++++++ packages/attribution/package.json | 4 ++-- packages/bathymetry/CHANGELOG.md | 8 ++++++++ packages/bathymetry/package.json | 8 ++++---- packages/cli/CHANGELOG.md | 16 ++++++++++++++++ packages/cli/package.json | 8 ++++---- packages/config/CHANGELOG.md | 17 +++++++++++++++++ packages/config/package.json | 4 ++-- packages/geo/CHANGELOG.md | 11 +++++++++++ packages/geo/package.json | 2 +- packages/lambda-analytics/CHANGELOG.md | 8 ++++++++ packages/lambda-analytics/package.json | 4 ++-- packages/lambda-tiler/CHANGELOG.md | 18 ++++++++++++++++++ packages/lambda-tiler/package.json | 14 +++++++------- packages/landing/CHANGELOG.md | 8 ++++++++ packages/landing/package.json | 10 +++++----- packages/server/CHANGELOG.md | 8 ++++++++ packages/server/package.json | 10 +++++----- packages/shared/CHANGELOG.md | 8 ++++++++ packages/shared/package.json | 8 ++++---- packages/tiler-sharp/CHANGELOG.md | 8 ++++++++ packages/tiler-sharp/package.json | 6 +++--- packages/tiler/CHANGELOG.md | 8 ++++++++ packages/tiler/package.json | 4 ++-- 28 files changed, 202 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f970eb51e..f0783e13b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + + +### Bug Fixes + +* **config:** fetch all unprocessed keys from dynamo if there are any ([#2101](https://github.com/linz/basemaps/issues/2101)) ([731430e](https://github.com/linz/basemaps/commit/731430e73756f05b2684f5b7ae7bd2852bc0a9b5)) + + +### Features + +* **cli:** remove unused config cli this has been moved into linz/basemaps-config ([#2102](https://github.com/linz/basemaps/issues/2102)) ([b047e11](https://github.com/linz/basemaps/commit/b047e111a9be2b200d5812d2d32fc6df7fdf4c2a)) +* **config:** allow partial fetches from dynamo ([#2100](https://github.com/linz/basemaps/issues/2100)) ([1144d40](https://github.com/linz/basemaps/commit/1144d40482a302b6bca522ce105629209860242d)) +* **config:** remove imagery year and resoltuion from config as it is not used ([#2097](https://github.com/linz/basemaps/issues/2097)) ([8be7c09](https://github.com/linz/basemaps/commit/8be7c09b9ce64898e5ab54b7fcb74c34405f558e)) +* **lambda-tiler:** limit request tracing to 100 requests ([#2095](https://github.com/linz/basemaps/issues/2095)) ([f86fc30](https://github.com/linz/basemaps/commit/f86fc30aefcd2ddbfe2ffe43547338d36c152315)) +* **lambda-tiler:** trace all requests to source ([#2093](https://github.com/linz/basemaps/issues/2093)) ([a2ca049](https://github.com/linz/basemaps/commit/a2ca049bd11505882105cb525a3f28f84c10611a)) + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) diff --git a/lerna.json b/lerna.json index 389589342..6cbcca415 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ "conventionalCommits": true } }, - "version": "6.20.0" + "version": "6.21.0" } diff --git a/packages/_infra/CHANGELOG.md b/packages/_infra/CHANGELOG.md index bdb3e72e8..775a3a354 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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/infra + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) **Note:** Version bump only for package @basemaps/infra diff --git a/packages/_infra/package.json b/packages/_infra/package.json index ee4b3cf19..63ee7a643 100644 --- a/packages/_infra/package.json +++ b/packages/_infra/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/infra", - "version": "6.20.0", + "version": "6.21.0", "private": true, "repository": { "type": "git", @@ -37,8 +37,8 @@ "@aws-cdk/aws-lambda-event-sources": ">=1.144.0", "@aws-cdk/aws-s3": ">=1.144.0", "@aws-cdk/core": ">=1.144.0", - "@basemaps/lambda-tiler": "^6.20.0", - "@basemaps/shared": "^6.20.0", + "@basemaps/lambda-tiler": "^6.21.0", + "@basemaps/shared": "^6.21.0", "aws-cdk": "^1.144.0" } } diff --git a/packages/attribution/CHANGELOG.md b/packages/attribution/CHANGELOG.md index b40dd4a18..649852d4d 100644 --- a/packages/attribution/CHANGELOG.md +++ b/packages/attribution/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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + + +### Features + +* **config:** remove imagery year and resoltuion from config as it is not used ([#2097](https://github.com/linz/basemaps/issues/2097)) ([8be7c09](https://github.com/linz/basemaps/commit/8be7c09b9ce64898e5ab54b7fcb74c34405f558e)) + + + + + # [6.17.0](https://github.com/linz/basemaps/compare/v6.16.1...v6.17.0) (2021-12-05) diff --git a/packages/attribution/package.json b/packages/attribution/package.json index f4d73c8f7..fda3a98db 100644 --- a/packages/attribution/package.json +++ b/packages/attribution/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/attribution", - "version": "6.17.0", + "version": "6.21.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -30,7 +30,7 @@ "build/" ], "dependencies": { - "@basemaps/geo": "^6.10.0", + "@basemaps/geo": "^6.21.0", "@linzjs/geojson": "^6.10.0" }, "bundle": { diff --git a/packages/bathymetry/CHANGELOG.md b/packages/bathymetry/CHANGELOG.md index c1ae78213..943e76f96 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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/bathymetry + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) **Note:** Version bump only for package @basemaps/bathymetry diff --git a/packages/bathymetry/package.json b/packages/bathymetry/package.json index c1fefa553..a813d7d21 100644 --- a/packages/bathymetry/package.json +++ b/packages/bathymetry/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/bathymetry", - "version": "6.20.0", + "version": "6.21.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -28,9 +28,9 @@ "build/" ], "dependencies": { - "@basemaps/cli": "^6.20.0", - "@basemaps/geo": "^6.10.0", - "@basemaps/shared": "^6.20.0", + "@basemaps/cli": "^6.21.0", + "@basemaps/geo": "^6.21.0", + "@basemaps/shared": "^6.21.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 97c7491a9..16cd8220c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +# [6.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + + +### Bug Fixes + +* **config:** fetch all unprocessed keys from dynamo if there are any ([#2101](https://github.com/linz/basemaps/issues/2101)) ([731430e](https://github.com/linz/basemaps/commit/731430e73756f05b2684f5b7ae7bd2852bc0a9b5)) + + +### Features + +* **cli:** remove unused config cli this has been moved into linz/basemaps-config ([#2102](https://github.com/linz/basemaps/issues/2102)) ([b047e11](https://github.com/linz/basemaps/commit/b047e111a9be2b200d5812d2d32fc6df7fdf4c2a)) + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) diff --git a/packages/cli/package.json b/packages/cli/package.json index 413c8b78c..ca3c41d8a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/cli", - "version": "6.20.0", + "version": "6.21.0", "private": false, "repository": { "type": "git", @@ -37,9 +37,9 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "dependencies": { - "@basemaps/config": "^6.18.0", - "@basemaps/geo": "^6.10.0", - "@basemaps/shared": "^6.20.0", + "@basemaps/config": "^6.21.0", + "@basemaps/geo": "^6.21.0", + "@basemaps/shared": "^6.21.0", "@chunkd/fs": "^8.0.3", "@cogeotiff/core": "^6.1.1", "@linzjs/geojson": "^6.10.0", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 9b5aae7b5..ab149b555 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + + +### Bug Fixes + +* **config:** fetch all unprocessed keys from dynamo if there are any ([#2101](https://github.com/linz/basemaps/issues/2101)) ([731430e](https://github.com/linz/basemaps/commit/731430e73756f05b2684f5b7ae7bd2852bc0a9b5)) + + +### Features + +* **config:** allow partial fetches from dynamo ([#2100](https://github.com/linz/basemaps/issues/2100)) ([1144d40](https://github.com/linz/basemaps/commit/1144d40482a302b6bca522ce105629209860242d)) +* **config:** remove imagery year and resoltuion from config as it is not used ([#2097](https://github.com/linz/basemaps/issues/2097)) ([8be7c09](https://github.com/linz/basemaps/commit/8be7c09b9ce64898e5ab54b7fcb74c34405f558e)) + + + + + # [6.18.0](https://github.com/linz/basemaps/compare/v6.17.0...v6.18.0) (2021-12-14) diff --git a/packages/config/package.json b/packages/config/package.json index e8b10229c..13127ea99 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/config", - "version": "6.18.0", + "version": "6.21.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -28,6 +28,6 @@ "build/" ], "dependencies": { - "@basemaps/geo": "^6.10.0" + "@basemaps/geo": "^6.21.0" } } diff --git a/packages/geo/CHANGELOG.md b/packages/geo/CHANGELOG.md index da9b3ea49..97c13e500 100644 --- a/packages/geo/CHANGELOG.md +++ b/packages/geo/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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + + +### Features + +* **config:** remove imagery year and resoltuion from config as it is not used ([#2097](https://github.com/linz/basemaps/issues/2097)) ([8be7c09](https://github.com/linz/basemaps/commit/8be7c09b9ce64898e5ab54b7fcb74c34405f558e)) + + + + + # [6.10.0](https://github.com/linz/basemaps/compare/v6.9.1...v6.10.0) (2021-09-22) diff --git a/packages/geo/package.json b/packages/geo/package.json index 51980eaed..0ce3372e5 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/geo", - "version": "6.10.0", + "version": "6.21.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 7ea6bcd32..ca8a7af50 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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/lambda-analytics + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) diff --git a/packages/lambda-analytics/package.json b/packages/lambda-analytics/package.json index 957a7f51c..e8621e485 100644 --- a/packages/lambda-analytics/package.json +++ b/packages/lambda-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/lambda-analytics", - "version": "6.20.0", + "version": "6.21.0", "private": true, "repository": { "type": "git", @@ -18,7 +18,7 @@ }, "license": "MIT", "dependencies": { - "@basemaps/shared": "^6.20.0", + "@basemaps/shared": "^6.21.0", "@linzjs/s3fs": "^6.9.1" }, "scripts": { diff --git a/packages/lambda-tiler/CHANGELOG.md b/packages/lambda-tiler/CHANGELOG.md index 4ce667e00..281aa1bbb 100644 --- a/packages/lambda-tiler/CHANGELOG.md +++ b/packages/lambda-tiler/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + + +### Bug Fixes + +* **config:** fetch all unprocessed keys from dynamo if there are any ([#2101](https://github.com/linz/basemaps/issues/2101)) ([731430e](https://github.com/linz/basemaps/commit/731430e73756f05b2684f5b7ae7bd2852bc0a9b5)) + + +### Features + +* **config:** remove imagery year and resoltuion from config as it is not used ([#2097](https://github.com/linz/basemaps/issues/2097)) ([8be7c09](https://github.com/linz/basemaps/commit/8be7c09b9ce64898e5ab54b7fcb74c34405f558e)) +* **lambda-tiler:** limit request tracing to 100 requests ([#2095](https://github.com/linz/basemaps/issues/2095)) ([f86fc30](https://github.com/linz/basemaps/commit/f86fc30aefcd2ddbfe2ffe43547338d36c152315)) +* **lambda-tiler:** trace all requests to source ([#2093](https://github.com/linz/basemaps/issues/2093)) ([a2ca049](https://github.com/linz/basemaps/commit/a2ca049bd11505882105cb525a3f28f84c10611a)) + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) diff --git a/packages/lambda-tiler/package.json b/packages/lambda-tiler/package.json index 095ebad21..b251624de 100644 --- a/packages/lambda-tiler/package.json +++ b/packages/lambda-tiler/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/lambda-tiler", - "version": "6.20.0", + "version": "6.21.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -22,12 +22,12 @@ "types": "./build/index.d.ts", "license": "MIT", "dependencies": { - "@basemaps/config": "^6.18.0", - "@basemaps/geo": "^6.10.0", + "@basemaps/config": "^6.21.0", + "@basemaps/geo": "^6.21.0", "@basemaps/lambda": "^6.7.0", - "@basemaps/shared": "^6.20.0", - "@basemaps/tiler": "^6.20.0", - "@basemaps/tiler-sharp": "^6.20.0", + "@basemaps/shared": "^6.21.0", + "@basemaps/tiler": "^6.21.0", + "@basemaps/tiler-sharp": "^6.21.0", "@chunkd/fs": "^8.0.3", "@cogeotiff/core": "^6.1.1", "@cotar/core": "^5.1.1", @@ -52,7 +52,7 @@ "bundle": "./bundle.sh" }, "devDependencies": { - "@basemaps/attribution": "^6.17.0", + "@basemaps/attribution": "^6.21.0", "@types/aws-lambda": "^8.10.75", "@types/express": "^4.17.11", "@types/node": "^14.11.2", diff --git a/packages/landing/CHANGELOG.md b/packages/landing/CHANGELOG.md index ff5fefd7d..1b453fa63 100644 --- a/packages/landing/CHANGELOG.md +++ b/packages/landing/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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/landing + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) diff --git a/packages/landing/package.json b/packages/landing/package.json index 1ddc3e43d..2124f2912 100644 --- a/packages/landing/package.json +++ b/packages/landing/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/landing", - "version": "6.20.0", + "version": "6.21.0", "private": true, "repository": { "type": "git", @@ -29,10 +29,10 @@ "last 2 Chrome versions" ], "devDependencies": { - "@basemaps/attribution": "^6.17.0", - "@basemaps/geo": "^6.10.0", - "@basemaps/infra": "^6.20.0", - "@basemaps/shared": "^6.20.0", + "@basemaps/attribution": "^6.21.0", + "@basemaps/geo": "^6.21.0", + "@basemaps/infra": "^6.21.0", + "@basemaps/shared": "^6.21.0", "@linzjs/lui": "^10.11.3", "@servie/events": "^3.0.0", "@splitsoftware/splitio": "^10.16.1", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 394ab1ad9..7d27e5cd0 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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/server + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) **Note:** Version bump only for package @basemaps/server diff --git a/packages/server/package.json b/packages/server/package.json index f14b16650..99cb7cd43 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/server", - "version": "6.20.0", + "version": "6.21.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -32,10 +32,10 @@ "bin/" ], "dependencies": { - "@basemaps/config": "^6.18.0", - "@basemaps/geo": "^6.10.0", - "@basemaps/lambda-tiler": "^6.20.0", - "@basemaps/shared": "^6.20.0", + "@basemaps/config": "^6.21.0", + "@basemaps/geo": "^6.21.0", + "@basemaps/lambda-tiler": "^6.21.0", + "@basemaps/shared": "^6.21.0", "@linzjs/lambda": "^2.0.0", "@oclif/command": "^1.8.0", "express": "^4.17.1", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index d94077a7f..23eeef8ff 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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/shared + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) **Note:** Version bump only for package @basemaps/shared diff --git a/packages/shared/package.json b/packages/shared/package.json index 30e825f87..557bcf483 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/shared", - "version": "6.20.0", + "version": "6.21.0", "private": false, "repository": { "type": "git", @@ -23,9 +23,9 @@ "test": "ospec --globs 'build/**/*.test.js'" }, "dependencies": { - "@basemaps/config": "^6.18.0", - "@basemaps/geo": "^6.10.0", - "@basemaps/tiler": "^6.20.0", + "@basemaps/config": "^6.21.0", + "@basemaps/geo": "^6.21.0", + "@basemaps/tiler": "^6.21.0", "@chunkd/source-aws-v2": "^8.0.3", "@linzjs/geojson": "^6.10.0", "@linzjs/metrics": "^6.11.0", diff --git a/packages/tiler-sharp/CHANGELOG.md b/packages/tiler-sharp/CHANGELOG.md index 9017c1a34..14cd21fd0 100644 --- a/packages/tiler-sharp/CHANGELOG.md +++ b/packages/tiler-sharp/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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/tiler-sharp + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) **Note:** Version bump only for package @basemaps/tiler-sharp diff --git a/packages/tiler-sharp/package.json b/packages/tiler-sharp/package.json index e85a2bad4..e7fdcb5ef 100644 --- a/packages/tiler-sharp/package.json +++ b/packages/tiler-sharp/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/tiler-sharp", - "version": "6.20.0", + "version": "6.21.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -22,8 +22,8 @@ "test": "ospec --globs 'build/**/*.test.js'" }, "dependencies": { - "@basemaps/geo": "^6.10.0", - "@basemaps/tiler": "^6.20.0", + "@basemaps/geo": "^6.21.0", + "@basemaps/tiler": "^6.21.0", "@linzjs/metrics": "^6.11.0", "sharp": "^0.29.3" }, diff --git a/packages/tiler/CHANGELOG.md b/packages/tiler/CHANGELOG.md index c9214d706..31f03106d 100644 --- a/packages/tiler/CHANGELOG.md +++ b/packages/tiler/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.21.0](https://github.com/linz/basemaps/compare/v6.20.0...v6.21.0) (2022-03-16) + +**Note:** Version bump only for package @basemaps/tiler + + + + + # [6.20.0](https://github.com/linz/basemaps/compare/v6.19.0...v6.20.0) (2022-02-01) **Note:** Version bump only for package @basemaps/tiler diff --git a/packages/tiler/package.json b/packages/tiler/package.json index 3c12517e6..174e4ffc5 100644 --- a/packages/tiler/package.json +++ b/packages/tiler/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/tiler", - "version": "6.20.0", + "version": "6.21.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -22,7 +22,7 @@ "test": "ospec --globs 'build/**/*.test.js'" }, "dependencies": { - "@basemaps/geo": "^6.10.0", + "@basemaps/geo": "^6.21.0", "@cogeotiff/core": "^6.1.1", "@linzjs/metrics": "^6.11.0" },