Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 70 changed files with 481 additions and 145 deletions.
12 changes: 12 additions & 0 deletions packages/amplify-appsync-simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
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.23.9](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@1.23.9) (2020-10-30)


### Bug Fixes

* **amplify-appsync-simulator:** appsync scalars ([#5705](https://github.com/aws-amplify/amplify-cli/issues/5705)) ([edd8e68](https://github.com/aws-amplify/amplify-cli/commit/edd8e68e36600834ef9eaab6911e4a1111e90238))
* **amplify-appsync-simulator:** velocity template handles unknown type errors ([#5503](https://github.com/aws-amplify/amplify-cli/issues/5503)) ([64d48a4](https://github.com/aws-amplify/amplify-cli/commit/64d48a4152ad99b77ed6a54f272072af5f418d23))





## [1.23.8](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@1.23.8) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion 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.23.8",
"version": "1.23.9",
"description": "An AppSync Simulator to test AppSync API.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-analytics/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.

## [2.18.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.18.3) (2020-10-30)

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





## [2.18.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.18.2) (2020-10-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.18.2",
"version": "2.18.3",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.21.2",
"amplify-category-auth": "2.22.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
"open": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-api/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.

## [2.25.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.25.3) (2020-10-30)

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





## [2.25.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.25.2) (2020-10-27)

**Note:** Version bump only for package amplify-category-api
Expand Down
10 changes: 5 additions & 5 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.25.2",
"version": "2.25.3",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand All @@ -17,14 +17,14 @@
},
"dependencies": {
"@graphql-tools/merge": "^6.0.18",
"amplify-category-auth": "2.21.2",
"amplify-category-function": "2.25.6",
"amplify-category-auth": "2.22.0",
"amplify-category-function": "2.25.7",
"amplify-util-headless-input": "1.3.0",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"graphql": "^14.5.8",
"graphql-relational-schema-transformer": "2.15.17",
"graphql-transformer-core": "6.21.7",
"graphql-relational-schema-transformer": "2.15.18",
"graphql-transformer-core": "6.21.8",
"inquirer": "^7.3.3",
"open": "^7.0.0",
"ora": "^4.0.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/amplify-category-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.22.0](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.22.0) (2020-10-30)


### Features

* add support for listing Amazon Cognito groups ([#5109](https://github.com/aws-amplify/amplify-cli/issues/5109)) ([3157652](https://github.com/aws-amplify/amplify-cli/commit/3157652ecf51171b1a7375351bee1ba4af9d5f18))


### Reverts

* Revert "For the better security best practice, added PreventUserExistenceErrors: ENABLED. (#3534)" (#5736) ([3423228](https://github.com/aws-amplify/amplify-cli/commit/34232287c2e4dc466866528065c1900ac2954512)), closes [#3534](https://github.com/aws-amplify/amplify-cli/issues/3534) [#5736](https://github.com/aws-amplify/amplify-cli/issues/5736)





## [2.21.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.21.2) (2020-10-27)

**Note:** Version bump only for package amplify-category-auth
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-auth",
"version": "2.21.2",
"version": "2.22.0",
"description": "amplify-cli authentication plugin",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-function/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.

## [2.25.7](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.25.7) (2020-10-30)

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





## [2.25.6](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.25.6) (2020-10-27)

**Note:** Version bump only for package amplify-category-function
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-function",
"version": "2.25.6",
"version": "2.25.7",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -21,15 +21,15 @@
"aws"
],
"dependencies": {
"amplify-category-storage": "2.8.2",
"amplify-category-storage": "2.8.3",
"amplify-cli-core": "1.5.1",
"amplify-function-plugin-interface": "1.4.1",
"cloudform-types": "4.2.0",
"enquirer": "^2.3.6",
"folder-hash": "^3.3.2",
"fs-extra": "^8.1.0",
"globby": "^11.0.1",
"graphql-transformer-core": "6.21.7",
"graphql-transformer-core": "6.21.8",
"inquirer": "^7.3.3",
"inquirer-datepicker": "^2.0.0",
"jstreemap": "^1.28.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-interactions/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.

## [2.5.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-interactions@[email protected]) (2020-10-30)

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





## [2.5.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-interactions@[email protected]) (2020-10-27)

**Note:** Version bump only for package amplify-category-interactions
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-interactions",
"version": "2.5.2",
"version": "2.5.3",
"description": "amplify-cli interactions plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.21.2",
"amplify-category-auth": "2.22.0",
"fs-extra": "^8.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-notifications/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.

## [2.16.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-notifications@[email protected]) (2020-10-30)

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





## [2.16.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-notifications@[email protected]) (2020-10-27)

**Note:** Version bump only for package amplify-category-notifications
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-notifications",
"version": "2.16.2",
"version": "2.16.3",
"description": "amplify-cli notifications plugin",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"test": "jest --coverage"
},
"dependencies": {
"amplify-category-auth": "2.21.2",
"amplify-category-auth": "2.22.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
"open": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-predictions/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.

## [2.5.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@[email protected]) (2020-10-30)

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





## [2.5.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@[email protected]) (2020-10-27)

**Note:** Version bump only for package amplify-category-predictions
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-predictions",
"version": "2.5.2",
"version": "2.5.3",
"description": "amplify-cli predictions plugin",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.21.2",
"amplify-category-function": "2.25.6",
"amplify-category-auth": "2.22.0",
"amplify-category-function": "2.25.7",
"aws-sdk": "^2.765.0",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-storage/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.

## [2.8.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.8.3) (2020-10-30)

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





## [2.8.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.8.2) (2020-10-27)

**Note:** Version bump only for package amplify-category-storage
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-storage",
"version": "2.8.2",
"version": "2.8.3",
"description": "amplify-cli storage plugin",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"aws"
],
"dependencies": {
"amplify-category-auth": "2.21.2",
"amplify-category-function": "2.25.6",
"amplify-category-auth": "2.22.0",
"amplify-category-function": "2.25.7",
"amplify-cli-core": "1.5.1",
"enquirer": "^2.3.6",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-xr/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.

## [2.5.3](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.5.3) (2020-10-30)

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





## [2.5.2](https://github.com/aws-amplify/amplify-cli/compare/[email protected]@2.5.2) (2020-10-27)

**Note:** Version bump only for package amplify-category-xr
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-xr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-xr",
"version": "2.5.2",
"version": "2.5.3",
"description": "amplify-cli xr plugin",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"test-watch": "jest --watch"
},
"dependencies": {
"amplify-category-auth": "2.21.2",
"amplify-category-auth": "2.22.0",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/amplify-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [4.32.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2020-10-30)


### Features

* add env to retain amplify app ([#5714](https://github.com/aws-amplify/amplify-cli/issues/5714)) ([d3b4948](https://github.com/aws-amplify/amplify-cli/commit/d3b4948b39f2c1e0f4d7674aceda313f31cb189e))
* **amplify-cli-core:** visually hide "immutable files" for VSCode users ([#5321](https://github.com/aws-amplify/amplify-cli/issues/5321)) ([01d4cdb](https://github.com/aws-amplify/amplify-cli/commit/01d4cdb2265fa74a169ff7ba12551b69709f129d))





## [4.31.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2020-10-27)


Expand Down
Loading

0 comments on commit 319a3ae

Please sign in to comment.