Skip to content

Commit

Permalink
release: v6.21.0 (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Mar 16, 2022
1 parent 8be7c09 commit d575321
Show file tree
Hide file tree
Showing 28 changed files with 202 additions and 45 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"conventionalCommits": true
}
},
"version": "6.20.0"
"version": "6.21.0"
}
8 changes: 8 additions & 0 deletions packages/_infra/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.

# [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
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": "6.20.0",
"version": "6.21.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/attribution/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/attribution/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build/"
],
"dependencies": {
"@basemaps/geo": "^6.10.0",
"@basemaps/geo": "^6.21.0",
"@linzjs/geojson": "^6.10.0"
},
"bundle": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bathymetry/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.

# [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
Expand Down
8 changes: 4 additions & 4 deletions packages/bathymetry/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "6.20.0",
"version": "6.21.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -28,6 +28,6 @@
"build/"
],
"dependencies": {
"@basemaps/geo": "^6.10.0"
"@basemaps/geo": "^6.21.0"
}
}
11 changes: 11 additions & 0 deletions packages/geo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-analytics/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.

# [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/lambda-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/lambda-analytics",
"version": "6.20.0",
"version": "6.21.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@basemaps/shared": "^6.20.0",
"@basemaps/shared": "^6.21.0",
"@linzjs/s3fs": "^6.9.1"
},
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/lambda-tiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
14 changes: 7 additions & 7 deletions packages/lambda-tiler/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/landing/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.

# [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)


Expand Down
10 changes: 5 additions & 5 deletions packages/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/landing",
"version": "6.20.0",
"version": "6.21.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/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.

# [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
Expand Down
Loading

0 comments on commit d575321

Please sign in to comment.