Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - amplify-app@2.13.2
 - amplify-appsync-simulator@1.13.2
 - amplify-category-analytics@2.13.2
 - amplify-category-api@2.13.2
 - amplify-category-auth@2.13.2
 - amplify-category-function@2.13.2
 - amplify-category-hosting@2.1.10
 - amplify-category-interactions@2.1.10
 - amplify-category-notifications@2.13.2
 - amplify-category-predictions@2.1.10
 - amplify-category-storage@2.1.10
 - amplify-category-xr@2.1.10
 - @aws-amplify/cli@4.13.2
 - amplify-codegen-appsync-model-plugin@1.13.2
 - amplify-codegen@2.13.2
 - amplify-dynamodb-simulator@1.13.2
 - amplify-e2e-tests@2.13.2
 - amplify-frontend-android@2.13.2
 - amplify-frontend-ios@2.13.2
 - amplify-frontend-javascript@2.13.2
 - amplify-graphiql-explorer@1.1.10
 - amplify-graphql-docs-generator@2.1.10
 - amplify-graphql-types-generator@2.1.10
 - amplify-provider-awscloudformation@4.13.2
 - amplify-storage-simulator@1.1.10
 - amplify-ui-tests@2.13.2
 - amplify-util-mock@3.13.2
 - amplify-velocity-template@1.1.10
 - graphql-auth-transformer@6.13.2
 - graphql-connection-transformer@4.13.2
 - graphql-dynamodb-transformer@6.13.2
 - graphql-elasticsearch-transformer@4.3.2
 - graphql-function-transformer@2.1.10
 - graphql-http-transformer@4.13.2
 - graphql-key-transformer@2.13.2
 - graphql-mapping-template@4.13.2
 - graphql-predictions-transformer@2.1.10
 - graphql-relational-schema-transformer@2.13.2
 - graphql-transformer-common@4.13.2
 - graphql-transformer-core@6.13.2
 - graphql-transformers-e2e-tests@6.13.2
 - graphql-versioned-transformer@4.13.2
  • Loading branch information
aws-amplify-bot committed Feb 7, 2020
1 parent 4f9a820 commit dcc5623
Show file tree
Hide file tree
Showing 84 changed files with 544 additions and 152 deletions.
11 changes: 11 additions & 0 deletions packages/amplify-app/CHANGELOG.md
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.

## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.13.1...amplify-app@2.13.2) (2020-02-07)


### Bug Fixes

