Skip to content

Commit

Permalink
release: v7.9.0 (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Aug 26, 2024
1 parent c2d51f2 commit 5dc4332
Show file tree
Hide file tree
Showing 23 changed files with 199 additions and 59 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.

# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)


### Bug Fixes

* **infra:** reduce cache keys below 10 to prevent deployment errors ([#3332](https://github.com/linz/basemaps/issues/3332)) ([49524c0](https://github.com/linz/basemaps/commit/49524c0dd62d60652e22c8e60e67936b69dd6abb))
* **lambda-tiler:** do not join layers where ids would be duplicated ([#3334](https://github.com/linz/basemaps/issues/3334)) ([c2d51f2](https://github.com/linz/basemaps/commit/c2d51f270eae7d87d9656fa7cb47b6b96c31b3e4))
* **lambda-tiler:** do not keep failed tiffs in memory ([#3331](https://github.com/linz/basemaps/issues/3331)) ([89e72ea](https://github.com/linz/basemaps/commit/89e72ead8553481f8d11936d56ec0b20b24ceb61))
* **lambda-tiler:** prevent unhandled promise rejections when the rejection is handled BM-1067 ([#3329](https://github.com/linz/basemaps/issues/3329)) ([445da7f](https://github.com/linz/basemaps/commit/445da7fcd6829cde9f18e1130a31a97a32097466))
* **landing:** Fix the map switcher that setting bearing and pitch to 0. BM-1063 ([#3326](https://github.com/linz/basemaps/issues/3326)) ([47304ff](https://github.com/linz/basemaps/commit/47304ff1f40b90352c4d4b2fad8000e93e8def2e))
* **landing:** Only pass terrain request parameter to get style json api. BM-1068 ([#3327](https://github.com/linz/basemaps/issues/3327)) ([1dfb33a](https://github.com/linz/basemaps/commit/1dfb33aea90f2465383f96414c51a3a41d38d79a))
* **landing:** put back the sourceId tracking logic BM-1062 ([#3325](https://github.com/linz/basemaps/issues/3325)) ([c25486c](https://github.com/linz/basemaps/commit/c25486c2d376bfe804e74143f79e2065a9f82f68)), closes [/github.com/linz/basemaps/commit/07b8aebd6dbc25045647739999f2d3e5f2602106#diff-935afb39a4daeb9c30850cda3e20eecf1fb8f5086b9172fef9a5e8539e5e99f5R529](https://github.com//github.com/linz/basemaps/commit/07b8aebd6dbc25045647739999f2d3e5f2602106/issues/diff-935afb39a4daeb9c30850cda3e20eecf1fb8f5086b9172fef9a5e8539e5e99f5R529)
* **shared:** allow unprefixed query keys ([#3333](https://github.com/linz/basemaps/issues/3333)) ([42c2279](https://github.com/linz/basemaps/commit/42c22794350e5d0685bcace61ae50fcbf6d8e7aa))


### Features

* **landing:** Add LINZ-Terrain-Prod for debug 3d map with production elevation data. BM-1058 ([#3323](https://github.com/linz/basemaps/issues/3323)) ([6ff7d14](https://github.com/linz/basemaps/commit/6ff7d14e47534994796e15e64ec1df1fcf6cbe62))
* **landing:** show labels on landing page ([#3330](https://github.com/linz/basemaps/issues/3330)) ([b9fe33f](https://github.com/linz/basemaps/commit/b9fe33f05168f0ca6945bf5a3773ab5efe162fdd))
* **landing:** track label button clicks BM-1066 ([#3335](https://github.com/linz/basemaps/issues/3335)) ([555f8b5](https://github.com/linz/basemaps/commit/555f8b59f9b55dc80b8063629e33e1eea4a93937))





# [7.8.0](https://github.com/linz/basemaps/compare/v7.7.0...v7.8.0) (2024-08-11)


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": "7.8.0"
"version": "7.9.0"
}
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/_infra/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.

# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)


### Bug Fixes

* **infra:** reduce cache keys below 10 to prevent deployment errors ([#3332](https://github.com/linz/basemaps/issues/3332)) ([49524c0](https://github.com/linz/basemaps/commit/49524c0dd62d60652e22c8e60e67936b69dd6abb))


### Features

* **landing:** show labels on landing page ([#3330](https://github.com/linz/basemaps/issues/3330)) ([b9fe33f](https://github.com/linz/basemaps/commit/b9fe33f05168f0ca6945bf5a3773ab5efe162fdd))





# [7.8.0](https://github.com/linz/basemaps/compare/v7.7.0...v7.8.0) (2024-08-11)


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": "7.8.0",
"version": "7.9.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"devDependencies": {
"@aws-sdk/client-acm": "^3.470.0",
"@aws-sdk/client-cloudformation": "^3.470.0",
"@basemaps/lambda-tiler": "^7.7.0",
"@basemaps/shared": "^7.7.0",
"@basemaps/lambda-tiler": "^7.9.0",
"@basemaps/shared": "^7.9.0",
"@linzjs/cdk-tags": "^1.7.0",
"aws-cdk": "2.114.x",
"aws-cdk-lib": "2.114.x",
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.

# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)

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





# [7.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

**Note:** Version bump only for package @basemaps/bathymetry
Expand Down
6 changes: 3 additions & 3 deletions packages/bathymetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/bathymetry",
"version": "7.7.0",
"version": "7.9.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^7.7.0",
"@basemaps/cli": "^7.9.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/shared": "^7.7.0",
"@basemaps/shared": "^7.9.0",
"@rushstack/ts-command-line": "^4.3.13",
"ulid": "^2.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)

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





# [7.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

**Note:** Version bump only for package @basemaps/cli
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": "7.7.0",
"version": "7.9.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,10 +40,10 @@
},
"dependencies": {
"@basemaps/config": "^7.7.0",
"@basemaps/config-loader": "^7.7.0",
"@basemaps/config-loader": "^7.9.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/server": "^7.7.0",
"@basemaps/shared": "^7.7.0",
"@basemaps/server": "^7.9.0",
"@basemaps/shared": "^7.9.0",
"@basemaps/tiler": "^7.5.0",
"@basemaps/tiler-sharp": "^7.7.0",
"@chunkd/source-memory": "^11.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cogify/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.

# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)

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





# [7.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

**Note:** Version bump only for package @basemaps/cogify
Expand Down
8 changes: 4 additions & 4 deletions packages/cogify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cogify",
"version": "7.7.0",
"version": "7.9.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,11 +40,11 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@basemaps/cli": "^7.7.0",
"@basemaps/cli": "^7.9.0",
"@basemaps/config": "^7.7.0",
"@basemaps/config-loader": "^7.7.0",
"@basemaps/config-loader": "^7.9.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/shared": "^7.7.0",
"@basemaps/shared": "^7.9.0",
"cmd-ts": "^0.12.1",
"p-limit": "^4.0.0",
"stac-ts": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/config-loader/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.

# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)

**Note:** Version bump only for package @basemaps/config-loader





# [7.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

**Note:** Version bump only for package @basemaps/config-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/config-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/config-loader",
"version": "7.7.0",
"version": "7.9.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"@basemaps/config": "^7.7.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/shared": "^7.7.0"
"@basemaps/shared": "^7.9.0"
}
}
Loading

0 comments on commit 5dc4332

Please sign in to comment.