Skip to content

Commit

Permalink
chore(release): publish v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-sdk committed Apr 1, 2020
1 parent 4ebcf92 commit 90f9500
Show file tree
Hide file tree
Showing 14 changed files with 131 additions and 14 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01)


### Bug Fixes

* Export LambdaHandler type definition ([#615](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/615)) ([e4c2eaa](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/e4c2eaa857537c82ac909c3be09bc52d9a74a035))
* extend tslint test to cover all test files ([#588](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/588)) ([b142590](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b142590b2d07ff141e599ee63129d81c71aa0f1c))
* fixed one type definition and some doc issues ([#583](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/583)) ([5cc2576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5cc257648a8aa6cbbaca65daac8a27d02ebbc89d))
* Retrieve case-insensitive header values ([#605](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/605)) ([15fe574](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/15fe5744522c216adb3f740a64c60d3fe8adb594))
* update lerna.json ([4ebcf92](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/4ebcf9295ecf0fdc5ca937bba4aaf330365c92dc))


### Features

* add express adapter package ([#576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/576)) ([5822660](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5822660bf6914a9aac60cde55e18542b3080de93))
* add new util function (getRequest) ([#582](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/582)) ([a618ba9](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/a618ba92c30d1ffb0590d21d8ee6cf7e1e11ac15))
* Add Person ID partition key generator ([#593](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/593)) ([59002f4](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/59002f423a13fe3d59e7882d013bde40501d3f79))
* Adding ask-smapi-sdk ([#596](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/596)) ([e1ec8cd](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/e1ec8cdb3cee763768667c7468ce4ce68862c0ee))
* Implement model introspector ([#612](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/612)) ([cb57328](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/cb57328855b6095cfae5ed28cfc1f06a097e60be))
* optionally allow passing a boolean to getPersistentAttributes to cont… ([#547](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/547)) ([e62421c](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/e62421c404a5b881a613c39c8766e7d152053a34))





# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)


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

# [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01)


### Bug Fixes

* Export LambdaHandler type definition ([#615](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/615)) ([e4c2eaa](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/e4c2eaa857537c82ac909c3be09bc52d9a74a035))
* extend tslint test to cover all test files ([#588](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/588)) ([b142590](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b142590b2d07ff141e599ee63129d81c71aa0f1c))
* fixed one type definition and some doc issues ([#583](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/583)) ([5cc2576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5cc257648a8aa6cbbaca65daac8a27d02ebbc89d))


### Features

* add new util function (getRequest) ([#582](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/582)) ([a618ba9](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/a618ba92c30d1ffb0590d21d8ee6cf7e1e11ac15))
* optionally allow passing a boolean to getPersistentAttributes to cont… ([#547](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/547)) ([e62421c](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/e62421c404a5b881a613c39c8766e7d152053a34))





# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)


Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-core",
"version": "2.7.0",
"version": "2.8.0",
"description": "Core package for Alexa Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"SDK"
],
"dependencies": {
"ask-sdk-runtime": "^2.7.0"
"ask-sdk-runtime": "^2.8.0"
},
"peerDependencies": {
"ask-sdk-model": "^1.9.0"
Expand Down
17 changes: 17 additions & 0 deletions ask-sdk-dynamodb-persistence-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01)


### Bug Fixes

* extend tslint test to cover all test files ([#588](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/588)) ([b142590](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b142590b2d07ff141e599ee63129d81c71aa0f1c))
* fixed one type definition and some doc issues ([#583](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/583)) ([5cc2576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5cc257648a8aa6cbbaca65daac8a27d02ebbc89d))


### Features

* Add Person ID partition key generator ([#593](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/593)) ([59002f4](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/59002f423a13fe3d59e7882d013bde40501d3f79))





# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)


Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-dynamodb-persistence-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-dynamodb-persistence-adapter",
"version": "2.7.0",
"version": "2.8.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 @@ -33,7 +33,7 @@
"@types/chai": "^4.1.2",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.1",
"ask-sdk-core": "^2.7.0",
"ask-sdk-core": "^2.8.0",
"ask-sdk-model": "^1.24.0",
"aws-sdk-mock": "^4.1.0",
"chai": "^4.1.2",
Expand Down
12 changes: 12 additions & 0 deletions ask-sdk-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01)


### Bug Fixes

* extend tslint test to cover all test files ([#588](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/588)) ([b142590](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b142590b2d07ff141e599ee63129d81c71aa0f1c))
* fixed one type definition and some doc issues ([#583](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/583)) ([5cc2576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5cc257648a8aa6cbbaca65daac8a27d02ebbc89d))





# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)


Expand Down
2 changes: 1 addition & 1 deletion ask-sdk-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-runtime",
"version": "2.7.0",
"version": "2.8.0",
"description": "Base runtime package for Alexa Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions ask-sdk-s3-persistence-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01)


### Bug Fixes

* extend tslint test to cover all test files ([#588](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/588)) ([b142590](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b142590b2d07ff141e599ee63129d81c71aa0f1c))
* fixed one type definition and some doc issues ([#583](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/583)) ([5cc2576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5cc257648a8aa6cbbaca65daac8a27d02ebbc89d))





# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)


Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-s3-persistence-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-s3-persistence-adapter",
"version": "2.7.0",
"version": "2.8.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 @@ -29,7 +29,7 @@
"@types/chai": "^4.1.2",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.1",
"ask-sdk-core": "^2.7.0",
"ask-sdk-core": "^2.8.0",
"ask-sdk-model": "^1.9.0",
"aws-sdk-mock": "^4.1.0",
"chai": "^4.1.2",
Expand Down
12 changes: 12 additions & 0 deletions ask-sdk-v1adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01)


### Bug Fixes

* extend tslint test to cover all test files ([#588](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/588)) ([b142590](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b142590b2d07ff141e599ee63129d81c71aa0f1c))
* fixed one type definition and some doc issues ([#583](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/583)) ([5cc2576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5cc257648a8aa6cbbaca65daac8a27d02ebbc89d))





# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)


Expand Down
4 changes: 2 additions & 2 deletions ask-sdk-v1adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-sdk-v1adapter",
"version": "2.7.0",
"version": "2.8.0",
"description": "Adapter from v1 Alexa Node.js SDK to v2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.1",
"@types/sinon": "^7.0.13",
"ask-sdk": "^2.7.0",
"ask-sdk": "^2.8.0",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^4.0.0",
Expand Down
18 changes: 18 additions & 0 deletions ask-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.8.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.7.0...v2.8.0) (2020-04-01)


### Bug Fixes

* Export LambdaHandler type definition ([#615](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/615)) ([e4c2eaa](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/e4c2eaa857537c82ac909c3be09bc52d9a74a035))
* extend tslint test to cover all test files ([#588](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/588)) ([b142590](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/b142590b2d07ff141e599ee63129d81c71aa0f1c))
* fixed one type definition and some doc issues ([#583](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/583)) ([5cc2576](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/5cc257648a8aa6cbbaca65daac8a27d02ebbc89d))


### Features

* add new util function (getRequest) ([#582](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/582)) ([a618ba9](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/a618ba92c30d1ffb0590d21d8ee6cf7e1e11ac15))





# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)


Expand Down
6 changes: 3 additions & 3 deletions ask-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-sdk",
"version": "2.7.0",
"version": "2.8.0",
"description": "Standard distribution package for Alexa Skills Kit SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"SDK"
],
"dependencies": {
"ask-sdk-core": "^2.7.0",
"ask-sdk-dynamodb-persistence-adapter": "^2.7.0",
"ask-sdk-core": "^2.8.0",
"ask-sdk-dynamodb-persistence-adapter": "^2.8.0",
"ask-sdk-model": "^1.9.0"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.0",
"version": "2.8.0",
"packages": [
"ask-sdk",
"ask-sdk-core",
Expand All @@ -10,7 +10,9 @@
],
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"],
"npmClientArgs": [
"--no-package-lock"
],
"ci": false
}
}
Expand Down

0 comments on commit 90f9500

Please sign in to comment.