Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v7.14.0 #3395

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

# [7.14.0](https://github.com/linz/basemaps/compare/v7.13.0...v7.14.0) (2025-01-26)


### Bug Fixes

* **infra:** correct dist path location ([#3390](https://github.com/linz/basemaps/issues/3390)) ([46f8fb8](https://github.com/linz/basemaps/commit/46f8fb8ede7163172dd9cf29ad8c779bcd327d2f))
* revert "build: maplibre v5.0.0 ([#3387](https://github.com/linz/basemaps/issues/3387))" ([#3394](https://github.com/linz/basemaps/issues/3394)) ([d441be2](https://github.com/linz/basemaps/commit/d441be2b75f507fab53df62422bed79af3eb0df3))
* **tiler-sharp:** when resampling uint round numbers rather than truncate ([#3392](https://github.com/linz/basemaps/issues/3392)) ([d02e56f](https://github.com/linz/basemaps/commit/d02e56febebc6c729fd3213390bdc5bbb66f419f))


### Features

* **cogify:** add background color support for overriding transparent pixels BM-1146 ([#3379](https://github.com/linz/basemaps/issues/3379)) ([b8bedc3](https://github.com/linz/basemaps/commit/b8bedc343719d445f4ca211eda03997bf51f78cb))
* improved cloudwatch analytics rollup BM-1092 ([#3381](https://github.com/linz/basemaps/issues/3381)) ([de2f295](https://github.com/linz/basemaps/commit/de2f2958c337864115d44e320f1fd3cce17bd8d2))
* **tiler-sharp:** support uint32 and uint8 source datasets for color-ramp ([#3391](https://github.com/linz/basemaps/issues/3391)) ([f316042](https://github.com/linz/basemaps/commit/f316042853888b8555dab3ddb1df14c32a5df0b1))





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


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.13.0"
"version": "7.14.0"
}
90 changes: 45 additions & 45 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.14.0](https://github.com/linz/basemaps/compare/v7.13.0...v7.14.0) (2025-01-26)


### Bug Fixes

* **infra:** correct dist path location ([#3390](https://github.com/linz/basemaps/issues/3390)) ([46f8fb8](https://github.com/linz/basemaps/commit/46f8fb8ede7163172dd9cf29ad8c779bcd327d2f))


### Features

* improved cloudwatch analytics rollup BM-1092 ([#3381](https://github.com/linz/basemaps/issues/3381)) ([de2f295](https://github.com/linz/basemaps/commit/de2f2958c337864115d44e320f1fd3cce17bd8d2))





# [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
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.13.0",
"version": "7.14.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.13.0",
"@basemaps/shared": "^7.12.0",
"@basemaps/lambda-tiler": "^7.14.0",
"@basemaps/shared": "^7.14.0",
"@linzjs/cdk-tags": "^1.7.0",
"aws-cdk": "2.162.x",
"aws-cdk-lib": "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.14.0](https://github.com/linz/basemaps/compare/v7.13.0...v7.14.0) (2025-01-26)

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





# [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
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.13.0",
"version": "7.14.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^7.13.0",
"@basemaps/cli": "^7.14.0",
"@basemaps/geo": "^7.12.0",
"@basemaps/shared": "^7.12.0",
"@basemaps/shared": "^7.14.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.14.0](https://github.com/linz/basemaps/compare/v7.13.0...v7.14.0) (2025-01-26)

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





# [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
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "7.13.0",
"version": "7.14.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,13 +40,13 @@
"node": ">=16.0.0"
},
"dependencies": {
"@basemaps/config": "^7.12.0",
"@basemaps/config-loader": "^7.12.0",
"@basemaps/config": "^7.14.0",
"@basemaps/config-loader": "^7.14.0",
"@basemaps/geo": "^7.12.0",
"@basemaps/server": "^7.13.0",
"@basemaps/shared": "^7.12.0",
"@basemaps/server": "^7.14.0",
"@basemaps/shared": "^7.14.0",
"@basemaps/tiler": "^7.12.0",
"@basemaps/tiler-sharp": "^7.12.0",
"@basemaps/tiler-sharp": "^7.14.0",
"@chunkd/source-memory": "^11.0.2",
"@cotar/builder": "^6.0.1",
"@cotar/tar": "^6.0.1",
Expand Down
Loading
Loading