Skip to content

Commit

Permalink
release: v7.10.0 (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Sep 16, 2024
1 parent f1424a0 commit 77d3584
Show file tree
Hide file tree
Showing 27 changed files with 201 additions and 75 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.10.0](https://github.com/linz/basemaps/compare/v7.9.0...v7.10.0) (2024-09-16)


### Bug Fixes

* **landing:** hide label button on debug page as its broken BM-20 ([#3341](https://github.com/linz/basemaps/issues/3341)) ([f1424a0](https://github.com/linz/basemaps/commit/f1424a0741281c812e665ddc7c4f9577ba8d8cb9))


### Features

* **lambda-tiler:** Add vector test tiles for the health endpoint. BM-1061 ([#3337](https://github.com/linz/basemaps/issues/3337)) ([74119c0](https://github.com/linz/basemaps/commit/74119c044f94d3e53f2c4717781266b1aba23bad))
* **lambda-tiler:** automatically rescale style JSON's into NZTM2000Quad when requests ([#3339](https://github.com/linz/basemaps/issues/3339)) ([960b926](https://github.com/linz/basemaps/commit/960b92652da686c18712fa566e63c7eb6453a2f7))
* **lambda-tiler:** remove restrictions on 3857 from vector tiles ([#3338](https://github.com/linz/basemaps/issues/3338)) ([8eede97](https://github.com/linz/basemaps/commit/8eede97676c8a905468b4a133b98c44e10873d3b))
* **linzjs-geojson:** add iterate and truncate utilities for geojson ([#3340](https://github.com/linz/basemaps/issues/3340)) ([406b3eb](https://github.com/linz/basemaps/commit/406b3ebbe1f7101b7f64ed090abc52d3c9aea7c9))





# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-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.9.0"
"version": "7.10.0"
}
74 changes: 37 additions & 37 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.10.0](https://github.com/linz/basemaps/compare/v7.9.0...v7.10.0) (2024-09-16)

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





# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-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.9.0",
"version": "7.10.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.9.0",
"@basemaps/shared": "^7.9.0",
"@basemaps/lambda-tiler": "^7.10.0",
"@basemaps/shared": "^7.10.0",
"@linzjs/cdk-tags": "^1.7.0",
"aws-cdk": "2.114.x",
"aws-cdk-lib": "2.114.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.10.0](https://github.com/linz/basemaps/compare/v7.9.0...v7.10.0) (2024-09-16)

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





# [7.5.0](https://github.com/linz/basemaps/compare/v7.4.0...v7.5.0) (2024-07-01)

**Note:** Version bump only for package @basemaps/attribution
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.5.0",
"version": "7.10.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@basemaps/geo": "^7.5.0",
"@linzjs/geojson": "^7.5.0"
"@linzjs/geojson": "^7.10.0"
},
"bundle": {
"entry": "src/attribution.index.ts",
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.10.0](https://github.com/linz/basemaps/compare/v7.9.0...v7.10.0) (2024-09-16)

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





# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)

**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.9.0",
"version": "7.10.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^7.9.0",
"@basemaps/cli": "^7.10.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/shared": "^7.9.0",
"@basemaps/shared": "^7.10.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.10.0](https://github.com/linz/basemaps/compare/v7.9.0...v7.10.0) (2024-09-16)

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





# [7.9.0](https://github.com/linz/basemaps/compare/v7.8.0...v7.9.0) (2024-08-26)

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

0 comments on commit 77d3584

Please sign in to comment.