Skip to content

Commit

Permalink
Merge pull request #420 from jovotech/tsdoc
Browse files Browse the repository at this point in the history
♻️ Improve dev builds
  • Loading branch information
aswetlow authored Mar 14, 2019
2 parents 18c5748 + bdbc704 commit e18e221
Show file tree
Hide file tree
Showing 74 changed files with 490 additions and 285 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Jovo Framework Changelog


## 2.1.2 (2019-03-12)

#### :rocket: New Feature
* `jovo-platform-airtable` [#411](https://github.com/jovotech/jovo-framework/pull/411) ✨ Adds Airtable CMS Integration ([@KaanKC](https://github.com/KaanKC))

#### :bug: Bug Fix
* `jovo-platform-googleassistant` Fixes lifespan of session context

#### Committers: 2
- Kaan Kilic ([@KaanKC](https://github.com/KaanKC))
- Alex ([@aswetlow](https://github.com/aswetlow))




## 2.1.1 (2019-03-11)

#### :rocket: New Feature
* `jovo-platform-googleassistant`, `jovo-platform-dialogflow` [#413](https://github.com/jovotech/jovo-framework/pull/413) ✨ Adds dialogflow slot filling example ([@KaanKC](https://github.com/KaanKC))

#### :bug: Bug Fix
* `jovo-cms-googlesheets` [#414](https://github.com/jovotech/jovo-framework/pull/414) ♻️ GoogleSheetsCMS integration should reject JovoError instead of string ([@KaanKC](https://github.com/KaanKC))
* `jovo-core` [#415](https://github.com/jovotech/jovo-framework/pull/415) 🐛 Fixes: JovoError doesn't print module ([@KaanKC](https://github.com/KaanKC))
* `jovo-platform-googleassistant` [#410](https://github.com/jovotech/jovo-framework/pull/410) 🐛 Fixes Google Assistant handler merge #412 ([@kouz75](https://github.com/kouz75))
* `jovo-platform-alexa` Fixes ContactAPI access token bug
* `jovo-platform-googleassistant` Fixes lifespan of session context

#### Committers: 3
- Kaan Kilic ([@KaanKC](https://github.com/KaanKC))
- scouzinier ([@kouz75](https://github.com/kouz75))
- Alex ([@aswetlow](https://github.com/aswetlow))


## 2.1.0 (2019-03-05)

#### :rocket: New Feature
Expand Down
12 changes: 6 additions & 6 deletions examples/00_ts/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-ts-hello-world",
"version": "2.1.1",
"version": "2.1.3",
"private": true,
"description": "",
"main": "dist/src/index",
Expand All @@ -17,9 +17,9 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-platform-googleassistant": "^2.1.1"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2",
"jovo-platform-googleassistant": "^2.1.3"
},
"devDependencies": {
"@types/express": "^4.16.0",
Expand All @@ -32,8 +32,8 @@
"gulp-run-command": "0.0.9",
"gulp-zip": "^4.2.0",
"jest": "^23.4.2",
"jovo-db-filedb": "^2.1.0",
"jovo-plugin-debugger": "^2.1.0",
"jovo-db-filedb": "^2.1.1",
"jovo-plugin-debugger": "^2.1.1",
"source-map-support": "^0.5.8",
"ts-jest": "^23.10.5",
"tslint": "^5.10.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/01_alexa/apl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-apl",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-plugin-debugger": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2",
"jovo-plugin-debugger": "^2.1.1"
}
}
8 changes: 4 additions & 4 deletions examples/01_alexa/audioplayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-audioplayer",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-plugin-debugger": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2",
"jovo-plugin-debugger": "^2.1.1"
}
}
8 changes: 4 additions & 4 deletions examples/01_alexa/cards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-cards",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-plugin-debugger": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2",
"jovo-plugin-debugger": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/contact-permission-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-contact-permission-api",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/device-address-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-device-address-api",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/dialog-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-dialog-interface",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
8 changes: 4 additions & 4 deletions examples/01_alexa/display-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-display-interface",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-plugin-debugger": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2",
"jovo-plugin-debugger": "^2.1.1"
}
}
10 changes: 5 additions & 5 deletions examples/01_alexa/gagdets-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-gadgets-api",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,9 +13,9 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-db-filedb": "^2.1.0",
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-plugin-debugger": "^2.1.0"
"jovo-db-filedb": "^2.1.1",
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2",
"jovo-plugin-debugger": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/geolocation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-geolocation",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/proactive-events-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-proactive-events-api",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/progressive-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-progressive-response",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/reminders-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-reminders-api",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/settings-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-settings-api",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2",
"moment-timezone": "^0.5.23"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/shopping-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-shopping-list",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/todo-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-todo-list",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
6 changes: 3 additions & 3 deletions examples/01_alexa/video-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-alexa-videoapp",
"version": "2.1.0",
"version": "2.1.2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-alexa": "^2.1.2"
}
}
8 changes: 4 additions & 4 deletions examples/02_googleassistant/ask-for-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jovo-examples-googleassistant-ask-for-x",
"version": "2.1.1",
"version": "2.1.3",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -13,8 +13,8 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"jovo-framework": "^2.1.0",
"jovo-platform-googleassistant": "^2.1.1",
"jovo-plugin-debugger": "^2.1.0"
"jovo-framework": "^2.1.1",
"jovo-platform-googleassistant": "^2.1.3",
"jovo-plugin-debugger": "^2.1.1"
}
}
Loading

0 comments on commit e18e221

Please sign in to comment.