Skip to content

Commit

Permalink
chore(release): publish v0.0.2
Browse files Browse the repository at this point in the history
 [skip ci]
  • Loading branch information
alexa-games-builder committed Jun 27, 2019
1 parent 29ab62e commit f618ac1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

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

## 0.0.2 (2019-06-27)

**Note:** Version bump only for package skills-gameon-sdk-js
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.1",
"version": "0.0.2",
"command": {
"version": {
"message": "chore(release): publish %s \n\n [skip ci]"
Expand Down
4 changes: 4 additions & 0 deletions packages/gameon-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

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

## 0.0.2 (2019-06-27)

**Note:** Version bump only for package @alexa-games/gameon-sdk
2 changes: 1 addition & 1 deletion packages/gameon-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexa-games/gameon-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "SDK for Amazon GameOn",
"keywords": [
"amazon",
Expand Down
4 changes: 4 additions & 0 deletions packages/skills-gameon-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

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

## 0.0.2 (2019-06-27)

**Note:** Version bump only for package @alexa-games/skills-gameon-sdk
4 changes: 2 additions & 2 deletions packages/skills-gameon-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexa-games/skills-gameon-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "Alexa Skills SDK for Amazon GameOn",
"keywords": [
"amazon",
Expand Down Expand Up @@ -58,7 +58,7 @@
"test:coverage": "npx nyc mocha --require ts-node/register test/**/*.spec.ts"
},
"dependencies": {
"@alexa-games/gameon-sdk": "^0.0.1",
"@alexa-games/gameon-sdk": "^0.0.2",
"aws-sdk": "^2.404.0",
"ordinal": "^1.0.2",
"random-words": "^1.1.0",
Expand Down

0 comments on commit f618ac1

Please sign in to comment.