Skip to content

Commit ae0cbce

Browse files
chore(main): release 5.2.1 (#973)
* chore(main): release 5.2.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 538fd9f commit ae0cbce

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

packages/google-cloud-dialogflow/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
[1]: https://www.npmjs.com/package/dialogflow?activeTab=versions
66

7+
## [5.2.1](https://github.com/googleapis/nodejs-dialogflow/compare/v5.2.0...v5.2.1) (2022-09-01)
8+
9+
10+
### Bug Fixes
11+
12+
* Allow passing gax instance to client constructor ([#971](https://github.com/googleapis/nodejs-dialogflow/issues/971)) ([f4ee343](https://github.com/googleapis/nodejs-dialogflow/commit/f4ee343be47632cecab651b83879d6bdb66efef1))
13+
* Change import long to require ([#972](https://github.com/googleapis/nodejs-dialogflow/issues/972)) ([7104597](https://github.com/googleapis/nodejs-dialogflow/commit/7104597a6c26f6e484a70ba9dc460118c9174d9e))
14+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dialogflow/issues/1553)) ([#976](https://github.com/googleapis/nodejs-dialogflow/issues/976)) ([33fe037](https://github.com/googleapis/nodejs-dialogflow/commit/33fe037549e6c2a77b26dc12857ccb77aad3c4b4))
15+
* Remove pip install statements ([#1546](https://github.com/googleapis/nodejs-dialogflow/issues/1546)) ([#974](https://github.com/googleapis/nodejs-dialogflow/issues/974)) ([54282a6](https://github.com/googleapis/nodejs-dialogflow/commit/54282a69cef164649ab3560d99e2bfd3b12bb9b3))
16+
717
## [5.2.0](https://github.com/googleapis/nodejs-dialogflow/compare/v5.1.0...v5.2.0) (2022-07-10)
818

919

packages/google-cloud-dialogflow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dialogflow",
33
"description": "Dialogflow API client for Node.js",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-dialogflow/samples/generated/v2/snippet_metadata.google.cloud.dialogflow.v2.json

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

packages/google-cloud-dialogflow/samples/generated/v2beta1/snippet_metadata.google.cloud.dialogflow.v2beta1.json

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha system-test --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/dialogflow": "^5.2.0",
18+
"@google-cloud/dialogflow": "^5.2.1",
1919
"pb-util": "^1.0.0",
2020
"uuid": "^8.0.0",
2121
"yargs": "^16.0.0"

0 commit comments

Comments
 (0)