Skip to content

Commit

Permalink
release: v6.31.0 (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Jul 22, 2022
1 parent a90e179 commit 2ab942c
Show file tree
Hide file tree
Showing 30 changed files with 236 additions and 52 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)


### Bug Fixes

* **cli:** do not use built in fetch ([#2341](https://github.com/linz/basemaps/issues/2341)) ([415b877](https://github.com/linz/basemaps/commit/415b877767561bcc2462652e36bead2bc82617ea))
* **lambda-tiler:** correct wgs84 bounding box when layers are large BM-631 ([#2345](https://github.com/linz/basemaps/issues/2345)) ([5d469f9](https://github.com/linz/basemaps/commit/5d469f96f9aee0cfff8200805bb8a69a03c61928))
* **lambda-tiler:** use the imagery title if we have it over the title from the collection.json ([#2340](https://github.com/linz/basemaps/issues/2340)) ([d73c48a](https://github.com/linz/basemaps/commit/d73c48a26328c1bda63b1e9b458f0eba27ffefc9))
* **landing:** ignore all layers with " dem " in the title ([#2350](https://github.com/linz/basemaps/issues/2350)) ([a90e179](https://github.com/linz/basemaps/commit/a90e179754b950ab319181789830b7bcdd8e8713))
* **landing:** remove full screen button in debug mode as it obsures text BM-635 ([#2344](https://github.com/linz/basemaps/issues/2344)) ([052f45c](https://github.com/linz/basemaps/commit/052f45c3625704aeada3bd3d7bba2550c99268d5))
* **server:** actually start the server from the cli ([#2347](https://github.com/linz/basemaps/issues/2347)) ([a5e382b](https://github.com/linz/basemaps/commit/a5e382b681d80136a1602dbe681a8b2c511aa818))


### Features

* upgrade proj to 2.8.0 as it has improved transverse mercator projection logic BM-631 ([#2346](https://github.com/linz/basemaps/issues/2346)) ([4b74efb](https://github.com/linz/basemaps/commit/4b74efb07f69ceeaea9351d8e8012bc214c7614c))
* **cli:** Import config will update the latest ConfigBundle dynamo record. ([#2338](https://github.com/linz/basemaps/issues/2338)) ([25e864c](https://github.com/linz/basemaps/commit/25e864cb767af08bbe1d3df245666c2b6e8ecb44))
* **config:** Insert a config bundle records in dynamodb to refference the config file in s3. ([#2335](https://github.com/linz/basemaps/issues/2335)) ([143eeda](https://github.com/linz/basemaps/commit/143eeda69ab6eb6de70c7aed0247b6333ebb5bdf))
* **config:** use base58 hashes ([#2342](https://github.com/linz/basemaps/issues/2342)) ([8688351](https://github.com/linz/basemaps/commit/8688351834b0e00827024b25709d790d96522cb9))
* **server:** Allow to start server from a config bundle dynamo reference ([#2339](https://github.com/linz/basemaps/issues/2339)) ([366ef79](https://github.com/linz/basemaps/commit/366ef793312b82a498d3ab56bc60b01e0574f6d4))





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)


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.30.0"
"version": "6.31.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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)

**Note:** Version bump only for package @basemaps/infra





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)


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.30.0",
"version": "6.31.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -24,8 +24,8 @@
"test": "ospec --globs 'build/**/*.test.js'"
},
"devDependencies": {
"@basemaps/lambda-tiler": "^6.30.0",
"@basemaps/shared": "^6.30.0",
"@basemaps/lambda-tiler": "^6.31.0",
"@basemaps/shared": "^6.31.0",
"aws-cdk": "^2.21.0",
"aws-cdk-lib": "^2.21.0",
"constructs": "^10.0.119"
Expand Down
8 changes: 8 additions & 0 deletions packages/attribution/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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)

**Note:** Version bump only for package @basemaps/attribution





## [6.28.1](https://github.com/linz/basemaps/compare/v6.28.0...v6.28.1) (2022-06-07)

**Note:** Version bump only for package @basemaps/attribution
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.28.1",
"version": "6.31.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build/"
],
"dependencies": {
"@basemaps/geo": "^6.28.1",
"@basemaps/geo": "^6.31.0",
"@linzjs/geojson": "^6.28.1"
},
"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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)

**Note:** Version bump only for package @basemaps/bathymetry





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)

**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.30.0",
"version": "6.31.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^6.30.0",
"@basemaps/geo": "^6.28.1",
"@basemaps/shared": "^6.30.0",
"@basemaps/cli": "^6.31.0",
"@basemaps/geo": "^6.31.0",
"@basemaps/shared": "^6.31.0",
"@rushstack/ts-command-line": "^4.3.13",
"multihashes": "^4.0.2",
"ulid": "^2.3.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)


### Bug Fixes

* **cli:** do not use built in fetch ([#2341](https://github.com/linz/basemaps/issues/2341)) ([415b877](https://github.com/linz/basemaps/commit/415b877767561bcc2462652e36bead2bc82617ea))


### Features

* upgrade proj to 2.8.0 as it has improved transverse mercator projection logic BM-631 ([#2346](https://github.com/linz/basemaps/issues/2346)) ([4b74efb](https://github.com/linz/basemaps/commit/4b74efb07f69ceeaea9351d8e8012bc214c7614c))
* **cli:** Import config will update the latest ConfigBundle dynamo record. ([#2338](https://github.com/linz/basemaps/issues/2338)) ([25e864c](https://github.com/linz/basemaps/commit/25e864cb767af08bbe1d3df245666c2b6e8ecb44))
* **config:** Insert a config bundle records in dynamodb to refference the config file in s3. ([#2335](https://github.com/linz/basemaps/issues/2335)) ([143eeda](https://github.com/linz/basemaps/commit/143eeda69ab6eb6de70c7aed0247b6333ebb5bdf))
* **config:** use base58 hashes ([#2342](https://github.com/linz/basemaps/issues/2342)) ([8688351](https://github.com/linz/basemaps/commit/8688351834b0e00827024b25709d790d96522cb9))





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)


Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "6.30.0",
"version": "6.31.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,10 +38,10 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"dependencies": {
"@basemaps/config": "^6.30.0",
"@basemaps/geo": "^6.28.1",
"@basemaps/server": "^6.30.0",
"@basemaps/shared": "^6.30.0",
"@basemaps/config": "^6.31.0",
"@basemaps/geo": "^6.31.0",
"@basemaps/server": "^6.31.0",
"@basemaps/shared": "^6.31.0",
"@basemaps/sprites": "^6.30.0",
"@chunkd/fs": "^8.4.0",
"@cogeotiff/core": "^7.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)


### Features

* **config:** Insert a config bundle records in dynamodb to refference the config file in s3. ([#2335](https://github.com/linz/basemaps/issues/2335)) ([143eeda](https://github.com/linz/basemaps/commit/143eeda69ab6eb6de70c7aed0247b6333ebb5bdf))
* **config:** use base58 hashes ([#2342](https://github.com/linz/basemaps/issues/2342)) ([8688351](https://github.com/linz/basemaps/commit/8688351834b0e00827024b25709d790d96522cb9))





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)


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.30.0",
"version": "6.31.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"build/"
],
"dependencies": {
"@basemaps/geo": "^6.28.1",
"@basemaps/geo": "^6.31.0",
"base-x": "^4.0.0",
"zod": "^3.17.3"
}
Expand Down
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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)


### Bug Fixes

* **lambda-tiler:** use the imagery title if we have it over the title from the collection.json ([#2340](https://github.com/linz/basemaps/issues/2340)) ([d73c48a](https://github.com/linz/basemaps/commit/d73c48a26328c1bda63b1e9b458f0eba27ffefc9))





## [6.28.1](https://github.com/linz/basemaps/compare/v6.28.0...v6.28.1) (2022-06-07)

**Note:** Version bump only for package @basemaps/geo
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.28.1",
"version": "6.31.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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)

**Note:** Version bump only for package @basemaps/lambda-analytics





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)

**Note:** Version bump only for package @basemaps/lambda-analytics
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.30.0",
"version": "6.31.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@basemaps/shared": "^6.30.0"
"@basemaps/shared": "^6.31.0"
},
"scripts": {
"test": "ospec --globs 'build/**/*.test.js'",
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-cog/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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)

**Note:** Version bump only for package @basemaps/lambda-cog





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)


Expand Down
10 changes: 5 additions & 5 deletions packages/lambda-cog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/lambda-cog",
"version": "6.30.0",
"version": "6.31.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -20,11 +20,11 @@
"types": "./build/index.d.ts",
"license": "MIT",
"dependencies": {
"@basemaps/cli": "^6.30.0",
"@basemaps/config": "^6.30.0",
"@basemaps/geo": "^6.28.1",
"@basemaps/cli": "^6.31.0",
"@basemaps/config": "^6.31.0",
"@basemaps/geo": "^6.31.0",
"@basemaps/lambda": "^6.7.0",
"@basemaps/shared": "^6.30.0",
"@basemaps/shared": "^6.31.0",
"@chunkd/fs": "^8.4.0",
"@linzjs/lambda": "^3.2.0"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/lambda-tiler/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.31.0](https://github.com/linz/basemaps/compare/v6.30.0...v6.31.0) (2022-07-22)


### Bug Fixes

* **lambda-tiler:** correct wgs84 bounding box when layers are large BM-631 ([#2345](https://github.com/linz/basemaps/issues/2345)) ([5d469f9](https://github.com/linz/basemaps/commit/5d469f96f9aee0cfff8200805bb8a69a03c61928))
* **lambda-tiler:** use the imagery title if we have it over the title from the collection.json ([#2340](https://github.com/linz/basemaps/issues/2340)) ([d73c48a](https://github.com/linz/basemaps/commit/d73c48a26328c1bda63b1e9b458f0eba27ffefc9))


### Features

* upgrade proj to 2.8.0 as it has improved transverse mercator projection logic BM-631 ([#2346](https://github.com/linz/basemaps/issues/2346)) ([4b74efb](https://github.com/linz/basemaps/commit/4b74efb07f69ceeaea9351d8e8012bc214c7614c))





# [6.30.0](https://github.com/linz/basemaps/compare/v6.29.0...v6.30.0) (2022-07-20)


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.30.0",
"version": "6.31.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.30.0",
"@basemaps/geo": "^6.28.1",
"@basemaps/config": "^6.31.0",
"@basemaps/geo": "^6.31.0",
"@basemaps/lambda": "^6.7.0",
"@basemaps/shared": "^6.30.0",
"@basemaps/tiler": "^6.29.0",
"@basemaps/tiler-sharp": "^6.30.0",
"@basemaps/shared": "^6.31.0",
"@basemaps/tiler": "^6.31.0",
"@basemaps/tiler-sharp": "^6.31.0",
"@chunkd/fs": "^8.4.0",
"@cogeotiff/core": "^7.0.0",
"@cotar/core": "^5.4.0",
Expand All @@ -52,7 +52,7 @@
"bundle": "./bundle.sh"
},
"devDependencies": {
"@basemaps/attribution": "^6.28.1",
"@basemaps/attribution": "^6.31.0",
"@types/aws-lambda": "^8.10.75",
"@types/node": "^17.0.34",
"@types/pixelmatch": "^5.0.0",
Expand Down
Loading

0 comments on commit 2ab942c

Please sign in to comment.