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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"packages/geo": "8.9.1",
"packages/lambda-analytic-cloudfront": "8.9.10",
"packages/lambda-tiler": "8.13.2",
"packages/landing": "8.13.3",
"packages/landing": "8.14.0",
"packages/linzjs-docker-command": "8.0.0",
"packages/linzjs-geojson": "8.0.0",
"packages/linzjs-metrics": "8.0.0",
"packages/server": "8.10.15",
"packages/server": "8.10.16",
"packages/shared": "8.9.9",
"packages/smoke": "8.0.0",
"packages/sprites": "8.0.0",
"packages/tiler": "8.12.3",
"packages/tiler-sharp": "8.11.6",
".": "8.20.1"
".": "8.21.0"
}
8 changes: 8 additions & 0 deletions 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.

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


### Features

* **landing:** Upgrade lui to 24.17.0 with the new linz logo ([#3630](https://github.com/linz/basemaps/issues/3630)) ([bfeeb0e](https://github.com/linz/basemaps/commit/bfeeb0ecd424d541d7d0fa3fea22b082f9172021))
* swap to standard viewport settings BM-1712 ([#3629](https://github.com/linz/basemaps/issues/3629)) ([9d67d25](https://github.com/linz/basemaps/commit/9d67d250ec5ce99c37da497895e67172b764a632))

## [8.20.1](https://github.com/linz/basemaps/compare/v8.20.0...v8.20.1) (2026-05-17)


Expand Down
12 changes: 6 additions & 6 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.20.1",
"version": "8.21.0",
"private": true,
"repository": "git@github.com:linz/basemaps.git",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/landing/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.

## [8.14.0](https://github.com/linz/basemaps/compare/landing-v8.13.3...landing-v8.14.0) (2026-07-02)


### Features

* **landing:** Upgrade lui to 24.17.0 with the new linz logo ([#3630](https://github.com/linz/basemaps/issues/3630)) ([bfeeb0e](https://github.com/linz/basemaps/commit/bfeeb0ecd424d541d7d0fa3fea22b082f9172021))
* swap to standard viewport settings BM-1712 ([#3629](https://github.com/linz/basemaps/issues/3629)) ([9d67d25](https://github.com/linz/basemaps/commit/9d67d250ec5ce99c37da497895e67172b764a632))

## [8.13.3](https://github.com/linz/basemaps/compare/landing-v8.13.2...landing-v8.13.3) (2026-05-17)


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

## [8.10.16](https://github.com/linz/basemaps/compare/server-v8.10.15...server-v8.10.16) (2026-07-02)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @basemaps/landing bumped from ^8.13.3 to ^8.14.0
* optionalDependencies
* @basemaps/landing bumped from ^8.13.3 to ^8.14.0

## [8.10.15](https://github.com/linz/basemaps/compare/server-v8.10.14...server-v8.10.15) (2026-05-17)


Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/server",
"version": "8.10.15",
"version": "8.10.16",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"bin/"
],
"optionalDependencies": {
"@basemaps/landing": "^8.13.3"
"@basemaps/landing": "^8.14.0"
},
"dependencies": {
"lerc": "^4.0.4",
Expand All @@ -56,7 +56,7 @@
"@basemaps/config-loader": "^8.12.5",
"@basemaps/geo": "^8.9.1",
"@basemaps/lambda-tiler": "^8.13.2",
"@basemaps/landing": "^8.13.3",
"@basemaps/landing": "^8.14.0",
"@basemaps/shared": "^8.9.9",
"@fastify/formbody": "^7.0.1",
"@fastify/static": "^6.5.0",
Expand Down
Loading