Skip to content

Commit

Permalink
release: v7.7.0 (#3321)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Jul 28, 2024
1 parent 2ca23f7 commit c8752c8
Show file tree
Hide file tree
Showing 27 changed files with 211 additions and 85 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)


### Bug Fixes

* **lambda-tiler:** prefer geojson files to be downloaded BM-1048 ([#3316](https://github.com/linz/basemaps/issues/3316)) ([8391416](https://github.com/linz/basemaps/commit/8391416d89ab597c8fc16a7f4ee304b45ea3f619))
* **landing:** Support Terrain for NZTM and add default LINZ-Terrain into debug ([#3307](https://github.com/linz/basemaps/issues/3307)) ([15a1aba](https://github.com/linz/basemaps/commit/15a1abaaa6255fd8edbc4e1ddfcdb22571ce6dc5))


### Features

* **shared:** allow old api keys BM-1057 ([#3320](https://github.com/linz/basemaps/issues/3320)) ([2ca23f7](https://github.com/linz/basemaps/commit/2ca23f76a69697983f16dc4911c7551d6b5ee131))





# [7.6.0](https://github.com/linz/basemaps/compare/v7.5.0...v7.6.0) (2024-07-11)


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.6.0"
"version": "7.7.0"
}
84 changes: 42 additions & 42 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.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

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





# [7.6.0](https://github.com/linz/basemaps/compare/v7.5.0...v7.6.0) (2024-07-11)

**Note:** Version bump only for package @basemaps/infra
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.6.0",
"version": "7.7.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.6.0",
"@basemaps/shared": "^7.6.0",
"@basemaps/lambda-tiler": "^7.7.0",
"@basemaps/shared": "^7.7.0",
"@linzjs/cdk-tags": "^1.6.0",
"aws-cdk": "2.114.x",
"aws-cdk-lib": "2.114.x",
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.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

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





# [7.6.0](https://github.com/linz/basemaps/compare/v7.5.0...v7.6.0) (2024-07-11)

**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.6.0",
"version": "7.7.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^7.6.0",
"@basemaps/cli": "^7.7.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/shared": "^7.6.0",
"@basemaps/shared": "^7.7.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.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

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





# [7.6.0](https://github.com/linz/basemaps/compare/v7.5.0...v7.6.0) (2024-07-11)

**Note:** Version bump only for package @basemaps/cli
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "7.6.0",
"version": "7.7.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,13 +39,13 @@
"node": ">=16.0.0"
},
"dependencies": {
"@basemaps/config": "^7.6.0",
"@basemaps/config-loader": "^7.6.0",
"@basemaps/config": "^7.7.0",
"@basemaps/config-loader": "^7.7.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/server": "^7.6.0",
"@basemaps/shared": "^7.6.0",
"@basemaps/server": "^7.7.0",
"@basemaps/shared": "^7.7.0",
"@basemaps/tiler": "^7.5.0",
"@basemaps/tiler-sharp": "^7.6.0",
"@basemaps/tiler-sharp": "^7.7.0",
"@chunkd/source-memory": "^11.0.2",
"@cotar/builder": "^6.0.1",
"@cotar/tar": "^6.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cogify/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.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28)

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





# [7.6.0](https://github.com/linz/basemaps/compare/v7.5.0...v7.6.0) (2024-07-11)


Expand Down
10 changes: 5 additions & 5 deletions packages/cogify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cogify",
"version": "7.6.0",
"version": "7.7.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,11 +40,11 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@basemaps/cli": "^7.6.0",
"@basemaps/config": "^7.6.0",
"@basemaps/config-loader": "^7.6.0",
"@basemaps/cli": "^7.7.0",
"@basemaps/config": "^7.7.0",
"@basemaps/config-loader": "^7.7.0",
"@basemaps/geo": "^7.5.0",
"@basemaps/shared": "^7.6.0",
"@basemaps/shared": "^7.7.0",
"cmd-ts": "^0.12.1",
"p-limit": "^4.0.0",
"stac-ts": "^1.0.0"
Expand Down
Loading

0 comments on commit c8752c8

Please sign in to comment.