Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"packages/google-cloud-language": "5.1.0",
"packages/google-cloud-oslogin": "4.0.2",
"packages/google-cloud-phishingprotection": "3.0.4",
"packages/google-cloud-recommender": "5.0.2",
"packages/google-cloud-recommender": "6.0.0",
"packages/google-cloud-redis": "3.1.3",
"packages/google-cloud-resourcemanager": "4.1.1",
"packages/google-cloud-security-publicca": "0.1.1",
"packages/google-devtools-artifactregistry": "2.0.0",
"packages/google-iam": "0.2.0",
"packages/google-maps-routing": "0.1.1",
"packages/google-monitoring-dashboard": "2.7.0",
"packages/google-monitoring-dashboard": "2.7.1",
"packages/typeless-sample-bot": "1.0.0"
}
18 changes: 18 additions & 0 deletions packages/google-cloud-recommender/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-cloud-node/compare/recommender-v5.0.2...recommender-v6.0.0) (2022-10-13)


### ⚠ BREAKING CHANGES

* Update library to use Node 12 (#233)

### Bug Fixes

* Change import long to require ([#239](https://github.com/googleapis/google-cloud-node/issues/239)) ([26b772e](https://github.com/googleapis/google-cloud-node/commit/26b772e23e932e598e8bb0f1dad1401e2f66df85))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#242](https://github.com/googleapis/google-cloud-node/issues/242)) ([c57511e](https://github.com/googleapis/google-cloud-node/commit/c57511e6342d9a7c6736a1793c46fb9626c27101))
* use google-gax v3.3.0 ([c57511e](https://github.com/googleapis/google-cloud-node/commit/c57511e6342d9a7c6736a1793c46fb9626c27101))


### Build System

* Update library to use Node 12 ([#233](https://github.com/googleapis/google-cloud-node/issues/233)) ([98d8495](https://github.com/googleapis/google-cloud-node/commit/98d8495a89e62b839005d8169544ab02e4e43f1c))

## [5.0.2](https://github.com/googleapis/nodejs-recommender/compare/v5.0.1...v5.0.2) (2022-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recommender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/recommender",
"version": "5.0.2",
"version": "6.0.0",
"description": "Recommender client for Node.js",
"repository": "googleapis/nodejs-recommender",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recommender/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/recommender": "^5.0.2"
"@google-cloud/recommender": "^6.0.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-monitoring-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.7.1](https://github.com/googleapis/google-cloud-node/compare/monitoring-dashboards-v2.7.0...monitoring-dashboards-v2.7.1) (2022-10-13)


### Bug Fixes

* Samples test ([8311347](https://github.com/googleapis/google-cloud-node/commit/83113476faf791e74411419f8d4e0772df30fbf0))

## [2.7.0](https://github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.6.1...v2.7.0) (2022-04-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-monitoring-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/monitoring-dashboards",
"version": "2.7.0",
"version": "2.7.1",
"description": "interact with dashboards for viewing and analyzing metric data",
"repository": "googleapis/nodejs-monitoring-dashboards",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/monitoring-dashboards": "^2.7.0"
"@google-cloud/monitoring-dashboards": "^2.7.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down