Skip to content

Commit c3b4ac5

Browse files
release-please[bot]feywind
authored andcommitted
chore: release main
1 parent 4ed04ad commit c3b4ac5

16 files changed

Lines changed: 121 additions & 8 deletions

File tree

src/apis/apigateway/CHANGELOG.md

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

3+
## [1.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/apigateway-v1.0.1...apigateway-v1.0.2) (2025-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **apigateway:** update the API ([d4024ee](https://github.com/googleapis/google-api-nodejs-client/commit/d4024eeb58ec43df1c85f445658582ae192cd45a))
9+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
10+
311
## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/apigateway-v1.0.0...apigateway-v1.0.1) (2025-08-13)
412

513

src/apis/apigateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/apigateway",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "apigateway",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/appengine/CHANGELOG.md

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

3+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/appengine-v2.0.0...appengine-v3.0.0) (2025-08-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **appengine:** This release has breaking changes.
9+
10+
### Features
11+
12+
* **appengine:** update the API ([e4391cf](https://github.com/googleapis/google-api-nodejs-client/commit/e4391cf6ae3cf4f0fd56b94bb289c6cdfcdc1cf1))
13+
14+
15+
### Bug Fixes
16+
17+
* **appengine:** update the API ([b74df93](https://github.com/googleapis/google-api-nodejs-client/commit/b74df9358d6a9f75a00e68a485098ac8206f7bd1))
18+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
19+
320
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/appengine-v1.0.0...appengine-v2.0.0) (2025-08-13)
421

522

src/apis/appengine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/appengine",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "appengine",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/backupdr/CHANGELOG.md

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

3+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/backupdr-v2.0.0...backupdr-v3.0.0) (2025-08-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **backupdr:** This release has breaking changes.
9+
* This release has breaking changes.
10+
11+
### Features
12+
13+
* **backupdr:** update the API ([862877c](https://github.com/googleapis/google-api-nodejs-client/commit/862877c09b19887dda0f9360f1d9658c9e7a2105))
14+
* **backupdr:** update the API ([9b1735c](https://github.com/googleapis/google-api-nodejs-client/commit/9b1735cb7ffa53444ae4e2d90737d8711f584103))
15+
* **backupdr:** update the API ([f3d30f9](https://github.com/googleapis/google-api-nodejs-client/commit/f3d30f9a22972e88e8124aa593e0794353493480))
16+
* run the generator ([#3716](https://github.com/googleapis/google-api-nodejs-client/issues/3716)) ([cc510de](https://github.com/googleapis/google-api-nodejs-client/commit/cc510de95a4f5b76dd72cd01c496f5bca66dbebd))
17+
18+
19+
### Bug Fixes
20+
21+
* **backupdr:** update the API ([aafe114](https://github.com/googleapis/google-api-nodejs-client/commit/aafe114a50ffcd6995b98a811afc8ca223ccc2d0))
22+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
23+
324
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/backupdr-v1.0.0...backupdr-v2.0.0) (2025-08-13)
425

526

src/apis/backupdr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/backupdr",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "backupdr",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/connectors/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/connectors-v1.1.0...connectors-v1.2.0) (2025-08-15)
4+
5+
6+
### Features
7+
8+
* **connectors:** update the API ([3460c89](https://github.com/googleapis/google-api-nodejs-client/commit/3460c89d5fa93af4acb2eaf6f01b96638d999c53))
9+
* **connectors:** update the API ([2c2df84](https://github.com/googleapis/google-api-nodejs-client/commit/2c2df84452974e40556e5e3ac24552d6b7ec52b8))
10+
* run the generator ([#3721](https://github.com/googleapis/google-api-nodejs-client/issues/3721)) ([89a253d](https://github.com/googleapis/google-api-nodejs-client/commit/89a253dc14d931865a4a35fb9093a39a8804ec63))
11+
12+
13+
### Bug Fixes
14+
15+
* **connectors:** update the API ([5ff79a0](https://github.com/googleapis/google-api-nodejs-client/commit/5ff79a0a52b1d545be1e087d0bf2dd9ca36e302a))
16+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
17+
318
## [1.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/connectors-v1.0.0...connectors-v1.1.0) (2025-08-13)
419

520

src/apis/connectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/connectors",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "connectors",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/contactcenterinsights/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/contactcenterinsights-v1.1.0...contactcenterinsights-v1.2.0) (2025-08-15)
4+
5+
6+
### Features
7+
8+
* **contactcenterinsights:** update the API ([9a194ea](https://github.com/googleapis/google-api-nodejs-client/commit/9a194ea849cdfb7a690791eb1346129f7d94cc23))
9+
* **contactcenterinsights:** update the API ([89c4b12](https://github.com/googleapis/google-api-nodejs-client/commit/89c4b12e95adfe9b5ad080bb3e7151156e7ae84a))
10+
* run the generator ([#3721](https://github.com/googleapis/google-api-nodejs-client/issues/3721)) ([89a253d](https://github.com/googleapis/google-api-nodejs-client/commit/89a253dc14d931865a4a35fb9093a39a8804ec63))
11+
12+
13+
### Bug Fixes
14+
15+
* **contactcenterinsights:** update the API ([db5a534](https://github.com/googleapis/google-api-nodejs-client/commit/db5a534af371278e5b57efd2bc4d113697639cbe))
16+
* **contactcenterinsights:** update the API ([f0a09e0](https://github.com/googleapis/google-api-nodejs-client/commit/f0a09e09fb5ba93535980ee5cbe78edd6a0f23d8))
17+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
18+
319
## [1.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/contactcenterinsights-v1.0.0...contactcenterinsights-v1.1.0) (2025-08-13)
420

521

src/apis/contactcenterinsights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/contactcenterinsights",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "contactcenterinsights",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)