Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
chore(release): publish v2.0.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
anfazio committed Oct 12, 2020
1 parent e193ffe commit 60552e6
Show file tree
Hide file tree
Showing 20 changed files with 145 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Bug Fixes

* add build-automation-testing to .github/workflows/windows.yml ([4f52024](https://github.com/alexa-games/skill-flow-builder/commit/4f520243ebaf681a0e1be829835bf7224a5482b2))
* Fixed cli, vscode, and editor unit test failures on Windows ([#5](https://github.com/alexa-games/skill-flow-builder/issues/5)) ([ed8e25a](https://github.com/alexa-games/skill-flow-builder/commit/ed8e25a994282b7469e79d6596e904f69df96a4f))
* fixed markdown formatting of docs on Github ([a9cc2fc](https://github.com/alexa-games/skill-flow-builder/commit/a9cc2fccfa518723879e70c984e61dcbb2978b38))
* Made DynamoDB and S3 permissions in skill-stack.yaml match docs ([#7](https://github.com/alexa-games/skill-flow-builder/issues/7)) ([d093497](https://github.com/alexa-games/skill-flow-builder/commit/d093497015ad116dfd4c55c3c3b57c769e59f412))
* reduced skill-stack.yaml Polly permissions to minimum required ([6d118f4](https://github.com/alexa-games/skill-flow-builder/commit/6d118f4414d8f03a9c9c4761696716bb23751ab9))


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
* build automation with TravisCI/Github actions ([45692dd](https://github.com/alexa-games/skill-flow-builder/commit/45692ddca0c465d0957a7d3b680e1cfdb19799d9))
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.3.4",
"version": "2.0.0",
"command": {
"version": {
"allowBranch": "master"
Expand Down
19 changes: 19 additions & 0 deletions packages/sfb-cli/CHANGELOG.md
@@ -0,0 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Bug Fixes

* Fixed cli, vscode, and editor unit test failures on Windows ([#5](https://github.com/alexa-games/skill-flow-builder/issues/5)) ([ed8e25a](https://github.com/alexa-games/skill-flow-builder/commit/ed8e25a994282b7469e79d6596e904f69df96a4f))
* Made DynamoDB and S3 permissions in skill-stack.yaml match docs ([#7](https://github.com/alexa-games/skill-flow-builder/issues/7)) ([d093497](https://github.com/alexa-games/skill-flow-builder/commit/d093497015ad116dfd4c55c3c3b57c769e59f412))
* reduced skill-stack.yaml Polly permissions to minimum required ([6d118f4](https://github.com/alexa-games/skill-flow-builder/commit/6d118f4414d8f03a9c9c4761696716bb23751ab9))


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
* build automation with TravisCI/Github actions ([45692dd](https://github.com/alexa-games/skill-flow-builder/commit/45692ddca0c465d0957a7d3b680e1cfdb19799d9))
2 changes: 1 addition & 1 deletion packages/sfb-cli/package.json
Expand Up @@ -4,7 +4,7 @@
"bin": {
"alexa-sfb": "./dist/bin/alexa-sfb"
},
"version": "1.3.4",
"version": "2.0.0",
"files": [
"THIRD-PARTY",
"dist",
Expand Down
16 changes: 16 additions & 0 deletions packages/sfb-editor/CHANGELOG.md
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Bug Fixes

* Fixed cli, vscode, and editor unit test failures on Windows ([#5](https://github.com/alexa-games/skill-flow-builder/issues/5)) ([ed8e25a](https://github.com/alexa-games/skill-flow-builder/commit/ed8e25a994282b7469e79d6596e904f69df96a4f))


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
2 changes: 1 addition & 1 deletion packages/sfb-editor/package.json
@@ -1,7 +1,7 @@
{
"name": "@alexa-games/sfb-editor",
"productName": "SFB Editor",
"version": "1.3.4",
"version": "2.0.0",
"description": "Alexa branched content design tool for rapid content management",
"scripts": {
"build": "yarn prebuild && npx concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down
11 changes: 11 additions & 0 deletions packages/sfb-f/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
2 changes: 1 addition & 1 deletion packages/sfb-f/package.json
Expand Up @@ -41,7 +41,7 @@
"**/test"
]
},
"version": "1.3.4",
"version": "2.0.0",
"keywords": [
"game",
"story",
Expand Down
11 changes: 11 additions & 0 deletions packages/sfb-polly/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
2 changes: 1 addition & 1 deletion packages/sfb-polly/package.json
Expand Up @@ -42,5 +42,5 @@
"integ-coverage": "nyc --reporter text npm run integ-test",
"clean": "npx rimraf ./dist"
},
"version": "1.3.4"
"version": "2.0.0"
}
11 changes: 11 additions & 0 deletions packages/sfb-skill/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Bug Fixes

* Fixed cli, vscode, and editor unit test failures on Windows ([#5](https://github.com/alexa-games/skill-flow-builder/issues/5)) ([ed8e25a](https://github.com/alexa-games/skill-flow-builder/commit/ed8e25a994282b7469e79d6596e904f69df96a4f))
2 changes: 1 addition & 1 deletion packages/sfb-skill/package.json
@@ -1,7 +1,7 @@
{
"name": "@alexa-games/sfb-skill",
"author": "Amazon.com",
"version": "1.3.4",
"version": "2.0.0",
"description": "Module to join Alexa skill code to the SFB engine.",
"main": "./dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/sfb-story-debugger/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
2 changes: 1 addition & 1 deletion packages/sfb-story-debugger/package.json
Expand Up @@ -28,7 +28,7 @@
"clean": "npx rimraf ./dist",
"lint": "tslint --project tsconfig.json"
},
"version": "1.3.4",
"version": "2.0.0",
"nyc": {
"exclude": [
"**/test"
Expand Down
8 changes: 8 additions & 0 deletions packages/sfb-test/CHANGELOG.md
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)

**Note:** Version bump only for package @alexa-games/sfb-test
2 changes: 1 addition & 1 deletion packages/sfb-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@alexa-games/sfb-test",
"version": "1.3.4",
"version": "2.0.0",
"description": "Test Framework for Alexa Skill Flow Builder projects.",
"main": "dist/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sfb-util/CHANGELOG.md
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
2 changes: 1 addition & 1 deletion packages/sfb-util/package.json
Expand Up @@ -23,7 +23,7 @@
"coverage": "npx nyc --reporter lcov --reporter text mocha 'dist/test/**/*.spec.js'",
"lint": "tslint --project tsconfig.json"
},
"version": "1.3.3",
"version": "2.0.0",
"nyc": {
"exclude": [
"**/test"
Expand Down
16 changes: 16 additions & 0 deletions packages/sfb-vscode-extension/CHANGELOG.md
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2020-10-12)


### Bug Fixes

* Fixed cli, vscode, and editor unit test failures on Windows ([#5](https://github.com/alexa-games/skill-flow-builder/issues/5)) ([ed8e25a](https://github.com/alexa-games/skill-flow-builder/commit/ed8e25a994282b7469e79d6596e904f69df96a4f))


### Features

* Added dependencies and editor-installer scripts and updated setup documentation ([#2](https://github.com/alexa-games/skill-flow-builder/issues/2)) ([2067357](https://github.com/alexa-games/skill-flow-builder/commit/206735790d146f226d4b4620d9651e2fc4bf5e49))
2 changes: 1 addition & 1 deletion packages/sfb-vscode-extension/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@alexa-games/sfb-vscode-extension",
"displayName": "Alexa SFB",
"description": "Adds syntax highlighting, hover tips, and autocomplete to Alexa SFB story files.",
"version": "1.3.4",
"version": "2.0.0",
"engines": {
"vscode": "^1.34.0"
},
Expand Down

0 comments on commit 60552e6

Please sign in to comment.