Skip to content

Commit

Permalink
release: v7.3.0 (#3250)
Browse files Browse the repository at this point in the history
#### Motivation

_What does this change aim to achieve?_

#### Modification

_Why is this change being made? What implications or other
considerations are there?_

#### Checklist

_If not applicable, provide explanation of why._

- [ ] Tests updated
- [ ] Docs updated
- [ ] Issue linked in Title
  • Loading branch information
Wentao-Kuang authored May 2, 2024
1 parent af643d6 commit 7f99974
Show file tree
Hide file tree
Showing 25 changed files with 211 additions and 63 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02)


### Bug Fixes

* **cli:** Fix the check vector diff outputs. BM-1013 ([#3230](https://github.com/linz/basemaps/issues/3230)) ([e27cd12](https://github.com/linz/basemaps/commit/e27cd124287a1d650249cb6accdcca21969edb90))
* **cli:** Should skip if no lds version for the feature changes. ([#3231](https://github.com/linz/basemaps/issues/3231)) ([955ffb9](https://github.com/linz/basemaps/commit/955ffb9cd8fc42dd588e6ff13b3e950e0a849276))
* **lambda-tiler:** ensure wmts limits extent to the bounding box of the tile matrix extent BM-1012 ([#3235](https://github.com/linz/basemaps/issues/3235)) ([b8d56cd](https://github.com/linz/basemaps/commit/b8d56cdbbf2cb08f1ef96bc6de82ce94563da945))
* **landing:** ensure the layer dropdown always showing for all outputs. BM-1001 ([#3241](https://github.com/linz/basemaps/issues/3241)) ([766f92b](https://github.com/linz/basemaps/commit/766f92bdfaf73747de0b64b36990f06aa57b2ff0))
* **landing:** Fix the set the tileset id same as style when only style parameter been set. ([#3249](https://github.com/linz/basemaps/issues/3249)) ([af643d6](https://github.com/linz/basemaps/commit/af643d6b4f00b609328b5fb93fd7a8e6286a1430))


### Features

* apply common aws cicd tags across basemaps infra ([#3237](https://github.com/linz/basemaps/issues/3237)) ([babb2dd](https://github.com/linz/basemaps/commit/babb2ddf0f6d67883c5f5952d819b9334a00ac3e))
* **cli:** expose the smoke checker in the CLI container so linz/basemaps-config can use it BM-1010 ([#3229](https://github.com/linz/basemaps/issues/3229)) ([3d504b3](https://github.com/linz/basemaps/commit/3d504b324ce2636c969b6afd5b850597fb275644))
* **cogify:** force fully qualified domain names for s3 to reduce DNS load TDE-1084 ([#3223](https://github.com/linz/basemaps/issues/3223)) ([95addbb](https://github.com/linz/basemaps/commit/95addbb8cc636fbd0be292fa7aa6f1d6e2a33b15))
* **landing:** Add off for the dem/dsm layer dropdown in debug page. BM-1019 ([#3240](https://github.com/linz/basemaps/issues/3240)) ([0f81ac3](https://github.com/linz/basemaps/commit/0f81ac36bc1abeb78daa8604a4db639ac655d6a4))





# [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08)


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.2.0"
"version": "7.3.0"
}
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/_infra/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.

# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02)


### Features

* apply common aws cicd tags across basemaps infra ([#3237](https://github.com/linz/basemaps/issues/3237)) ([babb2dd](https://github.com/linz/basemaps/commit/babb2ddf0f6d67883c5f5952d819b9334a00ac3e))





# [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08)

**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.2.0",
"version": "7.3.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.2.0",
"@basemaps/shared": "^7.1.0",
"@basemaps/lambda-tiler": "^7.3.0",
"@basemaps/shared": "^7.3.0",
"@linzjs/cdk-tags": "^1.1.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.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02)

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





# [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08)

**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.2.0",
"version": "7.3.0",
"repository": {
"type": "git",
"url": "https://github.com/linz/basemaps.git",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build/"
],
"dependencies": {
"@basemaps/cli": "^7.2.0",
"@basemaps/cli": "^7.3.0",
"@basemaps/geo": "^7.1.0",
"@basemaps/shared": "^7.1.0",
"@basemaps/shared": "^7.3.0",
"@rushstack/ts-command-line": "^4.3.13",
"multihashes": "^4.0.2",
"ulid": "^2.3.0"
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/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.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02)


### Bug Fixes

* **cli:** Fix the check vector diff outputs. BM-1013 ([#3230](https://github.com/linz/basemaps/issues/3230)) ([e27cd12](https://github.com/linz/basemaps/commit/e27cd124287a1d650249cb6accdcca21969edb90))
* **cli:** Should skip if no lds version for the feature changes. ([#3231](https://github.com/linz/basemaps/issues/3231)) ([955ffb9](https://github.com/linz/basemaps/commit/955ffb9cd8fc42dd588e6ff13b3e950e0a849276))


### Features

* **cli:** expose the smoke checker in the CLI container so linz/basemaps-config can use it BM-1010 ([#3229](https://github.com/linz/basemaps/issues/3229)) ([3d504b3](https://github.com/linz/basemaps/commit/3d504b324ce2636c969b6afd5b850597fb275644))





# [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08)


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": "7.2.0",
"version": "7.3.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,10 +40,10 @@
},
"dependencies": {
"@basemaps/config": "^7.1.0",
"@basemaps/config-loader": "^7.1.0",
"@basemaps/config-loader": "^7.3.0",
"@basemaps/geo": "^7.1.0",
"@basemaps/server": "^7.2.0",
"@basemaps/shared": "^7.1.0",
"@basemaps/server": "^7.3.0",
"@basemaps/shared": "^7.3.0",
"@basemaps/tiler": "^7.1.0",
"@basemaps/tiler-sharp": "^7.1.0",
"@chunkd/source-memory": "^11.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/cogify/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.

# [7.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02)


### Features

* **cogify:** force fully qualified domain names for s3 to reduce DNS load TDE-1084 ([#3223](https://github.com/linz/basemaps/issues/3223)) ([95addbb](https://github.com/linz/basemaps/commit/95addbb8cc636fbd0be292fa7aa6f1d6e2a33b15))





# [7.2.0](https://github.com/linz/basemaps/compare/v7.1.1...v7.2.0) (2024-04-08)

**Note:** Version bump only for package @basemaps/cogify
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": "7.2.0",
"version": "7.3.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,11 +39,11 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@basemaps/cli": "^7.2.0",
"@basemaps/cli": "^7.3.0",
"@basemaps/config": "^7.1.0",
"@basemaps/config-loader": "^7.1.0",
"@basemaps/config-loader": "^7.3.0",
"@basemaps/geo": "^7.1.0",
"@basemaps/shared": "^7.1.0",
"@basemaps/shared": "^7.3.0",
"cmd-ts": "^0.12.1",
"p-limit": "^4.0.0",
"stac-ts": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/config-loader/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.3.0](https://github.com/linz/basemaps/compare/v7.2.0...v7.3.0) (2024-05-02)

**Note:** Version bump only for package @basemaps/config-loader





# [7.1.0](https://github.com/linz/basemaps/compare/v7.0.0...v7.1.0) (2024-03-25)


Expand Down
Loading

0 comments on commit 7f99974

Please sign in to comment.