Skip to content

Commit

Permalink
chore: release main (#67)
Browse files Browse the repository at this point in the history
* chore: release main

* Update CHANGELOG.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Steve Bazyl <sbazyl@google.com>
  • Loading branch information
release-please[bot] and sqrrrl authored Jul 8, 2022
1 parent 591616c commit aa06265
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 24 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.4","examples/dialogflow":"0.2.4","examples/giphy":"0.2.3","examples/hello-http":"0.2.3","examples/hello-pubsub":"0.2.3","examples/poll":"0.2.3","packages/core":"0.2.4","packages/dialogflow-es":"0.2.4"}
{".":"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"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)


### Features

* Add method for unsolicited message updates ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))


### Bug Fixes

* Support message updates for pubsub ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))
* Update url-pattern polyfill module ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))

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


Expand Down
9 changes: 8 additions & 1 deletion examples/dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
* @google/chat-sdk bumped from ^0.2.2 to ^0.2.3
* @google/chat-sdk-dialogflow bumped from ^0.2.2 to ^0.2.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @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

### [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 Expand Up @@ -51,4 +58,4 @@
### Features

* Initial release
*
*
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.4",
"version": "0.2.5",
"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.4",
"@google/chat-sdk-dialogflow": "^0.2.4",
"@google/chat-sdk": "^0.2.5",
"@google/chat-sdk-dialogflow": "^0.2.5",
"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 @@ -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.4 to ^0.2.5

### [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.3",
"version": "0.2.4",
"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.4",
"@google/chat-sdk": "^0.2.5",
"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 @@ -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.4 to ^0.2.5

### [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.3",
"version": "0.2.4",
"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.4",
"@google/chat-sdk": "^0.2.5",
"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 @@ -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.4 to ^0.2.5

### [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.3",
"version": "0.2.4",
"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.4",
"@google/chat-sdk": "^0.2.5",
"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 @@ -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.4 to ^0.2.5

### [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.3",
"version": "0.2.4",
"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.4",
"@google/chat-sdk": "^0.2.5",
"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.4",
"version": "0.2.5",
"license": "Apache2.0",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* Add method for unsolicited message updates ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))


### Bug Fixes

* Support message updates for pubsub ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))
* Update urlpolyfill module ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))

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


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.4",
"version": "0.2.5",
"description": "Lightweight framework for building bots and apps for Google Chat.",
"homepage": "https://github.com/googleworkspace/chat-framework-nodejs",
"bugs": {
Expand Down
22 changes: 21 additions & 1 deletion packages/dialogflow-es/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
* dependencies
* @google/chat-sdk bumped from ^0.2.2 to ^0.2.3

## [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)


### Features

* Add method for unsolicited message updates ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))


### Bug Fixes

* Support message updates for pubsub ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))
* Update urlpolyfill module ([941b7c5](https://github.com/googleworkspace/chat-framework-nodejs/commit/941b7c51723577896fbbc8c02c7e671a503070cc))


### Dependencies

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

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


Expand Down Expand Up @@ -46,4 +66,4 @@

### Features

* Initial release ([010211e](https://www.github.com/googleworkspace/chat-framework-nodejs/commit/010211e55bb7c2723cae37b4a9b564018bca4aed))
* Initial release ([010211e](https://www.github.com/googleworkspace/chat-framework-nodejs/commit/010211e55bb7c2723cae37b4a9b564018bca4aed))
4 changes: 2 additions & 2 deletions packages/dialogflow-es/package-lock.json

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

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.4",
"version": "0.2.5",
"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.4",
"@google/chat-sdk": "^0.2.5",
"@google-cloud/dialogflow": "^4.4.0",
"debug": "^4.3.2",
"pb-util": "^1.0.1",
Expand Down

0 comments on commit aa06265

Please sign in to comment.