Skip to content

Commit

Permalink
release: v7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Jan 6, 2025
1 parent 8072eb9 commit 2581fef
Show file tree
Hide file tree
Showing 17 changed files with 121 additions and 27 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)


### Bug Fixes

* **lambda-tiler:** NZTM terrain been multiplied twice. BM-1122 ([#3373](https://github.com/linz/basemaps/issues/3373)) ([5d2d9c6](https://github.com/linz/basemaps/commit/5d2d9c6069ce31bd22539fa41e9b41cc2aa53947))
* **landing:** Fix the zoom to extend by using maplibre to adjust AntiMeridian. BM-1155 ([#3384](https://github.com/linz/basemaps/issues/3384)) ([bd6f001](https://github.com/linz/basemaps/commit/bd6f001d50af23743d19c444cdb003a88f630be1)), closes [/github.com/maplibre/maplibre-gl-js/blob/87486a5ef2085e600e8fa4e31252629dd8488dcd/src/geo/lng_lat_bounds.ts#L342](https://github.com//github.com/maplibre/maplibre-gl-js/blob/87486a5ef2085e600e8fa4e31252629dd8488dcd/src/geo/lng_lat_bounds.ts/issues/L342)
* **server:** Bundle the the bin file before publish NPM. BM-1083 ([#3375](https://github.com/linz/basemaps/issues/3375)) ([5ce567f](https://github.com/linz/basemaps/commit/5ce567f5e8cc281fc8cd691d00e8b17a687ee514))


### Features

* **config:** Add resizeKernel into the config tileset then disable fastShrinkOnLoad. BM-1146 ([#3377](https://github.com/linz/basemaps/issues/3377)) ([bd3357e](https://github.com/linz/basemaps/commit/bd3357e5c6dee34a6e458a2ac956643468f8fb2c))
* **landing:** Add topo-raster into layer dropdown. BM-1153 ([#3382](https://github.com/linz/basemaps/issues/3382)) ([7f4d1f7](https://github.com/linz/basemaps/commit/7f4d1f788895b7b5c520f7a3c717e38c4ccaaa03))
* **landing:** insert the 'topographic' category and layers between the 'event' and 'bathymetry' categories. BM-1119 ([#3385](https://github.com/linz/basemaps/issues/3385)) ([8072eb9](https://github.com/linz/basemaps/commit/8072eb9355786308db2a2727cac51c67779cfe6d))
* support custom indent sublists BM-1120 ([#3371](https://github.com/linz/basemaps/issues/3371)) ([bc334d4](https://github.com/linz/basemaps/commit/bc334d4f0c36425c3f9d3bd33b1cd338f26c0690))


### Reverts

* **config:** Add resizeKernel into the config tileset then disable fastShrinkOnLoad. ([#3383](https://github.com/linz/basemaps/issues/3383)) ([45c3611](https://github.com/linz/basemaps/commit/45c36111f2e743065f50b53b8ecf1ab28a0228c4)), closes [#3379](https://github.com/linz/basemaps/issues/3379)





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)


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.12.0"
"version": "7.13.0"
}
26 changes: 13 additions & 13 deletions package-lock.json

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

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.

# [7.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)

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





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)

**Note:** Version bump only for package @basemaps/infra
Expand Down
4 changes: 2 additions & 2 deletions packages/_infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/infra",
"version": "7.12.0",
"version": "7.13.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@aws-sdk/client-acm": "^3.470.0",
"@aws-sdk/client-cloudformation": "^3.470.0",
"@basemaps/lambda-tiler": "^7.12.0",
"@basemaps/lambda-tiler": "^7.13.0",
"@basemaps/shared": "^7.12.0",
"@linzjs/cdk-tags": "^1.7.0",
"aws-cdk": "2.162.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.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)

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





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)

**Note:** Version bump only for package @basemaps/bathymetry
Expand Down
4 changes: 2 additions & 2 deletions packages/bathymetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/bathymetry",
"version": "7.12.0",
"version": "7.13.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^7.12.0",
"@basemaps/cli": "^7.13.0",
"@basemaps/geo": "^7.12.0",
"@basemaps/shared": "^7.12.0",
"@rushstack/ts-command-line": "^4.3.13",
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.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)

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





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)

**Note:** Version bump only for package @basemaps/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "7.12.0",
"version": "7.13.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@basemaps/config": "^7.12.0",
"@basemaps/config-loader": "^7.12.0",
"@basemaps/geo": "^7.12.0",
"@basemaps/server": "^7.12.0",
"@basemaps/server": "^7.13.0",
"@basemaps/shared": "^7.12.0",
"@basemaps/tiler": "^7.12.0",
"@basemaps/tiler-sharp": "^7.12.0",
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.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)

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





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)

**Note:** Version bump only for package @basemaps/cogify
Expand Down
4 changes: 2 additions & 2 deletions packages/cogify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cogify",
"version": "7.12.0",
"version": "7.13.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@basemaps/cli": "^7.12.0",
"@basemaps/cli": "^7.13.0",
"@basemaps/config": "^7.12.0",
"@basemaps/config-loader": "^7.12.0",
"@basemaps/geo": "^7.12.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-tiler/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.

# [7.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)


### Bug Fixes

* **lambda-tiler:** NZTM terrain been multiplied twice. BM-1122 ([#3373](https://github.com/linz/basemaps/issues/3373)) ([5d2d9c6](https://github.com/linz/basemaps/commit/5d2d9c6069ce31bd22539fa41e9b41cc2aa53947))





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-tiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/lambda-tiler",
"version": "7.12.0",
"version": "7.13.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down
17 changes: 17 additions & 0 deletions packages/landing/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.

# [7.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)


### Bug Fixes

* **landing:** Fix the zoom to extend by using maplibre to adjust AntiMeridian. BM-1155 ([#3384](https://github.com/linz/basemaps/issues/3384)) ([bd6f001](https://github.com/linz/basemaps/commit/bd6f001d50af23743d19c444cdb003a88f630be1)), closes [/github.com/maplibre/maplibre-gl-js/blob/87486a5ef2085e600e8fa4e31252629dd8488dcd/src/geo/lng_lat_bounds.ts#L342](https://github.com//github.com/maplibre/maplibre-gl-js/blob/87486a5ef2085e600e8fa4e31252629dd8488dcd/src/geo/lng_lat_bounds.ts/issues/L342)


### Features

* **landing:** Add topo-raster into layer dropdown. BM-1153 ([#3382](https://github.com/linz/basemaps/issues/3382)) ([7f4d1f7](https://github.com/linz/basemaps/commit/7f4d1f788895b7b5c520f7a3c717e38c4ccaaa03))
* **landing:** insert the 'topographic' category and layers between the 'event' and 'bathymetry' categories. BM-1119 ([#3385](https://github.com/linz/basemaps/issues/3385)) ([8072eb9](https://github.com/linz/basemaps/commit/8072eb9355786308db2a2727cac51c67779cfe6d))





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/landing",
"version": "7.12.0",
"version": "7.13.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@basemaps/attribution": "^7.12.0",
"@basemaps/config": "^7.12.0",
"@basemaps/geo": "^7.12.0",
"@basemaps/infra": "^7.12.0",
"@basemaps/infra": "^7.13.0",
"@basemaps/shared": "^7.12.0",
"@linzjs/lui": "^21.46.0",
"@servie/events": "^3.0.0",
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.

# [7.13.0](https://github.com/linz/basemaps/compare/v7.12.0...v7.13.0) (2025-01-06)

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





# [7.12.0](https://github.com/linz/basemaps/compare/v7.11.1...v7.12.0) (2024-11-14)

**Note:** Version bump only for package @basemaps/server
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/server",
"version": "7.12.0",
"version": "7.13.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@basemaps/config": "^7.12.0",
"@basemaps/config-loader": "^7.12.0",
"@basemaps/geo": "^7.12.0",
"@basemaps/lambda-tiler": "^7.12.0",
"@basemaps/lambda-tiler": "^7.13.0",
"@basemaps/landing": "^6.39.0",
"@basemaps/shared": "^7.12.0",
"@fastify/formbody": "^7.0.1",
Expand Down

0 comments on commit 2581fef

Please sign in to comment.