Skip to content
Open
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/__tests__": "8.2.0",
"packages/_infra": "8.12.5",
"packages/_infra": "8.13.0",
"packages/attribution": "8.9.1",
"packages/bathymetry": "8.9.9",
"packages/cli": "8.10.14",
Expand All @@ -18,9 +18,9 @@
"packages/linzjs-metrics": "8.0.0",
"packages/server": "8.10.16",
"packages/shared": "8.9.9",
"packages/smoke": "8.0.0",
"packages/smoke": "8.1.0",
"packages/sprites": "8.0.0",
"packages/tiler": "8.12.3",
"packages/tiler-sharp": "8.11.6",
".": "8.21.0"
".": "8.22.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.22.0](https://github.com/linz/basemaps/compare/v8.21.0...v8.22.0) (2026-08-19)


### Features

* cloudfront distro upgrade BM-1825 ([#3645](https://github.com/linz/basemaps/issues/3645)) ([46291b8](https://github.com/linz/basemaps/commit/46291b8350191a901377ee7e346b3a704a73d08a))
* improve smoke tests ([#3646](https://github.com/linz/basemaps/issues/3646)) ([e4e9a22](https://github.com/linz/basemaps/commit/e4e9a22af30644926c06352bba8697e6e9c0382e))


### Bug Fixes

* include webacl id if the cloudfront is on a pay monthly plan ([#3648](https://github.com/linz/basemaps/issues/3648)) ([0cb573c](https://github.com/linz/basemaps/commit/0cb573c44c460747e4f88d171e7c776bb5ebe2a1))
* vector tile links need i=topographic to show style.json ([#3625](https://github.com/linz/basemaps/issues/3625)) ([03a0ad7](https://github.com/linz/basemaps/commit/03a0ad7409bc949972763949fa1ce009daf5cd5f))

## [8.21.0](https://github.com/linz/basemaps/compare/v8.20.1...v8.21.0) (2026-07-02)


Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/core",
"version": "8.21.0",
"version": "8.22.0",
"private": true,
"repository": "[email protected]:linz/basemaps.git",
"author": {
Expand Down
12 changes: 12 additions & 0 deletions packages/_infra/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.

## [8.13.0](https://github.com/linz/basemaps/compare/infra-v8.12.5...infra-v8.13.0) (2026-08-19)


### Features

* cloudfront distro upgrade BM-1825 ([#3645](https://github.com/linz/basemaps/issues/3645)) ([46291b8](https://github.com/linz/basemaps/commit/46291b8350191a901377ee7e346b3a704a73d08a))


### Bug Fixes

* include webacl id if the cloudfront is on a pay monthly plan ([#3648](https://github.com/linz/basemaps/issues/3648)) ([0cb573c](https://github.com/linz/basemaps/commit/0cb573c44c460747e4f88d171e7c776bb5ebe2a1))

## [8.12.5](https://github.com/linz/basemaps/compare/infra-v8.12.4...infra-v8.12.5) (2026-05-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/_infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/infra",
"version": "8.12.5",
"version": "8.13.0",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/smoke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [8.1.0](https://github.com/linz/basemaps/compare/smoke-v8.0.0...smoke-v8.1.0) (2026-08-19)


### Features

* improve smoke tests ([#3646](https://github.com/linz/basemaps/issues/3646)) ([e4e9a22](https://github.com/linz/basemaps/commit/e4e9a22af30644926c06352bba8697e6e9c0382e))

## [7.1.1](https://github.com/linz/basemaps/compare/v7.1.0...v7.1.1) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/smoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/smoke",
"version": "8.0.0",
"version": "8.1.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down
Loading