Skip to content

Commit

Permalink
chore: release main (#5229)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>bot-config-utils: 7.0.0</summary>

##
[7.0.0](bot-config-utils-v6.1.3...bot-config-utils-v7.0.0)
(2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18
([#5225](#5225))

### Features

* require node 18
([#5225](#5225))
([b2f851a](b2f851a))
</details>

<details><summary>cron-utils: 4.0.0</summary>

##
[4.0.0](cron-utils-v3.2.2...cron-utils-v4.0.0)
(2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18
([#5225](#5225))

### Features

* require node 18
([#5225](#5225))
([b2f851a](b2f851a))
</details>

<details><summary>git-file-utils: 2.0.0</summary>

##
[2.0.0](git-file-utils-v1.2.6...git-file-utils-v2.0.0)
(2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18
([#5225](#5225))

### Features

* require node 18
([#5225](#5225))
([b2f851a](b2f851a))
</details>

<details><summary>label-utils: 4.0.0</summary>

##
[4.0.0](label-utils-v3.0.2...label-utils-v4.0.0)
(2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18
([#5225](#5225))

### Features

* require node 18
([#5225](#5225))
([b2f851a](b2f851a))
</details>

<details><summary>object-selector: 4.0.0</summary>

##
[4.0.0](object-selector-v3.0.2...object-selector-v4.0.0)
(2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18
([#5225](#5225))

### Features

* require node 18
([#5225](#5225))
([b2f851a](b2f851a))
</details>

---
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>
Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
release-please[bot] and chingor13 committed Sep 18, 2023
1 parent 91bd933 commit e26087e
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/bot-config-utils": "6.1.3",
"packages/cron-utils": "3.2.2",
"packages/bot-config-utils": "7.0.0",
"packages/cron-utils": "4.0.0",
"packages/datastore-lock": "5.0.0",
"packages/flakybot": "1.2.0",
"packages/gcf-utils": "15.0.0",
"packages/git-file-utils": "1.2.6",
"packages/git-file-utils": "2.0.0",
"packages/issue-utils": "3.0.0",
"packages/label-utils": "3.0.2",
"packages/label-utils": "4.0.0",
"packages/mono-repo-publish": "1.7.0",
"packages/object-selector": "3.0.2",
"packages/object-selector": "4.0.0",
"packages/release-brancher": "1.3.3"
}
11 changes: 11 additions & 0 deletions packages/bot-config-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [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)


### ⚠ BREAKING CHANGES

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225))

### Features

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225)) ([b2f851a](https://github.com/googleapis/repo-automation-bots/commit/b2f851a741d191719f2e3840b09e4230de9826f9))

## [6.1.3](https://github.com/googleapis/repo-automation-bots/compare/bot-config-utils-v6.1.2...bot-config-utils-v6.1.3) (2023-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/bot-config-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/bot-config-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-automations/bot-config-utils",
"version": "6.1.3",
"version": "7.0.0",
"description": "Utilities for github bot config",
"scripts": {
"compile": "tsc -p .",
Expand Down
11 changes: 11 additions & 0 deletions packages/cron-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/googleapis/repo-automation-bots/compare/cron-utils-v3.2.2...cron-utils-v4.0.0) (2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225))

### Features

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225)) ([b2f851a](https://github.com/googleapis/repo-automation-bots/commit/b2f851a741d191719f2e3840b09e4230de9826f9))

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


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.2",
"version": "4.0.0",
"description": "Utilities for setting up bot crons",
"scripts": {
"compile": "tsc -p .",
Expand Down
11 changes: 11 additions & 0 deletions packages/git-file-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/googleapis/repo-automation-bots/compare/git-file-utils-v1.2.6...git-file-utils-v2.0.0) (2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225))

### Features

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225)) ([b2f851a](https://github.com/googleapis/repo-automation-bots/commit/b2f851a741d191719f2e3840b09e4230de9826f9))

## [1.2.6](https://github.com/googleapis/repo-automation-bots/compare/git-file-utils-v1.2.5...git-file-utils-v1.2.6) (2023-01-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/git-file-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/git-file-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-automations/git-file-utils",
"version": "1.2.6",
"version": "2.0.0",
"description": "Utilities for github file operation",
"scripts": {
"compile": "tsc -p .",
Expand Down
11 changes: 11 additions & 0 deletions packages/label-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/googleapis/repo-automation-bots/compare/label-utils-v3.0.2...label-utils-v4.0.0) (2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225))

### Features

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225)) ([b2f851a](https://github.com/googleapis/repo-automation-bots/commit/b2f851a741d191719f2e3840b09e4230de9826f9))

## [3.0.2](https://github.com/googleapis/repo-automation-bots/compare/label-utils-v3.0.1...label-utils-v3.0.2) (2023-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/label-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/label-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-automations/label-utils",
"version": "3.0.2",
"version": "4.0.0",
"description": "Utilities for github labels",
"scripts": {
"compile": "tsc -p .",
Expand Down
11 changes: 11 additions & 0 deletions packages/object-selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/googleapis/repo-automation-bots/compare/object-selector-v3.0.2...object-selector-v4.0.0) (2023-09-18)


### ⚠ BREAKING CHANGES

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225))

### Features

* require node 18 ([#5225](https://github.com/googleapis/repo-automation-bots/issues/5225)) ([b2f851a](https://github.com/googleapis/repo-automation-bots/commit/b2f851a741d191719f2e3840b09e4230de9826f9))

## [3.0.2](https://github.com/googleapis/repo-automation-bots/compare/object-selector-v3.0.1...object-selector-v3.0.2) (2023-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/object-selector/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/object-selector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-automations/object-selector",
"version": "3.0.2",
"version": "4.0.0",
"description": "Utilities for selecting objects",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit e26087e

Please sign in to comment.