Skip to content

Commit

Permalink
Merge pull request #1 from aws-amplify/master
Browse files Browse the repository at this point in the history
merge from remote
  • Loading branch information
abhi7cr authored May 5, 2021
2 parents 0b20951 + a27a033 commit 546ecc4
Show file tree
Hide file tree
Showing 147 changed files with 2,573 additions and 426 deletions.
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/1.bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ description: Create a report to help us improve Amplify CLI
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report! Try to include as much information as you can.
- type: markdown
attributes:
value: For reference, the current version of the Amplify CLI is <img src="https://img.shields.io/npm/v/@aws-amplify/cli.svg" />.
- type: markdown
attributes:
value: |
> **Note**: If your issue is regarding the AWS Amplify Console service, please log it in the [Amplify Console GitHub Issue Tracker](https://github.com/aws-amplify/amplify-console/issues).
value: |
Thanks for taking the time to fill out this bug report! Try to include as much information as you can.
For reference, the current version of the Amplify CLI is <img src="https://img.shields.io/npm/v/@aws-amplify/cli.svg" />.
**Note**: If your issue is regarding the AWS Amplify Console service, please log it in the [Amplify Console GitHub Issue Tracker](https://github.com/aws-amplify/amplify-console/issues).
- type: checkboxes
attributes:
label: |
Expand Down
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/2.feature_request.md

This file was deleted.

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/2.feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: Feature request
description: Suggest an idea for the CLI
labels: feature-request

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a feature request! Try to include as much information as you can.
For reference, the current version of the Amplify CLI is <img src="https://img.shields.io/npm/v/@aws-amplify/cli.svg" />.
- type: dropdown
attributes:
label: Is this related to a new or existing Amplify category?
description: Which categories does this request impact?
multiple: true
options:
- auth
- storage
- function
- api
- analytics
- hosting
- notifications
- interactions
- predictions
- xr
- New category

- type: input
attributes:
label: Is this related to another service?
placeholder: e.g. DynamoDB, S3

- type: textarea
attributes:
label: Describe the feature you'd like to request
description: |
A clear and concise description of what you want to happen. Please include **any related issues**, documentation, etc.
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: |
A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: Describe alternatives you've considered
description: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: |
Add any other use cases or context about the feature request here. Please include any prototype, workaround, reference implementation, etc.
- type: checkboxes
attributes:
label: Is this something that you'd be interested in working on?
options:
- label: 👋 I may be able to implement this feature request
- label: ⚠️ This feature might incur a breaking change


34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/4.bug_report.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/amplify-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.5](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.23.3...amplify-app@2.23.5) (2021-05-03)



## 4.50.1 (2021-05-03)

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





## [2.23.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.23.3...amplify-app@2.23.4) (2021-05-03)

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





## [2.23.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.23.2...amplify-app@2.23.3) (2021-04-27)

**Note:** Version bump only for package amplify-app
Expand Down
10 changes: 5 additions & 5 deletions packages/amplify-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-app",
"version": "2.23.3",
"version": "2.23.5",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,10 +28,10 @@
"@aws-amplify/cli": ">=4.50.0"
},
"dependencies": {
"amplify-frontend-android": "2.15.1",
"amplify-frontend-flutter": "0.4.1",
"amplify-frontend-ios": "2.19.4",
"amplify-frontend-javascript": "2.21.4",
"amplify-frontend-android": "2.15.3",
"amplify-frontend-flutter": "0.4.3",
"amplify-frontend-ios": "2.19.6",
"amplify-frontend-javascript": "2.21.6",
"chalk": "^3.0.0",
"execa": "^4.1.0",
"fs-extra": "^8.1.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/amplify-appsync-simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.26.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-appsync-simulator@1.26.2...amplify-appsync-simulator@1.26.4) (2021-05-03)



## 4.50.1 (2021-05-03)

**Note:** Version bump only for package amplify-appsync-simulator





## [1.26.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-appsync-simulator@1.26.2...amplify-appsync-simulator@1.26.3) (2021-05-03)

**Note:** Version bump only for package amplify-appsync-simulator





## [1.26.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-appsync-simulator@1.26.1...amplify-appsync-simulator@1.26.2) (2021-04-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-appsync-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-appsync-simulator",
"version": "1.26.2",
"version": "1.26.4",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@types/node": "^12.12.6",
"@types/pino": "5.15.3",
"@types/ws": "^7.2.3",
"amplify-graphiql-explorer": "1.4.3"
"amplify-graphiql-explorer": "1.6.0"
},
"jest": {
"testRunner": "jest-circus/runner",
Expand Down
20 changes: 20 additions & 0 deletions packages/amplify-category-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.21.6](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.21.4...amplify-category-analytics@2.21.6) (2021-05-03)



## 4.50.1 (2021-05-03)

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





## [2.21.5](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.21.4...amplify-category-analytics@2.21.5) (2021-05-03)

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





## [2.21.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.21.3...amplify-category-analytics@2.21.4) (2021-04-27)

**Note:** Version bump only for package amplify-category-analytics
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-analytics",
"version": "2.21.4",
"version": "2.21.6",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.21.0",
"amplify-cli-core": "1.21.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
"uuid": "^3.4.0"
Expand Down
20 changes: 20 additions & 0 deletions packages/amplify-category-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.31.6](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.31.4...amplify-category-api@2.31.6) (2021-05-03)



## 4.50.1 (2021-05-03)

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





## [2.31.5](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.31.4...amplify-category-api@2.31.5) (2021-05-03)

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





## [2.31.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.31.3...amplify-category-api@2.31.4) (2021-04-27)


Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-api",
"version": "2.31.4",
"version": "2.31.6",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,14 +62,14 @@
"@aws-cdk/cx-api": "~1.72.0",
"@aws-cdk/region-info": "~1.72.0",
"@graphql-tools/merge": "^6.0.18",
"amplify-cli-core": "1.21.0",
"amplify-cli-core": "1.21.2",
"amplify-util-headless-input": "1.4.3",
"chalk": "^3.0.0",
"constructs": "^3.2.0",
"fs-extra": "^8.1.0",
"graphql": "^14.5.8",
"graphql-relational-schema-transformer": "2.17.1",
"graphql-transformer-core": "6.28.4",
"graphql-relational-schema-transformer": "2.17.3",
"graphql-transformer-core": "6.28.6",
"inquirer": "^7.3.3",
"js-yaml": "^4.0.0",
"ora": "^4.0.3",
Expand Down
Loading

0 comments on commit 546ecc4

Please sign in to comment.