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 Oct 13, 2022
1 parent 6bf9bd4 commit e9c91b2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"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"
}
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
2 changes: 1 addition & 1 deletion packages/google-monitoring-dashboard/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/monitoring-dashboards": "^2.7.0"
"@google-cloud/monitoring-dashboards": "^2.7.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit e9c91b2

Please sign in to comment.