Skip to content

Commit b373910

Browse files
chore: release main (#14055)
🤖 I have created a release *beep* *boop* --- <details><summary>google-cloud-dialogflow-cx: 1.42.0</summary> ## [1.42.0](google-cloud-dialogflow-cx-v1.41.1...google-cloud-dialogflow-cx-v1.42.0) (2025-07-04) ### Features * **v3:** Add support for generator settings on fulfillment ([#14054](#14054)) ([806bd71](806bd71)) </details> <details><summary>google-shopping-merchant-reports: 0.1.16</summary> ## [0.1.16](google-shopping-merchant-reports-v0.1.15...google-shopping-merchant-reports-v0.1.16) (2025-07-04) ### Features * [google-shopping-merchant-reports]Add v1alpha version to Merchant reports endpoint ([#14053](#14053)) ([473cbaf](473cbaf)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 065a466 commit b373910

File tree

13 files changed

+26
-12
lines changed

13 files changed

+26
-12
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"packages/google-cloud-developerconnect": "0.1.10",
8080
"packages/google-cloud-devicestreaming": "0.1.0",
8181
"packages/google-cloud-dialogflow": "2.41.2",
82-
"packages/google-cloud-dialogflow-cx": "1.41.1",
82+
"packages/google-cloud-dialogflow-cx": "1.42.0",
8383
"packages/google-cloud-discoveryengine": "0.13.9",
8484
"packages/google-cloud-dlp": "3.31.0",
8585
"packages/google-cloud-dms": "1.12.4",
@@ -215,7 +215,7 @@
215215
"packages/google-shopping-merchant-productstudio": "0.1.1",
216216
"packages/google-shopping-merchant-promotions": "0.1.8",
217217
"packages/google-shopping-merchant-quota": "0.1.8",
218-
"packages/google-shopping-merchant-reports": "0.1.15",
218+
"packages/google-shopping-merchant-reports": "0.1.16",
219219
"packages/google-shopping-merchant-reviews": "0.1.3",
220220
"packages/google-shopping-type": "0.1.12",
221221
"packages/googleapis-common-protos": "1.70.0",

packages/google-cloud-dialogflow-cx/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [1.42.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-cx-v1.41.1...google-cloud-dialogflow-cx-v1.42.0) (2025-07-04)
5+
6+
7+
### Features
8+
9+
* **v3:** Add support for generator settings on fulfillment ([#14054](https://github.com/googleapis/google-cloud-python/issues/14054)) ([806bd71](https://github.com/googleapis/google-cloud-python/commit/806bd717a84957789c0596a9ac4de32fdd38fbb3))
10+
411
## [1.41.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-cx-v1.41.0...google-cloud-dialogflow-cx-v1.41.1) (2025-06-11)
512

613

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.42.0" # {x-release-please-version}

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.42.0" # {x-release-please-version}

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.42.0" # {x-release-please-version}

packages/google-cloud-dialogflow-cx/samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "0.1.0"
11+
"version": "1.42.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-dialogflow-cx/samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "0.1.0"
11+
"version": "1.42.0"
1212
},
1313
"snippets": [
1414
{

packages/google-shopping-merchant-reports/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.16](https://github.com/googleapis/google-cloud-python/compare/google-shopping-merchant-reports-v0.1.15...google-shopping-merchant-reports-v0.1.16) (2025-07-04)
4+
5+
6+
### Features
7+
8+
* [google-shopping-merchant-reports]Add v1alpha version to Merchant reports endpoint ([#14053](https://github.com/googleapis/google-cloud-python/issues/14053)) ([473cbaf](https://github.com/googleapis/google-cloud-python/commit/473cbaf8ee1a2c40c3de7f8f60bc6cdd14449267))
9+
310
## [0.1.15](https://github.com/googleapis/google-cloud-python/compare/google-shopping-merchant-reports-v0.1.14...google-shopping-merchant-reports-v0.1.15) (2025-06-11)
411

512

packages/google-shopping-merchant-reports/google/shopping/merchant_reports/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.16" # {x-release-please-version}

packages/google-shopping-merchant-reports/google/shopping/merchant_reports_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.16" # {x-release-please-version}

0 commit comments

Comments
 (0)