Skip to content

Commit

Permalink
Update from main (#1029)
Browse files Browse the repository at this point in the history
* fix: parse operand value when field is number type (#1013)

Co-authored-by: Justin Shih <[email protected]>

* chore(release): v2.14.0 (#1014)

Co-authored-by: Justin Shih <[email protected]>

* fix: fix storage field prop import to storagemanager (#1016)

Co-authored-by: Justin Shih <[email protected]>

* chore(release): v2.14.1 (#1017)

Co-authored-by: Justin Shih <[email protected]>

* fix: add getOverrideProps to StorageManager (#1020)

* fix: add getOverrideProps to StorageManager

* fix: add overrideProps to Field component

* Revert "fix: add overrideProps to Field component"

This reverts commit 6393718.

* chore(release): v2.14.2 (#1022)

* fix: return theme declaration file from render func (#1023)

Co-authored-by: Doesnt Matter <[email protected]>

* fix: alias colliding imported model name in hasMany relationship (#1019)

Co-authored-by: Justin Shih <[email protected]>

* chore: update cli check

* chore: add specific cypress version to fix 12.15.0 bug (#1028)

---------

Co-authored-by: Justin Shih <[email protected]>
Co-authored-by: Justin Shih <[email protected]>
Co-authored-by: Charles Shin <[email protected]>
Co-authored-by: David Lopez <[email protected]>
Co-authored-by: Doesnt Matter <[email protected]>
  • Loading branch information
6 people authored Jun 23, 2023
1 parent 0d1e240 commit d285a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/integ-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ call lerna add --scope integration-test @aws-amplify/codegen-ui-react
call lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
call lerna add --no-ci --scope integration-test react-router-dom
call lerna add --no-ci --scope integration-test @types/react-router-dom
call lerna add --no-ci --dev --scope integration-test cypress
call lerna add --no-ci --dev --scope integration-test cypress@12.14.0
call lerna add --no-ci --dev --scope integration-test wait-on
call lerna add --no-ci --scope integration-test os-browserify
call lerna add --no-ci --scope integration-test path-browserify
Expand Down
2 changes: 1 addition & 1 deletion scripts/integ-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lerna add --scope integration-test @aws-amplify/codegen-ui-react
lerna add --scope integration-test @aws-amplify/codegen-ui-test-generator
lerna add --no-ci --scope integration-test react-router-dom
lerna add --no-ci --scope integration-test @types/react-router-dom
lerna add --no-ci --dev --scope integration-test cypress
lerna add --no-ci --dev --scope integration-test cypress@12.14.0
lerna add --no-ci --dev --scope integration-test @cypress/code-coverage
lerna add --no-ci --dev --scope integration-test wait-on
lerna add --no-ci --dev --scope integration-test istanbul-lib-report
Expand Down

0 comments on commit d285a7e

Please sign in to comment.