Skip to content
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
18 changes: 18 additions & 0 deletions 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.

# [7.15.0](https://github.com/linz/basemaps/compare/v7.14.0...v7.15.0) (2025-03-17)


### Bug Fixes

* **lambda-analytic-cloudfront:** process logs upto one hour ago ([#3409](https://github.com/linz/basemaps/issues/3409)) ([8d9609d](https://github.com/linz/basemaps/commit/8d9609d01040c82669dca4b1758fbd2103c35f6d))


### Features

* CITM2000 debug tile matrix ([#3397](https://github.com/linz/basemaps/issues/3397)) ([4bb91bd](https://github.com/linz/basemaps/commit/4bb91bd8223426071047f77574453cc8a61fa150))
* **cogify:** Update cogify to support the topo raster processes. BM-1116 ([#3388](https://github.com/linz/basemaps/issues/3388)) ([4366df6](https://github.com/linz/basemaps/commit/4366df6d2149719d7f2d4002b6c6394966be2751)), closes [/github.com/linz/basemaps/issues/3365#issuecomment-2445444420](https://github.com//github.com/linz/basemaps/issues/3365/issues/issuecomment-2445444420)
* **shared:** support multiple credential locations ([#3407](https://github.com/linz/basemaps/issues/3407)) ([92de7c4](https://github.com/linz/basemaps/commit/92de7c4a886a7e757a441c3cee2676fcb8c33d6a)), closes [/github.com/linz/argo-tasks/blob/master/src/fs.register.ts#L132](https://github.com//github.com/linz/argo-tasks/blob/master/src/fs.register.ts/issues/L132)





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


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.14.0"
"version": "7.15.0"
}
134 changes: 67 additions & 67 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.15.0](https://github.com/linz/basemaps/compare/v7.14.0...v7.15.0) (2025-03-17)

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





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


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.14.0",
"version": "7.15.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.14.0",
"@basemaps/shared": "^7.14.0",
"@basemaps/lambda-tiler": "^7.15.0",
"@basemaps/shared": "^7.15.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/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.

# [7.15.0](https://github.com/linz/basemaps/compare/v7.14.0...v7.15.0) (2025-03-17)

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





# [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/attribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/attribution",
"version": "7.12.0",
"version": "7.15.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build/"
],
"dependencies": {
"@basemaps/geo": "^7.12.0",
"@basemaps/geo": "^7.15.0",
"@linzjs/geojson": "^7.10.0"
},
"bundle": {
Expand Down
Loading
Loading