Skip to content

Commit 32ef9c0

Browse files
authored
release: v8.21.0 (#3631)
🤖 I have created a release *beep* *boop* --- <details><summary>8.21.0</summary> ## [8.21.0](v8.20.1...v8.21.0) (2026-07-02) ### Features * **landing:** Upgrade lui to 24.17.0 with the new linz logo ([#3630](#3630)) ([bfeeb0e](bfeeb0e)) * swap to standard viewport settings BM-1712 ([#3629](#3629)) ([9d67d25](9d67d25)) </details> <details><summary>landing: 8.14.0</summary> ## [8.14.0](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](#3630)) ([bfeeb0e](bfeeb0e)) * swap to standard viewport settings BM-1712 ([#3629](#3629)) ([9d67d25](9d67d25)) </details> <details><summary>server: 8.10.16</summary> ## [8.10.16](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 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent bbbb5ed commit 32ef9c0

8 files changed

Lines changed: 41 additions & 14 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"packages/geo": "8.9.1",
1313
"packages/lambda-analytic-cloudfront": "8.9.10",
1414
"packages/lambda-tiler": "8.13.2",
15-
"packages/landing": "8.13.3",
15+
"packages/landing": "8.14.0",
1616
"packages/linzjs-docker-command": "8.0.0",
1717
"packages/linzjs-geojson": "8.0.0",
1818
"packages/linzjs-metrics": "8.0.0",
19-
"packages/server": "8.10.15",
19+
"packages/server": "8.10.16",
2020
"packages/shared": "8.9.9",
2121
"packages/smoke": "8.0.0",
2222
"packages/sprites": "8.0.0",
2323
"packages/tiler": "8.12.3",
2424
"packages/tiler-sharp": "8.11.6",
25-
".": "8.20.1"
25+
".": "8.21.0"
2626
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.21.0](https://github.com/linz/basemaps/compare/v8.20.1...v8.21.0) (2026-07-02)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* swap to standard viewport settings BM-1712 ([#3629](https://github.com/linz/basemaps/issues/3629)) ([9d67d25](https://github.com/linz/basemaps/commit/9d67d250ec5ce99c37da497895e67172b764a632))
13+
614
## [8.20.1](https://github.com/linz/basemaps/compare/v8.20.0...v8.20.1) (2026-05-17)
715

816

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/core",
3-
"version": "8.20.1",
3+
"version": "8.21.0",
44
"private": true,
55
"repository": "git@github.com:linz/basemaps.git",
66
"author": {

packages/landing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.14.0](https://github.com/linz/basemaps/compare/landing-v8.13.3...landing-v8.14.0) (2026-07-02)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* swap to standard viewport settings BM-1712 ([#3629](https://github.com/linz/basemaps/issues/3629)) ([9d67d25](https://github.com/linz/basemaps/commit/9d67d250ec5ce99c37da497895e67172b764a632))
13+
614
## [8.13.3](https://github.com/linz/basemaps/compare/landing-v8.13.2...landing-v8.13.3) (2026-05-17)
715

816

packages/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/landing",
3-
"version": "8.13.3",
3+
"version": "8.14.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/linz/basemaps.git",

packages/server/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.10.16](https://github.com/linz/basemaps/compare/server-v8.10.15...server-v8.10.16) (2026-07-02)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* @basemaps/landing bumped from ^8.13.3 to ^8.14.0
14+
* optionalDependencies
15+
* @basemaps/landing bumped from ^8.13.3 to ^8.14.0
16+
617
## [8.10.15](https://github.com/linz/basemaps/compare/server-v8.10.14...server-v8.10.15) (2026-05-17)
718

819

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basemaps/server",
3-
"version": "8.10.15",
3+
"version": "8.10.16",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/linz/basemaps.git",
@@ -45,7 +45,7 @@
4545
"bin/"
4646
],
4747
"optionalDependencies": {
48-
"@basemaps/landing": "^8.13.3"
48+
"@basemaps/landing": "^8.14.0"
4949
},
5050
"dependencies": {
5151
"lerc": "^4.0.4",
@@ -56,7 +56,7 @@
5656
"@basemaps/config-loader": "^8.12.5",
5757
"@basemaps/geo": "^8.9.1",
5858
"@basemaps/lambda-tiler": "^8.13.2",
59-
"@basemaps/landing": "^8.13.3",
59+
"@basemaps/landing": "^8.14.0",
6060
"@basemaps/shared": "^8.9.9",
6161
"@fastify/formbody": "^7.0.1",
6262
"@fastify/static": "^6.5.0",

0 commit comments

Comments
 (0)