Skip to content

Commit

Permalink
chore: release main (#4930)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Jeffrey Rennie <rennie@google.com>
  • Loading branch information
release-please[bot] and SurferJeffAtGoogle committed Jan 12, 2023
1 parent 65d0cb0 commit e4c3292
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/bot-config-utils": "6.1.3",
"packages/cron-utils": "3.2.1",
"packages/cron-utils": "3.2.2",
"packages/datastore-lock": "4.0.4",
"packages/gcf-utils": "14.4.5",
"packages/gcf-utils": "14.4.6",
"packages/git-file-utils": "1.2.5",
"packages/issue-utils": "2.1.2",
"packages/label-utils": "3.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/cron-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.2.2](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v3.2.1...cron-utils-v3.2.2) (2023-01-12)


### Bug Fixes

* **deps:** [cron-utils] update dependency @google-cloud/run to ^0.3.0 ([#4879](https://github.com/googleapis/repo-automation-bots/issues/4879)) ([3759875](https://github.com/googleapis/repo-automation-bots/commit/37598753143364d6a159fbad01bd518a7be83962))

## [3.2.1](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v3.2.0...cron-utils-v3.2.1) (2022-12-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/cron-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cron-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-automations/cron-utils",
"version": "3.2.1",
"version": "3.2.2",
"description": "Utilities for setting up bot crons",
"scripts": {
"compile": "tsc -p .",
Expand Down
7 changes: 7 additions & 0 deletions packages/gcf-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [14.4.6](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v14.4.5...gcf-utils-v14.4.6) (2023-01-12)


### Bug Fixes

* update dependency on jsonwebtoken ([#4929](https://github.com/googleapis/repo-automation-bots/issues/4929)) ([325f171](https://github.com/googleapis/repo-automation-bots/commit/325f17191e2c102b53eff6673c0fdd2b10ed642d))

## [14.4.5](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v14.4.4...gcf-utils-v14.4.5) (2023-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/gcf-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gcf-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcf-utils",
"version": "14.4.5",
"version": "14.4.6",
"description": "An extension for running Probot in Google Cloud Functions",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit e4c3292

Please sign in to comment.