Skip to content

Commit 71ba4d5

Browse files
chore: release main
1 parent 8ac8960 commit 71ba4d5

29 files changed

Lines changed: 107 additions & 37 deletions

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"packages/bot-config-utils": "9.0.2",
3-
"packages/cron-utils": "5.0.1",
4-
"packages/datastore-lock": "7.1.4",
5-
"packages/flakybot": "1.3.2",
6-
"packages/gcf-utils": "17.1.3",
7-
"packages/git-file-utils": "3.0.1",
8-
"packages/issue-utils": "5.1.1",
9-
"packages/label-utils": "6.1.3",
10-
"packages/mono-repo-publish": "1.7.1",
11-
"packages/release-brancher": "1.3.4"
2+
"packages/bot-config-utils": "9.1.0",
3+
"packages/cron-utils": "5.1.0",
4+
"packages/datastore-lock": "7.2.0",
5+
"packages/flakybot": "1.4.0",
6+
"packages/gcf-utils": "17.2.0",
7+
"packages/git-file-utils": "3.1.0",
8+
"packages/issue-utils": "5.2.0",
9+
"packages/label-utils": "6.2.0",
10+
"packages/mono-repo-publish": "1.8.0",
11+
"packages/release-brancher": "1.4.0"
1212
}

packages/bot-config-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.1.0](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v9.0.2...bot-config-utils-v9.1.0) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* upgrade repository to Node.js 22 ([#6243](https://github.com/googleapis/repo-automation-bots/issues/6243)) ([e7f322d](https://github.com/googleapis/repo-automation-bots/commit/e7f322d592590ce6f0e5d894de5eab247df077fe))
9+
310
## [9.0.2](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v9.0.1...bot-config-utils-v9.0.2) (2026-03-30)
411

512

packages/bot-config-utils/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bot-config-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-automations/bot-config-utils",
3-
"version": "9.0.2",
3+
"version": "9.1.0",
44
"description": "Utilities for github bot config",
55
"scripts": {
66
"compile": "tsc -p .",

packages/cron-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v5.0.1...cron-utils-v5.1.0) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* upgrade repository to Node.js 22 ([#6243](https://github.com/googleapis/repo-automation-bots/issues/6243)) ([e7f322d](https://github.com/googleapis/repo-automation-bots/commit/e7f322d592590ce6f0e5d894de5eab247df077fe))
9+
310
## [5.0.1](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v5.0.0...cron-utils-v5.0.1) (2026-03-30)
411

512

packages/cron-utils/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cron-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-automations/cron-utils",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Utilities for setting up bot crons",
55
"scripts": {
66
"compile": "tsc -p .",

packages/datastore-lock/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.2.0](https://github.com/googleapis/repo-automation-bots/compare/datastore-lock-v7.1.4...datastore-lock-v7.2.0) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* upgrade repository to Node.js 22 ([#6243](https://github.com/googleapis/repo-automation-bots/issues/6243)) ([e7f322d](https://github.com/googleapis/repo-automation-bots/commit/e7f322d592590ce6f0e5d894de5eab247df077fe))
9+
310
## [7.1.4](https://github.com/googleapis/repo-automation-bots/compare/datastore-lock-v7.1.3...datastore-lock-v7.1.4) (2026-06-09)
411

512

packages/datastore-lock/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/datastore-lock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-automations/datastore-lock",
3-
"version": "7.1.4",
3+
"version": "7.2.0",
44
"description": "Distributed lock backed by Google Cloud Datastore",
55
"scripts": {
66
"compile": "tsc -p .",

0 commit comments

Comments
 (0)