Skip to content

Commit

Permalink
Merge branch 'master' into fix-lamda-custom-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
osddeitf authored Oct 11, 2021
2 parents 030d88c + 7309d96 commit 0933517
Show file tree
Hide file tree
Showing 104 changed files with 682 additions and 204 deletions.
8 changes: 8 additions & 0 deletions packages/amplify-app/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.

## [3.0.15](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@3.0.14...amplify-app@3.0.15) (2021-10-10)

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





## [3.0.14](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@3.0.13...amplify-app@3.0.14) (2021-10-06)

**Note:** Version bump only for package amplify-app
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-app",
"version": "3.0.14",
"version": "3.0.15",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"amplify-frontend-android": "2.15.4",
"amplify-frontend-flutter": "0.4.4",
"amplify-frontend-ios": "2.20.16",
"amplify-frontend-javascript": "2.24.3",
"amplify-frontend-ios": "2.20.17",
"amplify-frontend-javascript": "2.24.4",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
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.21.24](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.21.23...amplify-category-analytics@2.21.24) (2021-10-10)

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





## [2.21.23](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-analytics@2.21.22...amplify-category-analytics@2.21.23) (2021-10-06)

**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.23",
"version": "2.21.24",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
"uuid": "^3.4.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-category-api/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.

## [2.33.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.33.0...amplify-category-api@2.33.1) (2021-10-10)


### Bug Fixes

* **amplify-category-api:** fixed api to reference stack name and deployment bucket ([#8145](https://github.com/aws-amplify/amplify-cli/issues/8145)) ([4c7493a](https://github.com/aws-amplify/amplify-cli/commit/4c7493ac34fa89cab0c80e5c674bbeb102891a64))





# [2.33.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-api@2.32.0...amplify-category-api@2.33.0) (2021-10-06)


Expand Down
6 changes: 3 additions & 3 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.33.0",
"version": "2.33.1",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,15 +63,15 @@
"@aws-cdk/region-info": "~1.124.0",
"@graphql-tools/merge": "^6.0.18",
"@octokit/rest": "^18.0.9",
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"amplify-headless-interface": "1.10.0",
"amplify-util-headless-input": "1.5.4",
"chalk": "^4.1.1",
"constructs": "^3.3.125",
"fs-extra": "^8.1.0",
"graphql": "^14.5.8",
"graphql-relational-schema-transformer": "2.18.7",
"graphql-transformer-core": "6.30.1",
"graphql-transformer-core": "6.30.2",
"inquirer": "^7.3.3",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-auth/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.38.4](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-auth@2.38.3...amplify-category-auth@2.38.4) (2021-10-10)

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





## [2.38.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-auth@2.38.2...amplify-category-auth@2.38.3) (2021-10-06)

**Note:** Version bump only for package amplify-category-auth
Expand Down
6 changes: 3 additions & 3 deletions 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.38.3",
"version": "2.38.4",
"description": "amplify-cli authentication plugin",
"repository": {
"type": "git",
Expand All @@ -23,10 +23,10 @@
"test-watch": "jest --watch"
},
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"amplify-headless-interface": "1.10.0",
"amplify-util-headless-input": "1.5.4",
"amplify-util-import": "1.5.14",
"amplify-util-import": "1.5.15",
"aws-cdk": "~1.124.0",
"aws-sdk": "^2.963.0",
"chalk": "^4.1.1",
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.36.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-function@2.36.0...amplify-category-function@2.36.1) (2021-10-10)

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





# [2.36.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-function@2.35.0...amplify-category-function@2.36.0) (2021-10-06)


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.36.0",
"version": "2.36.1",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"amplify-function-plugin-interface": "1.9.1",
"archiver": "^5.3.0",
"aws-sdk": "^2.963.0",
Expand All @@ -32,7 +32,7 @@
"folder-hash": "^4.0.1",
"fs-extra": "^8.1.0",
"globby": "^11.0.3",
"graphql-transformer-core": "6.30.1",
"graphql-transformer-core": "6.30.2",
"inquirer": "^7.3.3",
"inquirer-datepicker": "^2.0.0",
"jstreemap": "^1.28.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-geo/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.

