Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 29, 2022
1 parent 2f14248 commit 0257251
Show file tree
Hide file tree
Showing 19 changed files with 71 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.5","examples/dialogflow":"0.2.5","examples/giphy":"0.2.4","examples/hello-http":"0.2.4","examples/hello-pubsub":"0.2.4","examples/poll":"0.2.4","packages/core":"0.2.5","packages/dialogflow-es":"0.2.5"}
{".":"0.2.6","examples/dialogflow":"0.2.6","examples/giphy":"0.2.5","examples/hello-http":"0.2.5","examples/hello-pubsub":"0.2.5","examples/poll":"0.2.5","packages/core":"0.2.6","packages/dialogflow-es":"0.2.6"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.6](https://github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-repo-v0.2.5...chat-sdk-repo-v0.2.6) (2022-07-29)


### Bug Fixes

* Make cardsV2 an array ([9de5d77](https://github.com/googleworkspace/chat-framework-nodejs/commit/9de5d770dbf77d0be53523165cab49ddcfdeb0fa))

## [0.2.5](https://github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-repo-v0.2.4...chat-sdk-repo-v0.2.5) (2022-07-08)


Expand Down
7 changes: 7 additions & 0 deletions examples/dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* @google/chat-sdk bumped from ^0.2.4 to ^0.2.5
* @google/chat-sdk-dialogflow bumped from ^0.2.4 to ^0.2.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/chat-sdk bumped from ^0.2.5 to ^0.2.6
* @google/chat-sdk-dialogflow bumped from ^0.2.5 to ^0.2.6

### [0.2.4](https://www.github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-example-dialogflow-v0.2.2...chat-sdk-example-dialogflow-v0.2.4) (2022-02-10)


Expand Down
6 changes: 3 additions & 3 deletions examples/dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/chat-sdk-example-dialogflow",
"version": "0.2.5",
"version": "0.2.6",
"description": "Example Google Chat bot using dialogflow",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"dotenv": "^10.0.0",
"@google/chat-sdk": "^0.2.5",
"@google/chat-sdk-dialogflow": "^0.2.5",
"@google/chat-sdk": "^0.2.6",
"@google/chat-sdk-dialogflow": "^0.2.6",
"concurrently": "^6.2.1",
"gts": "^3.1.0",
"ts-node": "^10.2.1"
Expand Down
6 changes: 6 additions & 0 deletions examples/giphy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
* dependencies
* @google/chat-sdk bumped from ^0.2.4 to ^0.2.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/chat-sdk bumped from ^0.2.5 to ^0.2.6

### [0.2.3](https://www.github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-example-giphy-v0.2.2...chat-sdk-example-giphy-v0.2.3) (2022-02-10)


Expand Down
4 changes: 2 additions & 2 deletions examples/giphy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/chat-sdk-example-giphy",
"version": "0.2.4",
"version": "0.2.5",
"description": "Example Google Chat meme bot using the Giphy API",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"dotenv": "^10.0.0",
"giphy-api": "^2.0.2",
"@google/chat-sdk": "^0.2.5",
"@google/chat-sdk": "^0.2.6",
"concurrently": "^6.2.1",
"ts-node": "^10.2.1"
}
Expand Down
6 changes: 6 additions & 0 deletions examples/hello-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
* dependencies
* @google/chat-sdk bumped from ^0.2.4 to ^0.2.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/chat-sdk bumped from ^0.2.5 to ^0.2.6

### [0.2.3](https://www.github.com/googleworkspace/chat-framework-nodejs/compare/google-chat-nodejs-hello-http-v0.2.2...google-chat-nodejs-hello-http-v0.2.3) (2022-02-10)


Expand Down
4 changes: 2 additions & 2 deletions examples/hello-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-chat-nodejs-hello-http",
"version": "0.2.4",
"version": "0.2.5",
"description": "Minimal 'Hello world' Google Chat bot",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"dotenv": "^10.0.0",
"@google/chat-sdk": "^0.2.5",
"@google/chat-sdk": "^0.2.6",
"ts-node": "^10.2.1"
}
}
6 changes: 6 additions & 0 deletions examples/hello-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
* dependencies
* @google/chat-sdk bumped from ^0.2.4 to ^0.2.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/chat-sdk bumped from ^0.2.5 to ^0.2.6

### [0.2.3](https://www.github.com/googleworkspace/chat-framework-nodejs/compare/google-chat-nodejs-hello-pubsub-v0.2.2...google-chat-nodejs-hello-pubsub-v0.2.3) (2022-02-10)


Expand Down
4 changes: 2 additions & 2 deletions examples/hello-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-chat-nodejs-hello-pubsub",
"version": "0.2.4",
"version": "0.2.5",
"description": "Minimal 'Hello world' Google Chat bot",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"dotenv": "^10.0.0",
"@google/chat-sdk": "^0.2.5",
"@google/chat-sdk": "^0.2.6",
"ts-node": "^10.2.1"
}
}
6 changes: 6 additions & 0 deletions examples/poll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
* dependencies
* @google/chat-sdk bumped from ^0.2.4 to ^0.2.5

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/chat-sdk bumped from ^0.2.5 to ^0.2.6

### [0.2.3](https://www.github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-example-poll-v0.2.2...chat-sdk-example-poll-v0.2.3) (2022-02-10)


Expand Down
4 changes: 2 additions & 2 deletions examples/poll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/chat-sdk-example-poll",
"version": "0.2.4",
"version": "0.2.5",
"description": "Example Google Chat bot for quick surveys",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"dotenv": "^10.0.0",
"@google/chat-sdk": "^0.2.5",
"@google/chat-sdk": "^0.2.6",
"ts-node": "^10.2.1"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/chat-sdk-repo",
"version": "0.2.5",
"version": "0.2.6",
"license": "Apache2.0",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.6](https://github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-v0.2.5...chat-sdk-v0.2.6) (2022-07-29)


### Bug Fixes

* Make cardsV2 an array ([9de5d77](https://github.com/googleworkspace/chat-framework-nodejs/commit/9de5d770dbf77d0be53523165cab49ddcfdeb0fa))

## [0.2.5](https://github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-v0.2.4...chat-sdk-v0.2.5) (2022-07-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/chat-sdk",
"version": "0.2.5",
"version": "0.2.6",
"description": "Lightweight framework for building bots and apps for Google Chat.",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/dialogflow-es/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
* dependencies
* @google/chat-sdk bumped from ^0.2.2 to ^0.2.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @google/chat-sdk bumped from ^0.2.5 to ^0.2.6

## [0.2.5](https://github.com/googleworkspace/chat-framework-nodejs/compare/chat-sdk-dialogflow-v0.2.4...chat-sdk-dialogflow-v0.2.5) (2022-07-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/dialogflow-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/chat-sdk-dialogflow",
"version": "0.2.5",
"version": "0.2.6",
"description": "Add-on to @google/chat-sdk to delegate conversational chats to Dialogflow.",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@types/supertest": "2.0.11"
},
"dependencies": {
"@google/chat-sdk": "^0.2.5",
"@google/chat-sdk": "^0.2.6",
"@google-cloud/dialogflow": "^4.4.0",
"debug": "^4.3.2",
"pb-util": "^1.0.1",
Expand Down

0 comments on commit 0257251

Please sign in to comment.