Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-amplify-bot committed Dec 13, 2018
1 parent 938d2a5 commit f21db31
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/amplify-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.12-unstable.0"></a>
## [1.0.12-unstable.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2018-12-13)


### Features

* **@aws-amplify/interactions @aws-amplify/react @aws-amplify/react-native @aws-amplify/angular @aws-amplify/vue:** Update interactions to include voice ([#2121](https://github.com/aws-amplify/amplify-js/issues/2121)) ([938d2a5](https://github.com/aws-amplify/amplify-js/commit/938d2a5))




<a name="1.0.11"></a>
## [1.0.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2018-12-13)

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui",
"version": "1.0.11",
"version": "1.0.12-unstable.0",
"main": "dist/aws-amplify-ui.js",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.2-unstable.0"></a>
## [2.1.2-unstable.0](https://github.com/aws-amplify/amplify-js/compare/[email protected]@2.1.2-unstable.0) (2018-12-13)


### Features

* **@aws-amplify/interactions @aws-amplify/react @aws-amplify/react-native @aws-amplify/angular @aws-amplify/vue:** Update interactions to include voice ([#2121](https://github.com/aws-amplify/amplify-js/issues/2121)) ([938d2a5](https://github.com/aws-amplify/amplify-js/commit/938d2a5))




<a name="2.1.1"></a>
## [2.1.1](https://github.com/aws-amplify/amplify-js/compare/[email protected]@2.1.1) (2018-12-13)

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-angular",
"version": "2.1.1",
"version": "2.1.2-unstable.0",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/zen-observable": "^0.5.3",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^4.0.1",
"aws-amplify": "^1.1.14",
"aws-amplify": "^1.1.15-unstable.0",
"babel-core": "^6.26.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.2-unstable.0"></a>
## [2.1.2-unstable.0](https://github.com/aws/aws-amplify/compare/[email protected]@2.1.2-unstable.0) (2018-12-13)


### Features

* **@aws-amplify/interactions @aws-amplify/react @aws-amplify/react-native @aws-amplify/angular @aws-amplify/vue:** Update interactions to include voice ([#2121](https://github.com/aws/aws-amplify/issues/2121)) ([938d2a5](https://github.com/aws/aws-amplify/commit/938d2a5))




<a name="2.1.1"></a>
## [2.1.1](https://github.com/aws/aws-amplify/compare/aws-amplify-react-native@[email protected]) (2018-12-13)

Expand Down
6 changes: 3 additions & 3 deletions packages/aws-amplify-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react-native",
"version": "2.1.1",
"version": "2.1.2-unstable.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"peerDependencies": {
"aws-amplify": "^1.x",
"graphql": "0.13.0",
"react-native-voice": "^0.2.6",
"react-native-fs": "^2.12.1",
"react-native-sound": "^0.10.9"
"react-native-sound": "^0.10.9",
"react-native-voice": "^0.2.6"
},
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.2.2-unstable.0"></a>
## [2.2.2-unstable.0](https://github.com/aws/aws-amplify/compare/[email protected]@2.2.2-unstable.0) (2018-12-13)


### Features

* **@aws-amplify/interactions @aws-amplify/react @aws-amplify/react-native @aws-amplify/angular @aws-amplify/vue:** Update interactions to include voice ([#2121](https://github.com/aws/aws-amplify/issues/2121)) ([938d2a5](https://github.com/aws/aws-amplify/commit/938d2a5))




<a name="2.2.1"></a>
## [2.2.1](https://github.com/aws/aws-amplify/compare/[email protected]@2.2.1) (2018-12-13)

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-react",
"version": "2.2.1",
"version": "2.2.2-unstable.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "dist/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.2-unstable.0"></a>
## [0.2.2-unstable.0](https://github.com/aws-amplify/amplify-js/compare/[email protected]@0.2.2-unstable.0) (2018-12-13)


### Features

* **@aws-amplify/interactions @aws-amplify/react @aws-amplify/react-native @aws-amplify/angular @aws-amplify/vue:** Update interactions to include voice ([#2121](https://github.com/aws-amplify/amplify-js/issues/2121)) ([938d2a5](https://github.com/aws-amplify/amplify-js/commit/938d2a5))




<a name="0.2.1"></a>
## [0.2.1](https://github.com/aws-amplify/amplify-js/compare/[email protected]@0.2.1) (2018-12-13)

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-amplify-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify-vue",
"version": "0.2.1",
"version": "0.2.2-unstable.0",
"license": "Apache-2.0",
"private": false,
"author": "Amazon Web Services",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="1.1.15-unstable.0"></a>
## [1.1.15-unstable.0](https://github.com/aws/aws-amplify/compare/[email protected]@1.1.15-unstable.0) (2018-12-13)




**Note:** Version bump only for package aws-amplify

<a name="1.1.14"></a>
## [1.1.14](https://github.com/aws/aws-amplify/compare/[email protected]@1.1.14) (2018-12-13)

Expand Down
6 changes: 3 additions & 3 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "1.1.14",
"version": "1.1.15-unstable.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@aws-amplify/auth": "^1.2.13",
"@aws-amplify/cache": "^1.0.20",
"@aws-amplify/core": "^1.0.20",
"@aws-amplify/interactions": "^1.0.20",
"@aws-amplify/interactions": "^1.0.21-unstable.0",
"@aws-amplify/pubsub": "^1.0.20",
"@aws-amplify/storage": "^1.0.23",
"@aws-amplify/ui": "^1.0.11",
"@aws-amplify/ui": "^1.0.12-unstable.0",
"@aws-amplify/xr": "^0.1.10"
}
}
11 changes: 11 additions & 0 deletions packages/interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.21-unstable.0"></a>
## [1.0.21-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2018-12-13)


### Features

* **@aws-amplify/interactions @aws-amplify/react @aws-amplify/react-native @aws-amplify/angular @aws-amplify/vue:** Update interactions to include voice ([#2121](https://github.com/aws/aws-amplify/issues/2121)) ([938d2a5](https://github.com/aws/aws-amplify/commit/938d2a5))




<a name="1.0.20"></a>
## [1.0.20](https://github.com/aws/aws-amplify/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2018-12-13)

Expand Down
2 changes: 1 addition & 1 deletion packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
"version": "1.0.20",
"version": "1.0.21-unstable.0",
"description": "Interactions category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit f21db31

Please sign in to comment.