From f9ab076eb5c2275a4345967c96292a3b2b65947a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:06:59 -0700 Subject: [PATCH] chore: release main (#5466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* ---
bot-config-utils: 8.0.0 ## [8.0.0](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v7.0.0...bot-config-utils-v8.0.0) (2024-09-06) ### ⚠ BREAKING CHANGES * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ### Bug Fixes * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b))
cron-utils: 5.0.0 ## [5.0.0](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v4.0.0...cron-utils-v5.0.0) (2024-09-06) ### ⚠ BREAKING CHANGES * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ### Bug Fixes * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b))
issue-utils: 4.0.0 ## [4.0.0](https://github.com/googleapis/repo-automation-bots/compare/issue-utils-v3.0.0...issue-utils-v4.0.0) (2024-09-06) ### ⚠ BREAKING CHANGES * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ### Bug Fixes * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b))
object-selector: 5.0.0 ## [5.0.0](https://github.com/googleapis/repo-automation-bots/compare/object-selector-v4.0.0...object-selector-v5.0.0) (2024-09-06) ### ⚠ BREAKING CHANGES * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ### Bug Fixes * **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 8 ++++---- packages/bot-config-utils/CHANGELOG.md | 11 +++++++++++ packages/bot-config-utils/package-lock.json | 4 ++-- packages/bot-config-utils/package.json | 2 +- packages/cron-utils/CHANGELOG.md | 11 +++++++++++ packages/cron-utils/package-lock.json | 4 ++-- packages/cron-utils/package.json | 2 +- packages/issue-utils/CHANGELOG.md | 11 +++++++++++ packages/issue-utils/package-lock.json | 4 ++-- packages/issue-utils/package.json | 2 +- packages/object-selector/CHANGELOG.md | 11 +++++++++++ packages/object-selector/package-lock.json | 4 ++-- packages/object-selector/package.json | 2 +- 13 files changed, 60 insertions(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 404bfef75ad..51f9ce04135 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - "packages/bot-config-utils": "7.0.0", - "packages/cron-utils": "4.0.0", + "packages/bot-config-utils": "8.0.0", + "packages/cron-utils": "5.0.0", "packages/datastore-lock": "5.0.0", "packages/flakybot": "1.2.1", "packages/gcf-utils": "16.0.0", "packages/git-file-utils": "2.0.0", - "packages/issue-utils": "3.0.0", + "packages/issue-utils": "4.0.0", "packages/label-utils": "4.0.0", "packages/mono-repo-publish": "1.7.0", - "packages/object-selector": "4.0.0", + "packages/object-selector": "5.0.0", "packages/release-brancher": "1.3.3" } diff --git a/packages/bot-config-utils/CHANGELOG.md b/packages/bot-config-utils/CHANGELOG.md index 18aefb35dd1..1dca6d2a3ca 100644 --- a/packages/bot-config-utils/CHANGELOG.md +++ b/packages/bot-config-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v7.0.0...bot-config-utils-v8.0.0) (2024-09-06) + + +### ⚠ BREAKING CHANGES + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) + +### Bug Fixes + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b)) + ## [7.0.0](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v6.1.3...bot-config-utils-v7.0.0) (2023-09-18) diff --git a/packages/bot-config-utils/package-lock.json b/packages/bot-config-utils/package-lock.json index dc733b1686d..47d98d14885 100644 --- a/packages/bot-config-utils/package-lock.json +++ b/packages/bot-config-utils/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-automations/bot-config-utils", - "version": "7.0.0", + "version": "8.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-automations/bot-config-utils", - "version": "7.0.0", + "version": "8.0.0", "license": "Apache-2.0", "dependencies": { "ajv": "^8.11.0", diff --git a/packages/bot-config-utils/package.json b/packages/bot-config-utils/package.json index aeb716a79a7..92d4512a584 100644 --- a/packages/bot-config-utils/package.json +++ b/packages/bot-config-utils/package.json @@ -1,6 +1,6 @@ { "name": "@google-automations/bot-config-utils", - "version": "7.0.0", + "version": "8.0.0", "description": "Utilities for github bot config", "scripts": { "compile": "tsc -p .", diff --git a/packages/cron-utils/CHANGELOG.md b/packages/cron-utils/CHANGELOG.md index 5f91efd0dfb..8326c9b2c8f 100644 --- a/packages/cron-utils/CHANGELOG.md +++ b/packages/cron-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v4.0.0...cron-utils-v5.0.0) (2024-09-06) + + +### ⚠ BREAKING CHANGES + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) + +### Bug Fixes + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b)) + ## [4.0.0](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v3.2.2...cron-utils-v4.0.0) (2023-09-18) diff --git a/packages/cron-utils/package-lock.json b/packages/cron-utils/package-lock.json index 0c977b21a27..c97b22354a4 100644 --- a/packages/cron-utils/package-lock.json +++ b/packages/cron-utils/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-automations/cron-utils", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-automations/cron-utils", - "version": "4.0.0", + "version": "5.0.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/run": "^1.4.0", diff --git a/packages/cron-utils/package.json b/packages/cron-utils/package.json index c7be31fac6d..4dacab4b6b2 100644 --- a/packages/cron-utils/package.json +++ b/packages/cron-utils/package.json @@ -1,6 +1,6 @@ { "name": "@google-automations/cron-utils", - "version": "4.0.0", + "version": "5.0.0", "description": "Utilities for setting up bot crons", "scripts": { "compile": "tsc -p .", diff --git a/packages/issue-utils/CHANGELOG.md b/packages/issue-utils/CHANGELOG.md index 45b1197aede..d61137915e6 100644 --- a/packages/issue-utils/CHANGELOG.md +++ b/packages/issue-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/googleapis/repo-automation-bots/compare/issue-utils-v3.0.0...issue-utils-v4.0.0) (2024-09-06) + + +### ⚠ BREAKING CHANGES + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) + +### Bug Fixes + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b)) + ## [3.0.0](https://github.com/googleapis/repo-automation-bots/compare/issue-utils-v2.2.0...issue-utils-v3.0.0) (2023-09-18) diff --git a/packages/issue-utils/package-lock.json b/packages/issue-utils/package-lock.json index b7464976a80..1ddf1562b7c 100644 --- a/packages/issue-utils/package-lock.json +++ b/packages/issue-utils/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-automations/issue-utils", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-automations/issue-utils", - "version": "3.0.0", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "gcf-utils": "^16.0.0", diff --git a/packages/issue-utils/package.json b/packages/issue-utils/package.json index 7e7ff152e55..852eb6c1010 100644 --- a/packages/issue-utils/package.json +++ b/packages/issue-utils/package.json @@ -1,6 +1,6 @@ { "name": "@google-automations/issue-utils", - "version": "3.0.0", + "version": "4.0.0", "description": "Utilities for github issues", "scripts": { "compile": "tsc -p .", diff --git a/packages/object-selector/CHANGELOG.md b/packages/object-selector/CHANGELOG.md index f6552d4edca..212d6ea575f 100644 --- a/packages/object-selector/CHANGELOG.md +++ b/packages/object-selector/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/googleapis/repo-automation-bots/compare/object-selector-v4.0.0...object-selector-v5.0.0) (2024-09-06) + + +### ⚠ BREAKING CHANGES + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) + +### Bug Fixes + +* **deps:** update gcf-utils to v16 ([#5464](https://github.com/googleapis/repo-automation-bots/issues/5464)) ([d9d19ce](https://github.com/googleapis/repo-automation-bots/commit/d9d19ce7a46c7b605ce46dc489c05c16bd8d7c9b)) + ## [4.0.0](https://github.com/googleapis/repo-automation-bots/compare/object-selector-v3.0.2...object-selector-v4.0.0) (2023-09-18) diff --git a/packages/object-selector/package-lock.json b/packages/object-selector/package-lock.json index f919c00a6b8..1dd099eeb1e 100644 --- a/packages/object-selector/package-lock.json +++ b/packages/object-selector/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-automations/object-selector", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-automations/object-selector", - "version": "4.0.0", + "version": "5.0.0", "license": "Apache-2.0", "dependencies": { "ajv": "^8.11.0", diff --git a/packages/object-selector/package.json b/packages/object-selector/package.json index 38d5376b463..461bdfa643e 100644 --- a/packages/object-selector/package.json +++ b/packages/object-selector/package.json @@ -1,6 +1,6 @@ { "name": "@google-automations/object-selector", - "version": "4.0.0", + "version": "5.0.0", "description": "Utilities for selecting objects", "scripts": { "compile": "tsc -p .",