Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"src/apis/adsenseplatform": "5.0.0",
"src/apis/androiddeviceprovisioning": "10.0.0",
"src/apis/appsactivity": "5.0.0",
"src/apis/accesscontextmanager": "11.0.2",
"src/apis/accesscontextmanager": "12.0.0",
"src/apis/workflows": "7.0.0",
"src/apis/datastore": "8.0.0",
"src/apis/dataplex": "23.0.0",
Expand Down Expand Up @@ -216,7 +216,7 @@
"src/apis/billingbudgets": "5.0.0",
"src/apis/policysimulator": "17.0.0",
"src/apis/sql": "5.0.0",
"src/apis/advisorynotifications": "5.0.1",
"src/apis/advisorynotifications": "6.0.0",
"src/apis/factchecktools": "5.0.0",
"src/apis/forms": "6.0.0",
"src/apis/homegraph": "8.0.0",
Expand Down Expand Up @@ -314,7 +314,7 @@
"src/apis/identitytoolkit": "19.0.0",
"src/apis/sheets": "13.0.0",
"src/apis/monitoring": "13.0.0",
".": "163.0.0",
".": "164.0.0",
"src/apis/cloudcommerceprocurement": "2.0.0",
"src/apis/datamanager": "2.0.0",
"src/apis/chromewebstore": "2.0.0"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

[1]: https://www.npmjs.com/package/googleapis?activeTab=versions

## [164.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v163.0.0...googleapis-v164.0.0) (2025-10-15)


### ⚠ BREAKING CHANGES

* releasing for advisory notifications and accesscontextmanager ([#3818](https://github.com/googleapis/google-api-nodejs-client/issues/3818))

### Bug Fixes

* releasing for advisory notifications and accesscontextmanager ([#3818](https://github.com/googleapis/google-api-nodejs-client/issues/3818)) ([ff4bf3b](https://github.com/googleapis/google-api-nodejs-client/commit/ff4bf3b03ac71a2ad14932c2ebf3c9d25f4767b0))

## [163.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v162.0.0...googleapis-v163.0.0) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googleapis",
"version": "163.0.0",
"version": "164.0.0",
"repository": "googleapis/google-api-nodejs-client",
"license": "Apache-2.0",
"description": "Google APIs Client Library for Node.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@google-cloud/local-auth": "^3.0.0",
"express": "^5.0.0",
"googleapis": "^163.0.0",
"googleapis": "^164.0.0",
"googleapis-common": "^8.0.2-rc.0",
"nconf": "^0.13.0",
"open": "^8.0.0",
Expand Down
20 changes: 20 additions & 0 deletions src/apis/accesscontextmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [12.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/accesscontextmanager-v11.0.2...accesscontextmanager-v12.0.0) (2025-10-15)


### ⚠ BREAKING CHANGES

* releasing for advisory notifications and accesscontextmanager ([#3818](https://github.com/googleapis/google-api-nodejs-client/issues/3818))
* This release has breaking changes.
* This release has breaking changes.

### Features

* run the generator ([#3811](https://github.com/googleapis/google-api-nodejs-client/issues/3811)) ([78b9203](https://github.com/googleapis/google-api-nodejs-client/commit/78b9203251a7e2d48bf29657ebd53dcdaba15acf))
* run the generator ([#3814](https://github.com/googleapis/google-api-nodejs-client/issues/3814)) ([4ba19d0](https://github.com/googleapis/google-api-nodejs-client/commit/4ba19d068b2b8deb28d773ebc6a3418f5e4a7162))


### Bug Fixes

* releasing for advisory notifications and accesscontextmanager ([#3818](https://github.com/googleapis/google-api-nodejs-client/issues/3818)) ([ff4bf3b](https://github.com/googleapis/google-api-nodejs-client/commit/ff4bf3b03ac71a2ad14932c2ebf3c9d25f4767b0))
* 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))

## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/accesscontextmanager-v1.0.5...accesscontextmanager-v2.0.0) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/accesscontextmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/accesscontextmanager",
"version": "11.0.2",
"version": "12.0.0",
"description": "accesscontextmanager",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions src/apis/advisorynotifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [6.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/advisorynotifications-v5.0.1...advisorynotifications-v6.0.0) (2025-10-15)


### ⚠ BREAKING CHANGES

* releasing for advisory notifications and accesscontextmanager ([#3818](https://github.com/googleapis/google-api-nodejs-client/issues/3818))
* This release has breaking changes.

### Features

* run the generator ([#3814](https://github.com/googleapis/google-api-nodejs-client/issues/3814)) ([4ba19d0](https://github.com/googleapis/google-api-nodejs-client/commit/4ba19d068b2b8deb28d773ebc6a3418f5e4a7162))


### Bug Fixes

* releasing for advisory notifications and accesscontextmanager ([#3818](https://github.com/googleapis/google-api-nodejs-client/issues/3818)) ([ff4bf3b](https://github.com/googleapis/google-api-nodejs-client/commit/ff4bf3b03ac71a2ad14932c2ebf3c9d25f4767b0))
* 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))

## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/advisorynotifications-v1.0.3...advisorynotifications-v2.0.0) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/advisorynotifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/advisorynotifications",
"version": "5.0.1",
"version": "6.0.0",
"description": "advisorynotifications",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
Loading