Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v6.46.0 #2977

Merged
merged 1 commit into from
Oct 10, 2023
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
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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)


### Bug Fixes

* **lambda-tiler:** Catch the error code while reading the config file in api. BM-898 ([#2969](https://github.com/linz/basemaps/issues/2969)) ([c2f3132](https://github.com/linz/basemaps/commit/c2f313221cdd20954b0002721d4605659a2b4e12))
* **landing:** correct broken tileset name ([#2974](https://github.com/linz/basemaps/issues/2974)) ([3c92d3f](https://github.com/linz/basemaps/commit/3c92d3f1ff8b546ce240f0f401ebce2c727cc222))


### Features

* **cli:** Allow bundle to guess the imagery ID from the url with slash ending. ([#2976](https://github.com/linz/basemaps/issues/2976)) ([92fb6dd](https://github.com/linz/basemaps/commit/92fb6dde1f71171fa0ab26ed855f846f004b0dc9))
* **landing:** hard code scanned aerial imagery layers BM-892 ([#2970](https://github.com/linz/basemaps/issues/2970)) ([62697c3](https://github.com/linz/basemaps/commit/62697c3a1e344a4de0a236bf48042ae138db5620))
* **landing:** track when the map switcher is clicked ([#2971](https://github.com/linz/basemaps/issues/2971)) ([fa5d77d](https://github.com/linz/basemaps/commit/fa5d77d4dc2b3efccb43859489fdcb25c95a053c))





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)


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": "6.45.0"
"version": "6.46.0"
}
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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

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





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)

**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": "6.45.0",
"version": "6.46.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -24,8 +24,8 @@
"test": "ospec --globs 'build/**/*.test.js'"
},
"devDependencies": {
"@basemaps/lambda-tiler": "^6.45.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/lambda-tiler": "^6.46.0",
"@basemaps/shared": "^6.46.0",
"aws-cdk": "2.79.x",
"aws-cdk-lib": "2.79.x",
"constructs": "^10.2.33"
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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

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





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)

**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": "6.45.0",
"version": "6.46.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^6.45.0",
"@basemaps/cli": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/shared": "^6.46.0",
"@rushstack/ts-command-line": "^4.3.13",
"multihashes": "^4.0.2",
"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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

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





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cli",
"version": "6.45.0",
"version": "6.46.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,10 +39,10 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"dependencies": {
"@basemaps/config": "^6.45.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/server": "^6.45.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/server": "^6.46.0",
"@basemaps/shared": "^6.46.0",
"@basemaps/sprites": "^6.41.0",
"@basemaps/tiler": "^6.44.0",
"@basemaps/tiler-sharp": "^6.45.0",
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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

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





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/cogify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/cogify",
"version": "6.45.0",
"version": "6.46.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,10 +39,10 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@basemaps/cli": "^6.45.0",
"@basemaps/config": "^6.45.0",
"@basemaps/cli": "^6.46.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/shared": "^6.46.0",
"cmd-ts": "^0.12.1",
"p-limit": "^4.0.0",
"stac-ts": "^1.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/config/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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)


### Features

* **cli:** Allow bundle to guess the imagery ID from the url with slash ending. ([#2976](https://github.com/linz/basemaps/issues/2976)) ([92fb6dd](https://github.com/linz/basemaps/commit/92fb6dde1f71171fa0ab26ed855f846f004b0dc9))





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)


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

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

**Note:** Version bump only for package @basemaps/lambda-analytics





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)

**Note:** Version bump only for package @basemaps/lambda-analytics
Expand Down
6 changes: 3 additions & 3 deletions packages/lambda-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/lambda-analytics",
"version": "6.45.0",
"version": "6.46.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -18,9 +18,9 @@
},
"license": "MIT",
"dependencies": {
"@basemaps/config": "^6.45.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/shared": "^6.46.0",
"ua-parser-js": "^1.0.2"
},
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-tiler/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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)


### Bug Fixes

* **lambda-tiler:** Catch the error code while reading the config file in api. BM-898 ([#2969](https://github.com/linz/basemaps/issues/2969)) ([c2f3132](https://github.com/linz/basemaps/commit/c2f313221cdd20954b0002721d4605659a2b4e12))





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/lambda-tiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/lambda-tiler",
"version": "6.45.0",
"version": "6.46.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand All @@ -22,9 +22,9 @@
"types": "./build/index.d.ts",
"license": "MIT",
"dependencies": {
"@basemaps/config": "^6.45.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/shared": "^6.46.0",
"@basemaps/tiler": "^6.44.0",
"@basemaps/tiler-sharp": "^6.45.0",
"@chunkd/fs": "^10.0.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/landing/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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)


### Bug Fixes

* **landing:** correct broken tileset name ([#2974](https://github.com/linz/basemaps/issues/2974)) ([3c92d3f](https://github.com/linz/basemaps/commit/3c92d3f1ff8b546ce240f0f401ebce2c727cc222))


### Features

* **landing:** hard code scanned aerial imagery layers BM-892 ([#2970](https://github.com/linz/basemaps/issues/2970)) ([62697c3](https://github.com/linz/basemaps/commit/62697c3a1e344a4de0a236bf48042ae138db5620))
* **landing:** track when the map switcher is clicked ([#2971](https://github.com/linz/basemaps/issues/2971)) ([fa5d77d](https://github.com/linz/basemaps/commit/fa5d77d4dc2b3efccb43859489fdcb25c95a053c))





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)

**Note:** Version bump only for package @basemaps/landing
Expand Down
8 changes: 4 additions & 4 deletions packages/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/landing",
"version": "6.45.0",
"version": "6.46.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -29,10 +29,10 @@
],
"devDependencies": {
"@basemaps/attribution": "^6.44.0",
"@basemaps/config": "^6.45.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/infra": "^6.45.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/infra": "^6.46.0",
"@basemaps/shared": "^6.46.0",
"@linzjs/lui": "^17.16.2",
"@servie/events": "^3.0.0",
"@types/proj4": "^2.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

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





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)

**Note:** Version bump only for package @basemaps/server
Expand Down
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/server",
"version": "6.45.0",
"version": "6.46.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -44,17 +44,17 @@
"bin/"
],
"optionalDependencies": {
"@basemaps/landing": "^6.45.0"
"@basemaps/landing": "^6.46.0"
},
"dependencies": {
"sharp": "^0.30.7"
},
"devDependencies": {
"@basemaps/config": "^6.45.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/lambda-tiler": "^6.45.0",
"@basemaps/lambda-tiler": "^6.46.0",
"@basemaps/landing": "^6.39.0",
"@basemaps/shared": "^6.45.0",
"@basemaps/shared": "^6.46.0",
"@fastify/formbody": "^7.0.1",
"@fastify/static": "^6.5.0",
"cmd-ts": "^0.12.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/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.

# [6.46.0](https://github.com/linz/basemaps/compare/v6.45.0...v6.46.0) (2023-10-10)

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





# [6.45.0](https://github.com/linz/basemaps/compare/v6.44.0...v6.45.0) (2023-09-18)

**Note:** Version bump only for package @basemaps/shared
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/shared",
"version": "6.45.0",
"version": "6.46.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"test": "ospec --globs 'build/**/*.test.js'"
},
"dependencies": {
"@basemaps/config": "^6.45.0",
"@basemaps/config": "^6.46.0",
"@basemaps/geo": "^6.44.0",
"@basemaps/tiler": "^6.44.0",
"@chunkd/fs": "^10.0.2",
Expand Down
Loading
Loading