Skip to content

Commit 2bb753c

Browse files
chore: release main
1 parent 28336e6 commit 2bb753c

File tree

14 files changed

+68
-90
lines changed

14 files changed

+68
-90
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 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",
4-
"packages/datastore-lock": "7.0.0",
5-
"packages/flakybot": "1.2.3",
4+
"packages/datastore-lock": "7.1.0",
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/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.1.0](https://github.com/googleapis/repo-automation-bots/compare/datastore-lock-v7.0.0...datastore-lock-v7.1.0) (2025-08-15)
4+
5+
6+
### Features
7+
8+
* **datastore-lock:** update dependencies ([#5915](https://github.com/googleapis/repo-automation-bots/issues/5915)) ([28336e6](https://github.com/googleapis/repo-automation-bots/commit/28336e6b3a3505ed60498a44c258f3ff1fe63d27))
9+
310
## [7.0.0](https://github.com/googleapis/repo-automation-bots/compare/datastore-lock-v6.0.0...datastore-lock-v7.0.0) (2025-03-12)
411

512

packages/datastore-lock/package-lock.json

Lines changed: 18 additions & 75 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.0.0",
3+
"version": "7.1.0",
44
"description": "Distributed lock backed by Google Cloud Datastore",
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.

0 commit comments

Comments
 (0)