## [1.0.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-geo@1.0.2...amplify-category-geo@1.0.3) (2021-10-10)

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





## [1.0.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-geo@1.0.1...amplify-category-geo@1.0.2) (2021-10-06)

**Note:** Version bump only for package amplify-category-geo
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-geo",
"version": "1.0.2",
"version": "1.0.3",
"description": "Amplify CLI plugin to manage the Geo resources for the project",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"@aws-cdk/aws-iam": "~1.124.0",
"@aws-cdk/aws-location": "~1.124.0",
"@aws-cdk/core": "~1.124.0",
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"amplify-prompts": "1.2.0",
"folder-hash": "^4.0.1",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/amplify-category-hosting/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.7.24](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-hosting@2.7.23...amplify-category-hosting@2.7.24) (2021-10-10)

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





## [2.7.23](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-hosting@2.7.22...amplify-category-hosting@2.7.23) (2021-10-06)

**Note:** Version bump only for package amplify-category-hosting
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-hosting",
"version": "2.7.23",
"version": "2.7.24",
"description": "amplify-cli hosting plugin",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"test": "jest --coverage"
},
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
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.6.8](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-interactions@2.6.7...amplify-category-interactions@2.6.8) (2021-10-10)

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





## [2.6.7](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-interactions@2.6.6...amplify-category-interactions@2.6.7) (2021-10-06)

**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.6.7",
"version": "2.6.8",
"description": "amplify-cli interactions plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"fs-extra": "^8.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.3.3",
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.9.15](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@2.9.14...amplify-category-predictions@2.9.15) (2021-10-10)

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





## [2.9.14](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-predictions@2.9.13...amplify-category-predictions@2.9.14) (2021-10-06)

**Note:** Version bump only for package amplify-category-predictions
Expand Down
4 changes: 2 additions & 2 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.9.14",
"version": "2.9.15",
"description": "amplify-cli predictions plugin",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"aws-sdk": "^2.963.0",
"chalk": "^4.1.1",
"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.12.12](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-storage@2.12.11...amplify-category-storage@2.12.12) (2021-10-10)

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





## [2.12.11](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-storage@2.12.10...amplify-category-storage@2.12.11) (2021-10-06)

**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.12.11",
"version": "2.12.12",
"description": "amplify-cli storage plugin",
"repository": {
"type": "git",
Expand All @@ -22,9 +22,9 @@
"aws"
],
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"amplify-prompts": "1.2.0",
"amplify-util-import": "1.5.14",
"amplify-util-import": "1.5.15",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
"enquirer": "^2.3.6",
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.8.24](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-xr@2.8.23...amplify-category-xr@2.8.24) (2021-10-10)

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





## [2.8.23](https://github.com/aws-amplify/amplify-cli/compare/amplify-category-xr@2.8.22...amplify-category-xr@2.8.23) (2021-10-06)

**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.8.23",
"version": "2.8.24",
"description": "amplify-cli xr plugin",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"test-watch": "jest --watch"
},
"dependencies": {
"amplify-cli-core": "1.31.0",
"amplify-cli-core": "1.31.1",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify-cli-core/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.

## [1.31.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.31.0...amplify-cli-core@1.31.1) (2021-10-10)


### Reverts

* temporarily setup new apps with old pluralization ([#8401](https://github.com/aws-amplify/amplify-cli/issues/8401)) ([7bb57d0](https://github.com/aws-amplify/amplify-cli/commit/7bb57d093bd76adf358d5fb414ed0c5a614e6ce9))





# [1.31.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.30.0...amplify-cli-core@1.31.0) (2021-10-06)


Expand Down
Loading

0 comments on commit 0933517

Please sign in to comment.