Skip to content

Commit 6723940

Browse files
authored
Update CLI min version in Amplify Tools for codegen changes (#554)
* Update CLI min version in Amplify Tools for codegen changes * Update CHANGELOG.md
1 parent aac7c01 commit 6723940

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AmplifyTools/amplify-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AMP_APP_VERSION_MINIMUM="2.17.1"
3434
AMP_APP_VERSION_INVALID=0
3535

3636
AMP_CLI_VERSION_CURRENT=`npx -q amplify --version |tail -1`
37-
AMP_CLI_VERSION_MINIMUM="4.21.0"
37+
AMP_CLI_VERSION_MINIMUM="4.21.4"
3838
AMP_CLI_VERSION_INVALID=0
3939

4040

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## Unreleased
66

7+
### ⚠ BREAKING CHANGES
8+
* **Tools:** Update Amplify tools script to resolve min CLI version for codegen changes ([#554](https://github.com/aws-amplify/amplify-ios/pull/554))
9+
710
### Bug Fixes
811

912
* **DataStore:** Fixed a DataStore issue where lazy `List<M>` initialization would fail for relationships 3+ levels deep ([#534](https://github.com/aws-amplify/amplify-ios/pull/534))

0 commit comments

Comments
 (0)