Skip to content

Commit 6059d1a

Browse files

File tree

9 files changed

+24
-8
lines changed

9 files changed

+24
-8
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"packages/google-cloud-redis": "3.1.3",
2727
"packages/google-cloud-resourcemanager": "4.1.1",
2828
"packages/google-cloud-security-publicca": "0.1.1",
29-
"packages/google-cloud-shell": "2.0.1",
29+
"packages/google-cloud-shell": "2.0.2",
3030
"packages/google-devtools-artifactregistry": "2.0.0",
3131
"packages/google-iam": "0.2.0",
3232
"packages/google-maps-routing": "0.1.1",
33-
"packages/google-monitoring-dashboard": "2.7.0",
33+
"packages/google-monitoring-dashboard": "2.7.1",
3434
"packages/typeless-sample-bot": "1.0.0"
3535
}

packages/google-cloud-shell/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/googleapis/google-cloud-node/compare/shell-v2.0.1...shell-v2.0.2) (2022-10-13)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
* use google-gax v3.3.0 ([0cb1a1a](https://github.com/googleapis/google-cloud-node/commit/0cb1a1a97898d4e9bfa9a46382782a8b38f8a90c))
11+
312
## [2.0.1](https://github.com/googleapis/nodejs-cloud-shell/compare/v2.0.0...v2.0.1) (2022-08-27)
413

514

packages/google-cloud-shell/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-shell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/shell",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "cloudshell client for Node.js",
55
"repository": "googleapis/nodejs-cloud-shell",
66
"license": "Apache-2.0",

packages/google-cloud-shell/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/shell": "^2.0.1"
16+
"@google-cloud/shell": "^2.0.2"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

packages/google-monitoring-dashboard/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.7.1](https://github.com/googleapis/google-cloud-node/compare/monitoring-dashboards-v2.7.0...monitoring-dashboards-v2.7.1) (2022-10-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Samples test ([8311347](https://github.com/googleapis/google-cloud-node/commit/83113476faf791e74411419f8d4e0772df30fbf0))
9+
310
## [2.7.0](https://github.com/googleapis/nodejs-monitoring-dashboards/compare/v2.6.1...v2.7.0) (2022-04-08)
411

512

packages/google-monitoring-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/monitoring-dashboards",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "interact with dashboards for viewing and analyzing metric data",
55
"repository": "googleapis/nodejs-monitoring-dashboards",
66
"license": "Apache-2.0",

packages/google-monitoring-dashboard/samples/generated/v1/snippet_metadata.google.monitoring.dashboard.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-dashboard",
4-
"version": "2.7.0",
4+
"version": "2.7.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-monitoring-dashboard/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/monitoring-dashboards": "^2.7.0"
16+
"@google-cloud/monitoring-dashboards": "^2.7.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.0.0",

0 commit comments

Comments
 (0)