Skip to content

Commit 4400e7a

Browse files
chore: release main
1 parent 838086d commit 4400e7a

File tree

46 files changed

+277
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+277
-23
lines changed

src/apis/analyticshub/CHANGELOG.md

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

3+
## [17.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/analyticshub-v16.0.0...analyticshub-v17.0.0) (2025-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
10+
### Features
11+
12+
* run the generator ([#3795](https://github.com/googleapis/google-api-nodejs-client/issues/3795)) ([c47e53a](https://github.com/googleapis/google-api-nodejs-client/commit/c47e53adc5fabc62081bfcec5c5d5642a0fdbbb2))
13+
314
## [16.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/analyticshub-v15.0.1...analyticshub-v16.0.0) (2025-09-16)
415

516

src/apis/analyticshub/package.json

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

src/apis/apigateway/CHANGELOG.md

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

3+
## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/apigateway-v4.0.0...apigateway-v5.0.0) (2025-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
10+
### Features
11+
12+
* run the generator ([#3795](https://github.com/googleapis/google-api-nodejs-client/issues/3795)) ([c47e53a](https://github.com/googleapis/google-api-nodejs-client/commit/c47e53adc5fabc62081bfcec5c5d5642a0fdbbb2))
13+
314
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/apigateway-v3.0.0...apigateway-v4.0.0) (2025-09-16)
415

516

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": "4.0.0",
3+
"version": "5.0.0",
44
"description": "apigateway",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/backupdr/CHANGELOG.md

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

3+
## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/backupdr-v11.0.0...backupdr-v12.0.0) (2025-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
10+
### Features
11+
12+
* run the generator ([#3795](https://github.com/googleapis/google-api-nodejs-client/issues/3795)) ([c47e53a](https://github.com/googleapis/google-api-nodejs-client/commit/c47e53adc5fabc62081bfcec5c5d5642a0fdbbb2))
13+
314
## [11.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/backupdr-v10.0.0...backupdr-v11.0.0) (2025-09-16)
415

516

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": "11.0.0",
3+
"version": "12.0.0",
44
"description": "backupdr",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/bigqueryreservation/CHANGELOG.md

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

3+
## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigqueryreservation-v5.0.0...bigqueryreservation-v6.0.0) (2025-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
10+
### Features
11+
12+
* run the generator ([#3795](https://github.com/googleapis/google-api-nodejs-client/issues/3795)) ([c47e53a](https://github.com/googleapis/google-api-nodejs-client/commit/c47e53adc5fabc62081bfcec5c5d5642a0fdbbb2))
13+
314
## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigqueryreservation-v4.2.0...bigqueryreservation-v5.0.0) (2025-09-16)
415

516

src/apis/bigqueryreservation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/bigqueryreservation",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "bigqueryreservation",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release has breaking changes.
9+
10+
### Features
11+
12+
* run the generator ([#3795](https://github.com/googleapis/google-api-nodejs-client/issues/3795)) ([c47e53a](https://github.com/googleapis/google-api-nodejs-client/commit/c47e53adc5fabc62081bfcec5c5d5642a0fdbbb2))

src/apis/cloudcommerceprocurement/package.json

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

0 commit comments

Comments
 (0)