Skip to content

Commit

Permalink
chore: release main (#5987)
Browse files Browse the repository at this point in the history
* chore: release main

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Jan 28, 2025
1 parent 891a80f commit fa5c2ca
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"packages/google-identity-accesscontextmanager": "3.3.0",
"packages/google-maps-addressvalidation": "2.4.0",
"packages/google-maps-mapsplatformdatasets": "2.1.0",
"packages/google-maps-places": "1.8.0",
"packages/google-maps-places": "1.9.0",
"packages/google-maps-routing": "1.4.0",
"packages/google-monitoring-dashboard": "3.3.0",
"packages/google-privacy-dlp": "5.12.0",
Expand All @@ -164,7 +164,7 @@
"packages/google-cloud-servicehealth": "0.5.0",
"packages/google-apps-meet": "0.3.0",
"packages/google-cloud-parallelstore": "0.7.0",
"packages/google-cloud-cloudcontrolspartner": "0.3.1",
"packages/google-cloud-cloudcontrolspartner": "0.4.0",
"packages/google-cloud-telcoautomation": "0.3.0",
"packages/google-cloud-apphub": "0.3.0",
"packages/google-chat": "0.11.0",
Expand Down
36 changes: 35 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "e5e13cb8af58de2a6dc9b8735e9cae045c0b551c",
"message": "[cloudcontrolspartner] A new method `CreateCustomer` is added to service `CloudControlsPartnerCore`",
"issues": [
"5980"
]
}
],
"version": "0.4.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/cloudcontrolspartner",
"id": "6e508b64-4c51-4f02-9bbe-95a80410625e",
"createTime": "2025-01-28T01:11:23.868Z"
},
{
"changes": [
{
"type": "feat",
"sha": "d0a1ba90bc3b411dfb404c5d1933650a9c46552a",
"message": "[places] add more fuel type enum values",
"issues": [
"5981"
]
}
],
"version": "1.9.0",
"language": "JAVASCRIPT",
"artifactName": "@googlemaps/places",
"id": "ab3a1b1b-783b-4f8c-ad7b-73252f46b217",
"createTime": "2025-01-28T01:11:23.853Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -38865,5 +38899,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2025-01-23T17:44:12.173Z"
"updateTime": "2025-01-28T01:11:23.868Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-cloudcontrolspartner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-node/compare/cloudcontrolspartner-v0.3.1...cloudcontrolspartner-v0.4.0) (2025-01-28)


### Features

* [cloudcontrolspartner] A new method `CreateCustomer` is added to service `CloudControlsPartnerCore` ([#5980](https://github.com/googleapis/google-cloud-node/issues/5980)) ([e5e13cb](https://github.com/googleapis/google-cloud-node/commit/e5e13cb8af58de2a6dc9b8735e9cae045c0b551c))

## [0.3.1](https://github.com/googleapis/google-cloud-node/compare/cloudcontrolspartner-v0.3.0...cloudcontrolspartner-v0.3.1) (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-cloudcontrolspartner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/cloudcontrolspartner",
"version": "0.3.1",
"version": "0.4.0",
"description": "Cloud Controls Partner API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-cloudcontrolspartner",
"version": "0.3.1",
"version": "0.4.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-cloudcontrolspartner",
"version": "0.3.1",
"version": "0.4.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/cloudcontrolspartner": "^0.3.1"
"@google-cloud/cloudcontrolspartner": "^0.4.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-maps-places/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.0](https://github.com/googleapis/google-cloud-node/compare/places-v1.8.0...places-v1.9.0) (2025-01-28)


### Features

* [places] add more fuel type enum values ([#5981](https://github.com/googleapis/google-cloud-node/issues/5981)) ([d0a1ba9](https://github.com/googleapis/google-cloud-node/commit/d0a1ba90bc3b411dfb404c5d1933650a9c46552a))

## [1.8.0](https://github.com/googleapis/google-cloud-node/compare/places-v1.7.0...places-v1.8.0) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-places/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/places",
"version": "1.8.0",
"version": "1.9.0",
"description": "Places API (New) client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-places",
"version": "1.8.0",
"version": "1.9.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-places",
"version": "1.8.0",
"version": "1.9.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-maps-places/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@googlemaps/places": "^1.8.0"
"@googlemaps/places": "^1.9.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down

0 comments on commit fa5c2ca

Please sign in to comment.