Skip to content

Commit

Permalink
chore(release): publish v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-sdk committed Jul 21, 2021
1 parent fb980db commit 77a66b7
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21)


### Bug Fixes

* updated return type of getDialogState ([ef6b97e](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/ef6b97e9deaeb902856c33e570f56da8a2ff998a))


### Features

* add util function addDirectiveToReprompt ([#694](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/694)) ([fb980db](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/fb980db2daf877bb332323f31a642dd6b325bd05))





## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16)


Expand Down
16 changes: 16 additions & 0 deletions ask-sdk-core/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21)


### Bug Fixes

* updated return type of getDialogState ([ef6b97e](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/ef6b97e9deaeb902856c33e570f56da8a2ff998a))


### Features

* add util function addDirectiveToReprompt ([#694](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/694)) ([fb980db](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/fb980db2daf877bb332323f31a642dd6b325bd05))





## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16)


Expand Down
2 changes: 1 addition & 1 deletion ask-sdk-core/package.json
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-core",
"version": "2.10.2",
"version": "2.11.0",
"description": "Core package for Alexa Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions ask-sdk-dynamodb-persistence-adapter/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21)

**Note:** Version bump only for package ask-sdk-dynamodb-persistence-adapter





## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16)

**Note:** Version bump only for package ask-sdk-dynamodb-persistence-adapter
Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-dynamodb-persistence-adapter/package.json
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-dynamodb-persistence-adapter",
"version": "2.10.2",
"version": "2.11.0",
"description": "DynamoDB based implementation package of PersistenceAdapter interface in ASK SDK v2 for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"ask-sdk-core": "^2.10.2",
"ask-sdk-core": "^2.11.0",
"ask-sdk-model": "^1.29.0",
"aws-sdk-mock": "^4.1.0",
"chai": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions ask-sdk-express-adapter/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21)

**Note:** Version bump only for package ask-sdk-express-adapter





## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16)


Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-express-adapter/package.json
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-express-adapter",
"version": "2.10.2",
"version": "2.11.0",
"description": "Express adapter package for Alexa Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/supertest": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"ask-sdk-core": "^2.10.2",
"ask-sdk-core": "^2.11.0",
"ask-sdk-model": "^1.29.0",
"chai": "^4.1.2",
"cross-env": "^7.0.2",
Expand Down
8 changes: 8 additions & 0 deletions ask-sdk-s3-persistence-adapter/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21)

**Note:** Version bump only for package ask-sdk-s3-persistence-adapter





## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16)

**Note:** Version bump only for package ask-sdk-s3-persistence-adapter
Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-s3-persistence-adapter/package.json
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-s3-persistence-adapter",
"version": "2.10.2",
"version": "2.11.0",
"description": "S3 based implementation package of PersistenceAdapter interface in ASK SDK v2 for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/node": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"ask-sdk-core": "^2.10.2",
"ask-sdk-core": "^2.11.0",
"ask-sdk-model": "^1.29.0",
"aws-sdk-mock": "^4.1.0",
"chai": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions ask-sdk-v1adapter/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21)

**Note:** Version bump only for package ask-sdk-v1adapter





## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16)

**Note:** Version bump only for package ask-sdk-v1adapter
Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-v1adapter/package.json
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-v1adapter",
"version": "2.10.2",
"version": "2.11.0",
"description": "Adapter from v1 Alexa Node.js SDK to v2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/sinon": "^7.0.13",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"ask-sdk": "^2.10.2",
"ask-sdk": "^2.11.0",
"chai": "^4.1.2",
"cross-env": "^7.0.2",
"eslint": "^7.6.0",
Expand Down
8 changes: 8 additions & 0 deletions ask-sdk/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.11.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.2...v2.11.0) (2021-07-21)

**Note:** Version bump only for package ask-sdk





## [2.10.2](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.10.0...v2.10.2) (2021-03-16)

**Note:** Version bump only for package ask-sdk
Expand Down
6 changes: 3 additions & 3 deletions ask-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "ask-sdk",
"version": "2.10.2",
"version": "2.11.0",
"description": "Standard distribution package for Alexa Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"SDK"
],
"dependencies": {
"ask-sdk-core": "^2.10.2",
"ask-sdk-dynamodb-persistence-adapter": "^2.10.2",
"ask-sdk-core": "^2.11.0",
"ask-sdk-dynamodb-persistence-adapter": "^2.11.0",
"ask-sdk-model": "^1.29.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "2.10.2",
"version": "2.11.0",
"packages": [
"ask-sdk",
"ask-sdk-core",
Expand Down

0 comments on commit 77a66b7

Please sign in to comment.