* add frontend plugins for guessing platform ([#3312](https://github.com/aws-amplify/amplify-cli/issues/3312)) ([3c31f25](https://github.com/aws-amplify/amplify-cli/commit/3c31f2524680894c83a4c344784428f0c12b0d20)), closes [#3300](https://github.com/aws-amplify/amplify-cli/issues/3300)





## [2.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.13.0...amplify-app@2.13.1) (2020-01-24)

**Note:** Version bump only for package amplify-app
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-app/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-app",
"version": "2.13.1",
"version": "2.13.2",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/amplify-appsync-simulator/CHANGELOG.md
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.

## [1.13.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-appsync-simulator@1.13.1...amplify-appsync-simulator@1.13.2) (2020-02-07)


### Bug Fixes

* falsy values can be returned in mock now ([#3254](https://github.com/aws-amplify/amplify-cli/issues/3254)) ([6795e78](https://github.com/aws-amplify/amplify-cli/commit/6795e783c104004a2b2576f6903b35c1c6d2ed03)), closes [#2566](https://github.com/aws-amplify/amplify-cli/issues/2566)
* **amplify-appsync-simulator:** fixes [#3202](https://github.com/aws-amplify/amplify-cli/issues/3202) filter error.data ([1d01fb3](https://github.com/aws-amplify/amplify-cli/commit/1d01fb3ca26924c96a7964fa871edce9649016d7))





## [1.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-appsync-simulator@1.13.0...amplify-appsync-simulator@1.13.1) (2020-01-24)

**Note:** Version bump only for package amplify-appsync-simulator
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-appsync-simulator/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-appsync-simulator",
"version": "1.13.1",
"version": "1.13.2",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"test-ci": "jest"
},
"dependencies": {
"amplify-velocity-template": "1.1.9",
"amplify-velocity-template": "1.1.10",
"aws-sdk": "^2.608.0",
"cors": "^2.8.5",
"event-to-promise": "^0.8.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@types/moment-timezone": "0.5.12",
"@types/node": "^10.17.13",
"@types/pino": "5.15.3",
"amplify-graphiql-explorer": "1.1.9",
"amplify-graphiql-explorer": "1.1.10",
"jest": "^24.8.0",
"ts-jest": "^24.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-analytics/CHANGELOG.md
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.

## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.13.1...amplify-category-analytics@2.13.2) (2020-02-07)

**Note:** Version bump only for package amplify-category-analytics





## [2.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.13.0...amplify-category-analytics@2.13.1) (2020-01-24)

**Note:** Version bump only for package amplify-category-analytics
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-analytics",
"version": "2.13.1",
"version": "2.13.2",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.13.1",
"amplify-category-auth": "2.13.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.3",
"open": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-api/CHANGELOG.md
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.

## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.13.1...amplify-category-api@2.13.2) (2020-02-07)

**Note:** Version bump only for package amplify-category-api





## [2.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.13.0...amplify-category-api@2.13.1) (2020-01-24)


Expand Down
10 changes: 5 additions & 5 deletions packages/amplify-category-api/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api",
"version": "2.13.1",
"version": "2.13.2",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand All @@ -11,13 +11,13 @@
"license": "Apache-2.0",
"main": "index.js",
"dependencies": {
"amplify-category-auth": "2.13.1",
"amplify-category-function": "2.13.1",
"amplify-category-auth": "2.13.2",
"amplify-category-function": "2.13.2",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"graphql": "^14.5.8",
"graphql-relational-schema-transformer": "2.13.1",
"graphql-transformer-core": "6.13.1",
"graphql-relational-schema-transformer": "2.13.2",
"graphql-transformer-core": "6.13.2",
"inquirer": "^7.0.3",
"merge-graphql-schemas": "^1.7.6",
"open": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-auth/CHANGELOG.md
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.

## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-auth@2.13.1...amplify-category-auth@2.13.2) (2020-02-07)

**Note:** Version bump only for package amplify-category-auth





## [2.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-auth@2.13.0...amplify-category-auth@2.13.1) (2020-01-24)

**Note:** Version bump only for package amplify-category-auth
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-auth",
"version": "2.13.1",
"version": "2.13.2",
"description": "amplify-cli authentication plugin",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"amplify",
"aws"
],
"scripts": {
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"test-ci": "jest --ci -i"
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-function/CHANGELOG.md
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.

## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-function@2.13.1...amplify-category-function@2.13.2) (2020-02-07)

**Note:** Version bump only for package amplify-category-function





## [2.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-function@2.13.0...amplify-category-function@2.13.1) (2020-01-24)

**Note:** Version bump only for package amplify-category-function
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-function/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-function",
"version": "2.13.1",
"version": "2.13.2",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-category-storage": "2.1.9",
"amplify-category-storage": "2.1.10",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.3",
"mime-types": "^2.1.26",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-hosting/CHANGELOG.md
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.

## [2.1.10](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-hosting@2.1.9...amplify-category-hosting@2.1.10) (2020-02-07)

**Note:** Version bump only for package amplify-category-hosting





## [2.1.9](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-hosting@2.1.8...amplify-category-hosting@2.1.9) (2020-01-24)

**Note:** Version bump only for package amplify-category-hosting
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-hosting/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-hosting",
"version": "2.1.9",
"version": "2.1.10",
"description": "amplify-cli hosting plugin",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-interactions/CHANGELOG.md
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.

## [2.1.10](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-interactions@2.1.9...amplify-category-interactions@2.1.10) (2020-02-07)

**Note:** Version bump only for package amplify-category-interactions





## [2.1.9](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-interactions@2.1.8...amplify-category-interactions@2.1.9) (2020-01-24)

**Note:** Version bump only for package amplify-category-interactions
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-interactions/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-interactions",
"version": "2.1.9",
"version": "2.1.10",
"description": "amplify-cli interactions plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.13.1",
"amplify-category-auth": "2.13.2",
"fs-extra": "^8.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-notifications/CHANGELOG.md
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.

## [2.13.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-notifications@2.13.1...amplify-category-notifications@2.13.2) (2020-02-07)

**Note:** Version bump only for package amplify-category-notifications





## [2.13.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-notifications@2.13.0...amplify-category-notifications@2.13.1) (2020-01-24)

**Note:** Version bump only for package amplify-category-notifications
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-notifications/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-notifications",
"version": "2.13.1",
"version": "2.13.2",
"description": "amplify-cli notifications plugin",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"test-ci": "jest --ci -i"
},
"dependencies": {
"amplify-category-auth": "2.13.1",
"amplify-category-auth": "2.13.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.3",
"open": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-predictions/CHANGELOG.md
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.

## [2.1.10](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@2.1.9...amplify-category-predictions@2.1.10) (2020-02-07)

**Note:** Version bump only for package amplify-category-predictions





## [2.1.9](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@2.1.8...amplify-category-predictions@2.1.9) (2020-01-24)

**Note:** Version bump only for package amplify-category-predictions
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-predictions/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-predictions",
"version": "2.1.9",
"version": "2.1.10",
"description": "amplify-cli predictions plugin",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.13.1",
"amplify-provider-awscloudformation": "4.13.1",
"amplify-category-auth": "2.13.2",
"amplify-provider-awscloudformation": "4.13.2",
"aws-sdk": "^2.608.0",
"chalk": "^3.0.0",
"chalk-pipe": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-storage/CHANGELOG.md
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.

## [2.1.10](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-storage@2.1.9...amplify-category-storage@2.1.10) (2020-02-07)

**Note:** Version bump only for package amplify-category-storage





## [2.1.9](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-storage@2.1.8...amplify-category-storage@2.1.9) (2020-01-24)

**Note:** Version bump only for package amplify-category-storage
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-storage/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-storage",
"version": "2.1.9",
"version": "2.1.10",
"description": "amplify-cli storage plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.13.1",
"amplify-category-auth": "2.13.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.3",
"lodash": "^4.17.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-xr/CHANGELOG.md
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.

## [2.1.10](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-xr@2.1.9...amplify-category-xr@2.1.10) (2020-02-07)

**Note:** Version bump only for package amplify-category-xr





## [2.1.9](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-xr@2.1.8...amplify-category-xr@2.1.9) (2020-01-24)

**Note:** Version bump only for package amplify-category-xr
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-xr/package.json
@@ -1,6 +1,6 @@
{
"name": "amplify-category-xr",
"version": "2.1.9",
"version": "2.1.10",
"description": "amplify-cli xr plugin",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"test-ci": "jest --ci -i"
},
"dependencies": {
"amplify-category-auth": "2.13.1",
"amplify-category-auth": "2.13.2",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.3",
Expand Down

0 comments on commit dcc5623

Please sign in to comment.