diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f1d1f098f1..4d38c0c2565 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -27,7 +27,7 @@ "handwritten/cloud-profiler": "8.1.0", "handwritten/datastore": "11.1.0", "handwritten/error-reporting": "4.1.0", - "handwritten/firestore": "9.1.0", + "handwritten/firestore": "9.2.0", "handwritten/google-cloud-dns": "6.1.0", "handwritten/logging": "12.1.0", "handwritten/logging-bunyan": "6.1.0", diff --git a/changelog.json b/changelog.json index 7aa31c303dd..ef2a537fffd 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,32 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "435bcae6aa20c9fd50da0c8b67fe443c946e44cc", + "message": "Allow uninitialized client references in pipeline sources", + "issues": [ + "9318" + ], + "scope": "firestore" + }, + { + "type": "feat", + "sha": "1ea27c9c9bf4e4cbf79381321dcb9bce7951a76f", + "message": "PNPM workspace", + "issues": [ + "8973" + ] + } + ], + "version": "9.2.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/firestore", + "id": "9cb091ce-93be-4b49-b3a2-10dc77c2d075", + "createTime": "2026-09-16T08:41:22.919Z" + }, { "changes": [ { @@ -95015,4 +95041,4 @@ } ], "updateTime": "2026-09-16T21:15:48.434Z" -} \ No newline at end of file +} diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index 6331d8c3b6a..b5b93b2ed1a 100644 --- a/handwritten/firestore/CHANGELOG.md +++ b/handwritten/firestore/CHANGELOG.md @@ -5,6 +5,18 @@ [1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions +## [9.2.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v9.1.0...firestore-v9.2.0) (2026-09-16) + + +### Features + +* PNPM workspace ([#8973](https://github.com/googleapis/google-cloud-node/issues/8973)) ([1ea27c9](https://github.com/googleapis/google-cloud-node/commit/1ea27c9c9bf4e4cbf79381321dcb9bce7951a76f)) + + +### Bug Fixes + +* **firestore:** Allow uninitialized client references in pipeline sources ([#9318](https://github.com/googleapis/google-cloud-node/issues/9318)) ([435bcae](https://github.com/googleapis/google-cloud-node/commit/435bcae6aa20c9fd50da0c8b67fe443c946e44cc)) + ## [9.1.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v9.0.1...firestore-v9.1.0) (2026-09-09) diff --git a/handwritten/firestore/package.json b/handwritten/firestore/package.json index a2361ef21e3..d14e293a6b4 100644 --- a/handwritten/firestore/package.json +++ b/handwritten/firestore/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/firestore", "description": "Firestore Client Library for Node.js", - "version": "9.1.0", + "version": "9.2.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {