Skip to content

Commit 0057f74

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [ci skip]
- amplify-app@2.20.2 - @aws-amplify/cli@4.38.1 - amplify-frontend-ios@2.17.1
1 parent 4135a24 commit 0057f74

6 files changed

Lines changed: 45 additions & 7 deletions

File tree

packages/amplify-app/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.20.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.20.1...amplify-app@2.20.2) (2020-12-09)
7+
8+
9+
10+
## 4.38.1 (2020-12-08)
11+
12+
13+
### Bug Fixes
14+
15+
* check amplify/backend to determine project existence ([#6115](https://github.com/aws-amplify/amplify-cli/issues/6115)) ([4135a24](https://github.com/aws-amplify/amplify-cli/commit/4135a2428027d801c78e6877d0936f9753ba83e4))
16+
17+
18+
19+
20+
621
## [2.20.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-app@2.20.0...amplify-app@2.20.1) (2020-12-07)
722

823

packages/amplify-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-app",
3-
"version": "2.20.1",
3+
"version": "2.20.2",
44
"description": "Amplify CLI",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"amplify-frontend-android": "2.14.2",
32-
"amplify-frontend-ios": "2.17.0",
32+
"amplify-frontend-ios": "2.17.1",
3333
"amplify-frontend-javascript": "2.19.1",
3434
"chalk": "^3.0.0",
3535
"execa": "^4.1.0",

packages/amplify-cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.38.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/cli@4.38.0...@aws-amplify/cli@4.38.1) (2020-12-09)
7+
8+
9+
10+
## 4.38.1 (2020-12-08)
11+
12+
13+
### Bug Fixes
14+
15+
* check amplify/backend to determine project existence ([#6115](https://github.com/aws-amplify/amplify-cli/issues/6115)) ([4135a24](https://github.com/aws-amplify/amplify-cli/commit/4135a2428027d801c78e6877d0936f9753ba83e4))
16+
17+
18+
19+
20+
621
# [4.38.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/cli@4.37.1...@aws-amplify/cli@4.38.0) (2020-12-07)
722

823

packages/amplify-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/cli",
3-
"version": "4.38.0",
3+
"version": "4.38.1",
44
"description": "Amplify CLI",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"node": ">=10.0.0"
3434
},
3535
"dependencies": {
36-
"amplify-app": "2.20.1",
36+
"amplify-app": "2.20.2",
3737
"amplify-category-analytics": "2.19.2",
3838
"amplify-category-api": "2.27.1",
3939
"amplify-category-auth": "2.25.1",
@@ -52,7 +52,7 @@
5252
"amplify-dotnet-function-template-provider": "1.4.4",
5353
"amplify-frontend-android": "2.14.2",
5454
"amplify-frontend-flutter": "0.2.0",
55-
"amplify-frontend-ios": "2.17.0",
55+
"amplify-frontend-ios": "2.17.1",
5656
"amplify-frontend-javascript": "2.19.1",
5757
"amplify-go-function-runtime-provider": "1.5.1",
5858
"amplify-go-function-template-provider": "1.3.1",

packages/amplify-frontend-ios/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.17.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-ios@2.17.0...amplify-frontend-ios@2.17.1) (2020-12-09)
7+
8+
**Note:** Version bump only for package amplify-frontend-ios
9+
10+
11+
12+
13+
614
# [2.17.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-ios@2.16.0...amplify-frontend-ios@2.17.0) (2020-12-07)
715

816

packages/amplify-frontend-ios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-frontend-ios",
3-
"version": "2.17.0",
3+
"version": "2.17.1",
44
"description": "amplify-cli front-end plugin for xcode projects",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"test-watch": "jest --watch"
2121
},
2222
"dependencies": {
23-
"amplify-app": "2.20.1",
23+
"amplify-app": "2.20.2",
2424
"fs-extra": "^8.1.0",
2525
"graphql-config": "^2.2.1"
2626
},

0 commit comments

Comments
 (0)