Skip to content

Commit 70534cd

Browse files
chore: release main
1 parent a6fc9e4 commit 70534cd

File tree

11 files changed

+41
-13
lines changed

11 files changed

+41
-13
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"packages/bot-config-utils": "9.0.0",
2+
"packages/bot-config-utils": "9.0.1",
33
"packages/cron-utils": "5.0.0",
44
"packages/datastore-lock": "7.0.0",
5-
"packages/flakybot": "1.2.3",
5+
"packages/flakybot": "1.2.4",
66
"packages/gcf-utils": "17.1.1",
77
"packages/git-file-utils": "3.0.0",
8-
"packages/issue-utils": "5.0.0",
9-
"packages/label-utils": "6.0.0",
8+
"packages/issue-utils": "5.0.1",
9+
"packages/label-utils": "6.0.1",
1010
"packages/mono-repo-publish": "1.7.0",
1111
"packages/release-brancher": "1.3.3"
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.0.1](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v9.0.0...bot-config-utils-v9.0.1) (2025-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **fix-bot-utils:** regenerate package-lock.json ([#5882](https://github.com/googleapis/repo-automation-bots/issues/5882)) ([e6e3244](https://github.com/googleapis/repo-automation-bots/commit/e6e3244db2038f7ea9083ab463375e811115677c))
9+
310
## [9.0.0](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v8.0.0...bot-config-utils-v9.0.0) (2025-03-12)
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.0",
3+
"version": "9.0.1",
44
"description": "Utilities for github bot config",
55
"scripts": {
66
"compile": "tsc -p .",

packages/flakybot/CHANGELOG.md

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

3+
## [1.2.4](https://github.com/googleapis/repo-automation-bots/compare/flakybot-v1.2.3...flakybot-v1.2.4) (2025-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* security vulnerability for form data indirect dependency ([#5870](https://github.com/googleapis/repo-automation-bots/issues/5870)) ([dda7955](https://github.com/googleapis/repo-automation-bots/commit/dda795521b72510f697e6e3165b38e37102d8930))
9+
310
## [1.2.3](https://github.com/googleapis/repo-automation-bots/compare/flakybot-v1.2.2...flakybot-v1.2.3) (2025-02-21)
411

512

packages/issue-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.0.1](https://github.com/googleapis/repo-automation-bots/compare/issue-utils-v5.0.0...issue-utils-v5.0.1) (2025-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* security vulnerability for form data indirect dependency ([#5870](https://github.com/googleapis/repo-automation-bots/issues/5870)) ([dda7955](https://github.com/googleapis/repo-automation-bots/commit/dda795521b72510f697e6e3165b38e37102d8930))
9+
310
## [5.0.0](https://github.com/googleapis/repo-automation-bots/compare/issue-utils-v4.0.0...issue-utils-v5.0.0) (2025-03-12)
411

512

packages/issue-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/issue-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/issue-utils",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Utilities for github issues",
55
"scripts": {
66
"compile": "tsc -p .",

packages/label-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+
## [6.0.1](https://github.com/googleapis/repo-automation-bots/compare/label-utils-v6.0.0...label-utils-v6.0.1) (2025-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* security vulnerability for form data indirect dependency ([#5870](https://github.com/googleapis/repo-automation-bots/issues/5870)) ([dda7955](https://github.com/googleapis/repo-automation-bots/commit/dda795521b72510f697e6e3165b38e37102d8930))
9+
310
## [6.0.0](https://github.com/googleapis/repo-automation-bots/compare/label-utils-v5.0.0...label-utils-v6.0.0) (2025-03-12)
411

512

packages/label-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.

0 commit comments

Comments
 (0)