Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and sofisl committed Sep 3, 2024
1 parent 2f2ab88 commit 29f33eb
Show file tree
Hide file tree
Showing 44 changed files with 222 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,45 @@

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

## [144.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v143.0.0...googleapis-v144.0.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* **migrationcenter:** This release has breaking changes.
* **discoveryengine:** This release has breaking changes.
* **content:** This release has breaking changes.
* **compute:** This release has breaking changes.
* **aiplatform:** This release has breaking changes.

### Features

* **aiplatform:** update the API ([5608606](https://github.com/googleapis/google-api-nodejs-client/commit/560860666d0ddffa1424ce9c404109ce9f3ac6f7))
* **alloydb:** update the API ([ada8fc6](https://github.com/googleapis/google-api-nodejs-client/commit/ada8fc685e70ac650421bc6eccf9d5e12e47720f))
* **artifactregistry:** update the API ([698b77f](https://github.com/googleapis/google-api-nodejs-client/commit/698b77f53f1683f3c5c6a67c874bc66a7b1c18f6))
* **compute:** update the API ([42c636d](https://github.com/googleapis/google-api-nodejs-client/commit/42c636d95a50083214fa77604de496f03b96d784))
* **content:** update the API ([65db039](https://github.com/googleapis/google-api-nodejs-client/commit/65db03915d0b74ee864ec54cb23a3eb549df6ebf))
* **dataproc:** update the API ([0ce260e](https://github.com/googleapis/google-api-nodejs-client/commit/0ce260e745c14e69a876a8ae68638229340465ad))
* **discoveryengine:** update the API ([d7d6c3f](https://github.com/googleapis/google-api-nodejs-client/commit/d7d6c3f1726c4647f42fe1cc02e189bb1ddbc7ab))
* **healthcare:** update the API ([4767f7a](https://github.com/googleapis/google-api-nodejs-client/commit/4767f7ac66946a69e766b3560d36142f52681be9))
* **migrationcenter:** update the API ([d42c0fd](https://github.com/googleapis/google-api-nodejs-client/commit/d42c0fd2364d050bf206f650ffd7a7bc865b7aec))
* regenerate index files ([2f2ab88](https://github.com/googleapis/google-api-nodejs-client/commit/2f2ab8899c2296147016111461b9ee8a80d8c5ec))
* **securitycenter:** update the API ([b82bcee](https://github.com/googleapis/google-api-nodejs-client/commit/b82bceec5286bf7e018e33c6674ed17b7f644698))
* **servicenetworking:** update the API ([770e82d](https://github.com/googleapis/google-api-nodejs-client/commit/770e82d4274e4121b68730ee809c841a7cf103d5))


### Bug Fixes

* **analyticsadmin:** update the API ([9b434bb](https://github.com/googleapis/google-api-nodejs-client/commit/9b434bb40d59f70cdf0873986109d68fd5f0c4ee))
* **analyticsdata:** update the API ([725603f](https://github.com/googleapis/google-api-nodejs-client/commit/725603f462bdee7a46e53c3fca6a83590d326a7c))
* **assuredworkloads:** update the API ([d19c969](https://github.com/googleapis/google-api-nodejs-client/commit/d19c9692a940fac059512bf2059e9f0e954f49f7))
* **cloudasset:** update the API ([09063b6](https://github.com/googleapis/google-api-nodejs-client/commit/09063b6fa3f09756153326cef180c5750409d655))
* **cloudfunctions:** update the API ([158373f](https://github.com/googleapis/google-api-nodejs-client/commit/158373f1d84156c77b347f5925fa1bcde28acc8a))
* **places:** update the API ([f9b8acb](https://github.com/googleapis/google-api-nodejs-client/commit/f9b8acbc01ca8d32a86827fb7813f7b0a10c06a6))
* **retail:** update the API ([f2c43de](https://github.com/googleapis/google-api-nodejs-client/commit/f2c43de9cf0fb7f398ae00147c7578bde1bdca5a))
* **sheets:** update the API ([2c4f5c4](https://github.com/googleapis/google-api-nodejs-client/commit/2c4f5c4289630060b4ab221715790867492d222c))
* **workspaceevents:** update the API ([dbdb567](https://github.com/googleapis/google-api-nodejs-client/commit/dbdb5670b40f930facb092aa26e0540bf41e9d77))

## [143.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v142.0.0...googleapis-v143.0.0) (2024-08-27)


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": "143.0.0",
"version": "144.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": "^4.17.1",
"googleapis": "^143.0.0",
"googleapis": "^144.0.0",
"googleapis-common": "^7.0.0",
"nconf": "^0.12.0",
"open": "^8.0.0",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [16.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/aiplatform-v15.0.0...aiplatform-v16.0.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* **aiplatform:** This release has breaking changes.

### Features

* **aiplatform:** update the API ([5608606](https://github.com/googleapis/google-api-nodejs-client/commit/560860666d0ddffa1424ce9c404109ce9f3ac6f7))

## [15.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/aiplatform-v14.0.0...aiplatform-v15.0.0) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/aiplatform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/aiplatform",
"version": "15.0.0",
"version": "16.0.0",
"description": "aiplatform",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/alloydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/alloydb-v11.0.0...alloydb-v11.1.0) (2024-08-30)


### Features

* **alloydb:** update the API ([ada8fc6](https://github.com/googleapis/google-api-nodejs-client/commit/ada8fc685e70ac650421bc6eccf9d5e12e47720f))

## [11.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/alloydb-v10.0.0...alloydb-v11.0.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/alloydb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/alloydb",
"version": "11.0.0",
"version": "11.1.0",
"description": "alloydb",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/analyticsadmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/analyticsadmin-v11.0.0...analyticsadmin-v11.0.1) (2024-08-30)


### Bug Fixes

* **analyticsadmin:** update the API ([9b434bb](https://github.com/googleapis/google-api-nodejs-client/commit/9b434bb40d59f70cdf0873986109d68fd5f0c4ee))

## [11.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/analyticsadmin-v10.0.1...analyticsadmin-v11.0.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/analyticsadmin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/analyticsadmin",
"version": "11.0.0",
"version": "11.0.1",
"description": "analyticsadmin",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/analyticsdata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.2](https://github.com/googleapis/google-api-nodejs-client/compare/analyticsdata-v1.5.1...analyticsdata-v1.5.2) (2024-08-30)


### Bug Fixes

* **analyticsdata:** update the API ([725603f](https://github.com/googleapis/google-api-nodejs-client/commit/725603f462bdee7a46e53c3fca6a83590d326a7c))

## [1.5.1](https://github.com/googleapis/google-api-nodejs-client/compare/analyticsdata-v1.5.0...analyticsdata-v1.5.1) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/analyticsdata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/analyticsdata",
"version": "1.5.1",
"version": "1.5.2",
"description": "analyticsdata",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/artifactregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/artifactregistry-v12.0.1...artifactregistry-v12.1.0) (2024-08-30)


### Features

* **artifactregistry:** update the API ([698b77f](https://github.com/googleapis/google-api-nodejs-client/commit/698b77f53f1683f3c5c6a67c874bc66a7b1c18f6))

## [12.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/artifactregistry-v12.0.0...artifactregistry-v12.0.1) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/artifactregistry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/artifactregistry",
"version": "12.0.1",
"version": "12.1.0",
"description": "artifactregistry",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/assuredworkloads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/assuredworkloads-v10.0.0...assuredworkloads-v10.0.1) (2024-08-30)


### Bug Fixes

* **assuredworkloads:** update the API ([d19c969](https://github.com/googleapis/google-api-nodejs-client/commit/d19c9692a940fac059512bf2059e9f0e954f49f7))

## [10.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/assuredworkloads-v9.1.0...assuredworkloads-v10.0.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/assuredworkloads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/assuredworkloads",
"version": "10.0.0",
"version": "10.0.1",
"description": "assuredworkloads",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/cloudasset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudasset-v7.4.0...cloudasset-v7.4.1) (2024-08-30)


### Bug Fixes

* **cloudasset:** update the API ([09063b6](https://github.com/googleapis/google-api-nodejs-client/commit/09063b6fa3f09756153326cef180c5750409d655))

## [7.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudasset-v7.3.0...cloudasset-v7.4.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudasset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/cloudasset",
"version": "7.4.0",
"version": "7.4.1",
"description": "cloudasset",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/cloudfunctions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.3.1](https://github.com/googleapis/google-api-nodejs-client/compare/cloudfunctions-v4.3.0...cloudfunctions-v4.3.1) (2024-08-30)


### Bug Fixes

* **cloudfunctions:** update the API ([158373f](https://github.com/googleapis/google-api-nodejs-client/commit/158373f1d84156c77b347f5925fa1bcde28acc8a))

## [4.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/cloudfunctions-v4.2.0...cloudfunctions-v4.3.0) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudfunctions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/cloudfunctions",
"version": "4.3.0",
"version": "4.3.1",
"description": "cloudfunctions",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [21.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v20.0.0...compute-v21.0.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* **compute:** This release has breaking changes.

### Features

* **compute:** update the API ([42c636d](https://github.com/googleapis/google-api-nodejs-client/commit/42c636d95a50083214fa77604de496f03b96d784))

## [20.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/compute-v19.0.0...compute-v20.0.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/compute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/compute",
"version": "20.0.0",
"version": "21.0.0",
"description": "compute",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [31.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/content-v30.0.0...content-v31.0.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* **content:** This release has breaking changes.

### Features

* **content:** update the API ([65db039](https://github.com/googleapis/google-api-nodejs-client/commit/65db03915d0b74ee864ec54cb23a3eb549df6ebf))

## [30.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/content-v29.0.0...content-v30.0.0) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/content",
"version": "30.0.0",
"version": "31.0.0",
"description": "content",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/dataproc-v9.0.0...dataproc-v9.1.0) (2024-08-30)


### Features

* **dataproc:** update the API ([0ce260e](https://github.com/googleapis/google-api-nodejs-client/commit/0ce260e745c14e69a876a8ae68638229340465ad))

## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/dataproc-v8.1.0...dataproc-v9.0.0) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/dataproc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/dataproc",
"version": "9.0.0",
"version": "9.1.0",
"description": "dataproc",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/discoveryengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [15.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/discoveryengine-v14.0.0...discoveryengine-v15.0.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* **discoveryengine:** This release has breaking changes.

### Features

* **discoveryengine:** update the API ([d7d6c3f](https://github.com/googleapis/google-api-nodejs-client/commit/d7d6c3f1726c4647f42fe1cc02e189bb1ddbc7ab))

## [14.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/discoveryengine-v13.1.0...discoveryengine-v14.0.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/discoveryengine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/discoveryengine",
"version": "14.0.0",
"version": "15.0.0",
"description": "discoveryengine",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/healthcare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [23.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/healthcare-v23.0.0...healthcare-v23.1.0) (2024-08-30)


### Features

* **healthcare:** update the API ([4767f7a](https://github.com/googleapis/google-api-nodejs-client/commit/4767f7ac66946a69e766b3560d36142f52681be9))

## [23.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/healthcare-v22.1.0...healthcare-v23.0.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/healthcare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/healthcare",
"version": "23.0.0",
"version": "23.1.0",
"description": "healthcare",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions src/apis/migrationcenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/migrationcenter-v6.1.0...migrationcenter-v7.0.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* **migrationcenter:** This release has breaking changes.

### Features

* **migrationcenter:** update the API ([d42c0fd](https://github.com/googleapis/google-api-nodejs-client/commit/d42c0fd2364d050bf206f650ffd7a7bc865b7aec))

## [6.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/migrationcenter-v6.0.0...migrationcenter-v6.1.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion src/apis/migrationcenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleapis/migrationcenter",
"version": "6.1.0",
"version": "7.0.0",
"description": "migrationcenter",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/apis/places/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/places-v9.4.0...places-v9.4.1) (2024-08-30)


### Bug Fixes

* **places:** update the API ([f9b8acb](https://github.com/googleapis/google-api-nodejs-client/commit/f9b8acbc01ca8d32a86827fb7813f7b0a10c06a6))

## [9.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/places-v9.3.1...places-v9.4.0) (2024-08-16)


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

0 comments on commit 29f33eb

Please sign in to comment.