Skip to content
Merged
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 @@ -26,10 +26,10 @@
"packages/google-cloud-redis": "3.1.3",
"packages/google-cloud-resourcemanager": "4.1.1",
"packages/google-cloud-security-publicca": "0.1.1",
"packages/google-cloud-shell": "2.0.1",
"packages/google-cloud-shell": "2.0.2",
"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"
}
9 changes: 9 additions & 0 deletions packages/google-cloud-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.2](https://github.com/googleapis/google-cloud-node/compare/shell-v2.0.1...shell-v2.0.2) (2022-10-13)


### Bug Fixes

* Change import long to require ([#99](https://github.com/googleapis/google-cloud-node/issues/99)) ([6fadfbf](https://github.com/googleapis/google-cloud-node/commit/6fadfbff2f58b32f58a97d222008126f08122464))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/google-cloud-node/issues/1553)) ([#102](https://github.com/googleapis/google-cloud-node/issues/102)) ([0cb1a1a](https://github.com/googleapis/google-cloud-node/commit/0cb1a1a97898d4e9bfa9a46382782a8b38f8a90c))
* use google-gax v3.3.0 ([0cb1a1a](https://github.com/googleapis/google-cloud-node/commit/0cb1a1a97898d4e9bfa9a46382782a8b38f8a90c))

## [2.0.1](https://github.com/googleapis/nodejs-cloud-shell/compare/v2.0.0...v2.0.1) (2022-08-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-shell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/google-cloud-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/shell",
"version": "2.0.1",
"version": "2.0.2",
"description": "cloudshell client for Node.js",
"repository": "googleapis/nodejs-cloud-shell",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-shell/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/shell": "^2.0.1"
"@google-cloud/shell": "^2.0.2"
},
"devDependencies": {
"c8": "^7.1.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
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dashboard",
"version": "2.7.0",
"version": "2.7.1",
"language": "TYPESCRIPT",
"apis": [
{
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