From 5206338571598690a4385e119b70370cba511f4f Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Mon, 12 Aug 2024 10:07:23 +1200 Subject: [PATCH] release: v7.8.0 (#3324) ### Motivation ### Modifications ### Verification --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- package-lock.json | 6 +++--- packages/_infra/CHANGELOG.md | 11 +++++++++++ packages/_infra/package.json | 2 +- packages/landing/CHANGELOG.md | 8 ++++++++ packages/landing/package.json | 4 ++-- 7 files changed, 37 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1d5cba2..6b11c6e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8.0](https://github.com/linz/basemaps/compare/v7.7.0...v7.8.0) (2024-08-11) + + +### Features + +* **infra:** add responder team tag ([#3322](https://github.com/linz/basemaps/issues/3322)) ([b69942d](https://github.com/linz/basemaps/commit/b69942d324a6d0cc3ecd86c5d1824bc70dba00c8)) + + + + + # [7.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28) diff --git a/lerna.json b/lerna.json index 98c11eeff..9c971cfde 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ "conventionalCommits": true } }, - "version": "7.7.0" + "version": "7.8.0" } diff --git a/package-lock.json b/package-lock.json index abe880fb8..cde756a26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19291,7 +19291,7 @@ }, "packages/_infra": { "name": "@basemaps/infra", - "version": "7.7.0", + "version": "7.8.0", "license": "MIT", "devDependencies": { "@aws-sdk/client-acm": "^3.470.0", @@ -19538,13 +19538,13 @@ }, "packages/landing": { "name": "@basemaps/landing", - "version": "7.7.0", + "version": "7.8.0", "license": "MIT", "devDependencies": { "@basemaps/attribution": "^7.5.0", "@basemaps/config": "^7.7.0", "@basemaps/geo": "^7.5.0", - "@basemaps/infra": "^7.7.0", + "@basemaps/infra": "^7.8.0", "@basemaps/shared": "^7.7.0", "@linzjs/lui": "^21.12.1", "@servie/events": "^3.0.0", diff --git a/packages/_infra/CHANGELOG.md b/packages/_infra/CHANGELOG.md index e64ee4796..721bd6819 100644 --- a/packages/_infra/CHANGELOG.md +++ b/packages/_infra/CHANGELOG.md @@ -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.8.0](https://github.com/linz/basemaps/compare/v7.7.0...v7.8.0) (2024-08-11) + + +### Features + +* **infra:** add responder team tag ([#3322](https://github.com/linz/basemaps/issues/3322)) ([b69942d](https://github.com/linz/basemaps/commit/b69942d324a6d0cc3ecd86c5d1824bc70dba00c8)) + + + + + # [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 diff --git a/packages/_infra/package.json b/packages/_infra/package.json index 10f52a020..260db4a1b 100644 --- a/packages/_infra/package.json +++ b/packages/_infra/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/infra", - "version": "7.7.0", + "version": "7.8.0", "private": true, "repository": { "type": "git", diff --git a/packages/landing/CHANGELOG.md b/packages/landing/CHANGELOG.md index f5119ba85..8c2ba5cdd 100644 --- a/packages/landing/CHANGELOG.md +++ b/packages/landing/CHANGELOG.md @@ -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.8.0](https://github.com/linz/basemaps/compare/v7.7.0...v7.8.0) (2024-08-11) + +**Note:** Version bump only for package @basemaps/landing + + + + + # [7.7.0](https://github.com/linz/basemaps/compare/v7.6.0...v7.7.0) (2024-07-28) diff --git a/packages/landing/package.json b/packages/landing/package.json index 264b587a5..b75a8adb8 100644 --- a/packages/landing/package.json +++ b/packages/landing/package.json @@ -1,6 +1,6 @@ { "name": "@basemaps/landing", - "version": "7.7.0", + "version": "7.8.0", "repository": { "type": "git", "url": "https://github.com/linz/basemaps.git", @@ -31,7 +31,7 @@ "@basemaps/attribution": "^7.5.0", "@basemaps/config": "^7.7.0", "@basemaps/geo": "^7.5.0", - "@basemaps/infra": "^7.7.0", + "@basemaps/infra": "^7.8.0", "@basemaps/shared": "^7.7.0", "@linzjs/lui": "^21.12.1", "@servie/events": "^3.0.0",