Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"core/precise-date": "6.0.0",
"core/projectify": "6.0.0",
"core/promisify": "6.0.0",
"handwritten/bigquery": "8.3.1",
"handwritten/bigquery": "8.3.2",
"handwritten/bigquery-storage": "5.1.2",
"handwritten/bigtable": "6.5.1",
"handwritten/cloud-profiler": "7.0.1",
Expand Down
20 changes: 19 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "305459ad78f6bf9e981d41a98468a586d15841d5",
"message": "Fix discovery.yaml by installing root dependencies",
"issues": [
"8955"
],
"scope": "ci"
}
],
"version": "8.3.2",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/bigquery",
"id": "3e4a9c39-2ed8-47bb-b47e-ed5ed23114d5",
"createTime": "2026-08-01T00:26:51.135Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -83908,5 +83926,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-07-29T20:49:49.925Z"
"updateTime": "2026-08-01T00:26:51.135Z"
}
1 change: 0 additions & 1 deletion handwritten/bigquery/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ build/
docs/
protos/
samples/generated/
system-test/fixtures
3 changes: 1 addition & 2 deletions handwritten/bigquery/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extends": "./node_modules/gts",
"root": true
"extends": "./node_modules/gts"
}
7 changes: 7 additions & 0 deletions handwritten/bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/bigquery?activeTab=versions

## [8.3.2](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.3.1...bigquery-v8.3.2) (2026-08-01)


### Bug Fixes

* **ci:** Fix discovery.yaml by installing root dependencies ([#8955](https://github.com/googleapis/google-cloud-node/issues/8955)) ([305459a](https://github.com/googleapis/google-cloud-node/commit/305459ad78f6bf9e981d41a98468a586d15841d5))

## [8.3.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.3.0...bigquery-v8.3.1) (2026-05-11)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/bigquery",
"description": "Google BigQuery Client Library for Node.js",
"version": "8.3.1",
"version": "8.3.2",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
Loading
Loading