Skip to content

Commit

Permalink
chore(main): release 2.7.0 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 11, 2022
1 parent 45747a8 commit 7cce11b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.0](https://github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.6.1...v2.7.0) (2022-04-08)


### Features

* Sync public protos with latests public api state. This adds support for collapsible groups, filters, labels, drilldowns, logs panels and tables ([#257](https://github.com/googleapis/nodejs-monitoring-dashboards/issues/257)) ([5f539c1](https://github.com/googleapis/nodejs-monitoring-dashboards/commit/5f539c1957a448bf475e568f2b4fe76fa5d4c3a8))

### [2.6.1](https://www.github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.6.0...v2.6.1) (2021-09-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.6.1",
"version": "2.7.0",
"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.6.1"
"@google-cloud/monitoring-dashboards": "^2.7.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 7cce11b

Please sign in to comment.